2011-08-14 18:12:27 +04:00
|
|
|
input#openid, input#webdav { width:20em; }
|
|
|
|
|
2011-08-13 06:04:48 +04:00
|
|
|
/* PERSONAL */
|
2011-08-08 16:13:11 +04:00
|
|
|
#passworderror { display:none; }
|
|
|
|
#passwordchanged { display:none; }
|
|
|
|
input#identity { width:20em; }
|
2011-08-13 06:04:48 +04:00
|
|
|
|
|
|
|
|
|
|
|
/* USERS */
|
|
|
|
form { display:inline; }
|
|
|
|
td.name, td.password { padding-left:.8em; }
|
|
|
|
td.password>img, td.remove>img { display:none; cursor:pointer; }
|
|
|
|
td.password>span { margin-right:1.2em; }
|
|
|
|
td.password { width:12em; cursor:pointer; }
|
|
|
|
|
2011-08-14 16:55:43 +04:00
|
|
|
td.remove { width:1em; padding-right:1em; }
|
2011-08-13 06:04:48 +04:00
|
|
|
tr:hover>td.password>span { margin:0; cursor:pointer; }
|
|
|
|
tr:hover>td.remove>img, tr:hover>td.password>img { display:inline; cursor:pointer; }
|
|
|
|
tr:hover>td.remove>img { float:right; }
|
|
|
|
li.selected { background-color:#ddd; }
|
|
|
|
#content>table { margin-top:6.5em; }
|
|
|
|
table { width:100%; }
|
|
|
|
|
|
|
|
|
|
|
|
/* APPS */
|
|
|
|
li{color:#888}
|
|
|
|
li.active{color:#000}
|
|
|
|
span.version{margin-left:3em;color:#ddd}
|
|
|
|
|
|
|
|
|
|
|
|
/* HELP */
|
2011-08-17 02:24:50 +04:00
|
|
|
tr.pager:hover { background:#fff; }
|