diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-26 03:38:56 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-26 03:38:56 +0000 |
commit | df7b05b40edf6fef1d6b9a4990dbf35a47bcd372 (patch) | |
tree | 5db46e1a49fba468953e11e53b057c658569d5bf /themes | |
parent | 07310c849936ccae557acec63069238e717e8ed2 (diff) |
Move tag CSS into admin theme's screen.css
Use JS to add titles to avoid repeating the same text 10s of times.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_default/css/screen.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 492d8c54..31fd2697 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -251,3 +251,39 @@ li.gGroup { #gAdminDashboardSidebar .ui-dialog-titlebar { padding: .2em .4em; } + +/**** Stuff that needs a home! ****/ +#gTagAdmin td { + border: 0; +} +#gTagAdmin ul { + padding-bottom: .3em; +} +#gTagAdmin li { + padding: .1em 0 .2em .3em; +} +#gTagAdmin .gColumn { + float: left; + width: 200px; +} +.gEditable { + padding: .1em .3em .2em .3em; +} +.gEditable:hover { + background-color: #ffc; + cursor: text; +} +#gRenameTagForm input { + padding: 0 .2em 0 .2em; + clear: none; + float: left; + margin: 0 .2em 0 0; +} +#gRenameTagForm input[type="submit"] { + height: 25px; +} +#gRenameTagForm a, #gRenameTagForm span { + display: block; + float: left; + padding: .2em .2em 0 .1em; +} |