diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-16 15:08:50 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-06-16 15:08:50 +0200 |
commit | a652cd5095fcff6ed9c72063ab19107e970e2b8d (patch) | |
tree | 1a10bc9c0ffeb68c44b5a8529aa986973ddd4404 /view/theme/loozah | |
parent | ede011cc32b34b9da797813a0a901847d2a68a7a (diff) | |
download | volse-hubzilla-a652cd5095fcff6ed9c72063ab19107e970e2b8d.tar.gz volse-hubzilla-a652cd5095fcff6ed9c72063ab19107e970e2b8d.tar.bz2 volse-hubzilla-a652cd5095fcff6ed9c72063ab19107e970e2b8d.zip |
admin styles to loozah. missing user admin template
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |