[dw-free] Celerity tables need borders, spacing
[commit: http://hg.dwscoalition.org/dw-free/rev/c67df31c0ee4]
http://bugs.dwscoalition.org/show_bug.cgi?id=1241
Stylin'
Patch by
branchandroot.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1241
Stylin'
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/celerity/celerity.css
- htdocs/stc/tags.css
-------------------------------------------------------------------------------- diff -r 7c955007ef2d -r c67df31c0ee4 htdocs/stc/celerity/celerity.css --- a/htdocs/stc/celerity/celerity.css Tue May 19 08:03:15 2009 +0000 +++ b/htdocs/stc/celerity/celerity.css Tue May 19 08:14:32 2009 +0000 @@ -69,7 +69,8 @@ H1, H2, #content H2, H3, H4 { font-famil line-height: 1.5; } H1 { font-size: 175%; } -H2, #content H2 { font-size: 150%; } +H2 { font-size: 150%; } +#content H2 { font-size: 125%; } H3 { font-size: 125%; } H4 { font-size: 100%; } @@ -272,6 +273,20 @@ a:active, background-color: #EEEECC !important; } +/* layer tables */ +table.table_layerbrowse, +table#table_yourlayers { border-collapse: collapse; } + +table.table_layerbrowse, +table.table_layerbrowse td, +table#table_yourlayers, +table#table_yourlayers td { border: 1px solid #999; } + +table#table_layerbrowse_classes, +table#table_layerbrowse_classes td {border: none; } + +table.table_layerbrowse td, +table#table_yourlayers td { padding: .15em .25em; } /** * Content Layouts @@ -981,6 +996,10 @@ input.bright { border-top: 1px solid #ccc; } +.NotificationTable #all_Body > .Selected:first-child td { + border-top: none !important; +} + .NotificationTable td { padding: .25em; } diff -r 7c955007ef2d -r c67df31c0ee4 htdocs/stc/tags.css --- a/htdocs/stc/tags.css Tue May 19 08:03:15 2009 +0000 +++ b/htdocs/stc/tags.css Tue May 19 08:14:32 2009 +0000 @@ -1,6 +1,6 @@ -#tagform table { width: 96%; } /*weirdly variable; table id would be better */ +table#table_managetags { width: 96%; } -#tagform table td { vertical-align: top; +table#table_managetags td { vertical-align: top; padding: 1%; } fieldset --------------------------------------------------------------------------------