2011-09-24 16:14:41 -04:00
|
|
|
select#languageinput, select#timezone { width:15em; }
|
2011-08-14 10:12:27 -04:00
|
|
|
input#openid, input#webdav { width:20em; }
|
|
|
|
|
|
2011-08-12 22:04:48 -04:00
|
|
|
/* PERSONAL */
|
2011-08-08 08:13:11 -04:00
|
|
|
#passworderror { display:none; }
|
|
|
|
|
#passwordchanged { display:none; }
|
|
|
|
|
input#identity { width:20em; }
|
2011-08-12 22:04:48 -04:00
|
|
|
|
2011-09-11 11:20:23 -04:00
|
|
|
.msg.success{ color:#fff; background-color:#0f0; padding:3px; text-shadow:1px 1px #000; }
|
|
|
|
|
.msg.error{ color:#fff; background-color:#f00; padding:3px; text-shadow:1px 1px #000; }
|
|
|
|
|
|
2011-10-04 13:37:26 -04:00
|
|
|
table.nostyle label { margin-right: 2em; }
|
|
|
|
|
table.nostyle td { padding: 0.2em 0; }
|
2011-08-12 22:04:48 -04:00
|
|
|
|
|
|
|
|
/* USERS */
|
|
|
|
|
form { display:inline; }
|
2011-10-04 13:37:26 -04:00
|
|
|
table:not(.nostyle) th { height:2em; color:#999; }
|
|
|
|
|
table:not(.nostyle) th, table:not(.nostyle) td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; }
|
2011-08-12 22:04:48 -04:00
|
|
|
td.name, td.password { padding-left:.8em; }
|
2011-09-30 13:16:19 -04:00
|
|
|
td.password>img, td.remove>img, td.quota>img { visibility:hidden; }
|
2011-09-30 13:47:48 -04:00
|
|
|
td.password, td.quota { width:12em; cursor:pointer; }
|
|
|
|
|
td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; }
|
2011-08-12 22:04:48 -04:00
|
|
|
|
2011-08-14 08:55:43 -04:00
|
|
|
td.remove { width:1em; padding-right:1em; }
|
2011-08-12 22:04:48 -04:00
|
|
|
tr:hover>td.password>span { margin:0; cursor:pointer; }
|
2011-09-30 13:16:19 -04:00
|
|
|
tr:hover>td.remove>img, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
|
2011-08-12 22:04:48 -04:00
|
|
|
tr:hover>td.remove>img { float:right; }
|
|
|
|
|
li.selected { background-color:#ddd; }
|
2012-02-21 16:31:35 -05:00
|
|
|
#content>table:not(.nostyle) { margin-top:3em; }
|
2011-10-04 13:37:26 -04:00
|
|
|
table:not(.nostyle) { width:100%; }
|
2012-02-21 16:31:35 -05:00
|
|
|
#rightcontent { padding-left: 1em; }
|
2012-02-24 08:38:40 -05:00
|
|
|
td.quota { position:relative }
|
2012-02-24 15:19:23 -05:00
|
|
|
div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
|
|
|
|
|
select.quota { position:absolute; left:0; top:0; width:10em; }
|
2012-02-24 08:38:40 -05:00
|
|
|
input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; -webkit-box-shadow: none -mox-box-shadow:none ; box-shadow:none; }
|
2012-02-24 15:19:23 -05:00
|
|
|
div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
|
2012-02-24 16:56:13 -05:00
|
|
|
select.quota.active { background: #fff; }
|
2011-08-12 22:04:48 -04:00
|
|
|
|
|
|
|
|
/* APPS */
|
2011-08-21 05:14:57 -04:00
|
|
|
li { color:#888; }
|
|
|
|
|
li.active { color:#000; }
|
|
|
|
|
span.version { margin-left:3em; color:#ddd; }
|
2012-02-25 15:19:32 -05:00
|
|
|
|
|
|
|
|
/* LOF */
|
|
|
|
|
#log { white-space:normal; }
|