2012-04-23 16:19:03 +04:00
|
|
|
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
|
|
|
|
This file is licensed under the Affero General Public License version 3 or later.
|
|
|
|
See the COPYING-README file. */
|
|
|
|
|
2011-09-25 00:14:41 +04:00
|
|
|
select#languageinput, select#timezone { width:15em; }
|
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; }
|
2012-03-17 16:51:11 +04:00
|
|
|
#email { width: 17em; }
|
2011-08-13 06:04:48 +04:00
|
|
|
|
2011-09-11 19: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 21:37:26 +04:00
|
|
|
table.nostyle label { margin-right: 2em; }
|
|
|
|
table.nostyle td { padding: 0.2em 0; }
|
2011-08-13 06:04:48 +04:00
|
|
|
|
|
|
|
/* USERS */
|
|
|
|
form { display:inline; }
|
2011-10-04 21: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-13 06:04:48 +04:00
|
|
|
td.name, td.password { padding-left:.8em; }
|
2011-09-30 21:16:19 +04:00
|
|
|
td.password>img, td.remove>img, td.quota>img { visibility:hidden; }
|
2011-09-30 21: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-13 06:04:48 +04:00
|
|
|
|
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; }
|
2011-09-30 21: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-13 06:04:48 +04:00
|
|
|
tr:hover>td.remove>img { float:right; }
|
|
|
|
li.selected { background-color:#ddd; }
|
2012-02-22 01:31:35 +04:00
|
|
|
#content>table:not(.nostyle) { margin-top:3em; }
|
2011-10-04 21:37:26 +04:00
|
|
|
table:not(.nostyle) { width:100%; }
|
2012-02-22 01:31:35 +04:00
|
|
|
#rightcontent { padding-left: 1em; }
|
2012-02-25 00:19:23 +04:00
|
|
|
div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
|
2012-06-12 13:18:34 +04:00
|
|
|
div.quota-select-wrapper { position: relative; }
|
2012-02-25 00:19:23 +04:00
|
|
|
select.quota { position:absolute; left:0; top:0; width:10em; }
|
2012-06-08 13:37:04 +04:00
|
|
|
select.quota-user { position:relative; left:0; top:0; width:10em; }
|
2012-02-24 17:38:40 +04: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-25 00:19:23 +04:00
|
|
|
div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
|
2012-02-25 01:56:13 +04:00
|
|
|
select.quota.active { background: #fff; }
|
2011-08-13 06:04:48 +04:00
|
|
|
|
|
|
|
/* APPS */
|
2011-08-21 13:14:57 +04:00
|
|
|
li { color:#888; }
|
|
|
|
li.active { color:#000; }
|
2012-04-21 17:30:58 +04:00
|
|
|
small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size:6pt; padding:4px; border-radius: 4px;}
|
2011-08-21 13:14:57 +04:00
|
|
|
span.version { margin-left:3em; color:#ddd; }
|
2012-02-26 00:19:32 +04:00
|
|
|
|
2012-06-21 16:07:04 +04:00
|
|
|
/* LOG */
|
2012-04-21 17:30:58 +04:00
|
|
|
#log { white-space:normal; }
|
2012-06-21 16:07:04 +04:00
|
|
|
|
|
|
|
/* ADMIN */
|
|
|
|
span.securitywarning {color:#C33; font-weight:bold; }
|
2012-06-25 21:01:17 +04:00
|
|
|
h3.settingsNotice { font-size: 1.2em; }
|
|
|
|
.settingsNotice { font-weight:bold; padding: 0.5em 0; }
|