diff options
Diffstat (limited to 'modules/tag/css')
-rw-r--r-- | modules/tag/css/tag.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/modules/tag/css/tag.css b/modules/tag/css/tag.css index 6dfba946..ec16251d 100644 --- a/modules/tag/css/tag.css +++ b/modules/tag/css/tag.css @@ -1,4 +1,4 @@ -/* Tag cloud ~~~~~~~~~~~~~~ */ +/* Tag cloud ~~~~~~~~~~~~~~~~~~~~~~~ */ #g-tag-cloud ul { font-size: 1.2em; @@ -66,7 +66,13 @@ text-decoration: underline; } -/* Tag admin ~~~~~~~~~~~~~~ */ +/* Add tag form ~~~~~~~~~~~~~~~~~~~~ */ + +#g-sidebar .g-short-form .textbox { + width: 11em; +} + +/* Tag admin ~~~~~~~~~~~~~~~~~~~~~~~ */ #g-tag-admin { table-layout: fixed; |