mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-08 23:15:39 -04:00
Style form#gAddTag nicely
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user