diff options
-rw-r--r-- | themes/default/css/screen.css | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 149ec89b..a6cde94f 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -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 { |