Admin: register policy in site page, initial users page. Aside 'Users' link show pending registrations.
This commit is contained in:
parent
ffee5dd69e
commit
5f583fb8d6
4 changed files with 95 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue