Style form#gAddTag nicely

This commit is contained in:
Bharat Mediratta
2008-11-27 06:34:45 +00:00
parent 850c3b90a3
commit 92ca1ba9ab

View File

@@ -404,16 +404,35 @@ table.gMetadata td.toggle {
text-decoration: underline;
}
#gTag form {
margin-top: 10px;
form#gAddTag fieldset legend {
display: none;
}
#gAddTag input {
display: inline;
form#gAddTag fieldset {
border: none;
float: right;
}
form#gAddTag ul {
width: auto;
}
form#gAddTag li {
padding: 0px;
margin: 0px;
}
form#gAddTag input {
display: inline;
float: left
margin-right: 1em;
padding-right: 10px;
}
form#gAddTag input[type=text] {
width: 12em;
}
/* Tags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#gTag ul {