diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 | ||||
-rw-r--r-- | view/theme/loozah/style.css | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b94d90618..4aad4339f 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2557,12 +2557,13 @@ a.mail-list-link { float:left; margin-right: 1em; } -#adminpage .author .icon { float: left;} + #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;} #adminpage table th { text-align: left;} #adminpage td .icon { float: left;} #adminpage table#users img { width: 16px; height: 16px; } #adminpage table tr:hover { background-color: #bbc7d7; } +#adminpage .selectall { text-align: right; } /** * ICONS */ diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index db53cb678..947b76fec 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2564,6 +2564,12 @@ a.mail-list-link { margin-right: 1em; } +#adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;} +#adminpage table th { text-align: left;} +#adminpage td .icon { float: left;} +#adminpage table#users img { width: 16px; height: 16px; } +#adminpage table tr:hover { background-color: #bbc7d7; } +#adminpage .selectall { text-align: right; } /** * ICONS */ @@ -2606,6 +2612,8 @@ a.mail-list-link { .off { background-position: 0px -48px; } +.icon.dim { opacity: 0.3;filter:alpha(opacity=30); } + .attachtype { display: block; width: 20px; height: 23px; float: left; |