aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-06-16 12:05:35 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-06-16 12:05:35 +0200
commit5f583fb8d6b71f63bf240729c00f9fd2009afd93 (patch)
tree1efa8a4cee5d2ca6350b9d0a77d81c1ffb50e618 /view/theme
parentffee5dd69e424f33c0ceb9cf8b0cfe78e4025794 (diff)
downloadvolse-hubzilla-5f583fb8d6b71f63bf240729c00f9fd2009afd93.tar.gz
volse-hubzilla-5f583fb8d6b71f63bf240729c00f9fd2009afd93.tar.bz2
volse-hubzilla-5f583fb8d6b71f63bf240729c00f9fd2009afd93.zip
Admin: register policy in site page, initial users page. Aside 'Users' link show pending registrations.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css15
1 files changed, 13 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 78e02681a..206074c92 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2485,7 +2485,14 @@ a.mail-list-link {
/**
* ADMIN
*/
-
+#pending-update {
+ float:right;
+ color: #ffffff;
+ font-weight: bold;
+ background-color: #FF0000;
+ padding: 0em 0.3em;
+
+}
#adminpage dl {
clear: left;
margin-bottom: 2px;
@@ -2551,7 +2558,9 @@ a.mail-list-link {
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;}
/**
* ICONS
*/
@@ -2594,6 +2603,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;