2012-04-23 08: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-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; }
|
|
|
|
|
|
2013-02-11 06:49:52 -05:00
|
|
|
|
2011-08-12 22:04:48 -04:00
|
|
|
/* PERSONAL */
|
2013-10-21 05:49:02 -04:00
|
|
|
#rootcert_import {
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2013-02-11 06:49:52 -05:00
|
|
|
|
2013-11-11 12:03:57 -05:00
|
|
|
.personalblock input[type="checkbox"] {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-02-11 06:49:52 -05:00
|
|
|
/* Sync clients */
|
2013-07-01 17:47:59 -04:00
|
|
|
.clientsbox { margin:12px; }
|
2013-02-11 06:49:52 -05:00
|
|
|
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
|
|
|
|
|
.clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; }
|
2013-07-01 17:47:59 -04:00
|
|
|
.clientsbox .center { margin-top:10px; }
|
2013-02-11 06:49:52 -05:00
|
|
|
|
2011-08-08 08:13:11 -04:00
|
|
|
#passworderror { display:none; }
|
|
|
|
|
#passwordchanged { display:none; }
|
2013-02-06 05:38:03 -05:00
|
|
|
#displaynameerror { display:none; }
|
|
|
|
|
#displaynamechanged { display:none; }
|
2011-08-08 08:13:11 -04:00
|
|
|
input#identity { width:20em; }
|
2012-03-17 08:51:11 -04:00
|
|
|
#email { width: 17em; }
|
2011-08-12 22:04:48 -04:00
|
|
|
|
2013-09-05 17:12:52 -04:00
|
|
|
#avatar .warning {
|
|
|
|
|
width: 350px;
|
|
|
|
|
}
|
2013-08-23 18:35:32 -04:00
|
|
|
|
2013-10-03 09:55:42 -04:00
|
|
|
.msg.success {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #47a447;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
.msg.error {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #d2322d;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
2011-09-11 11:20:23 -04:00
|
|
|
|
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; }
|
2013-10-11 09:58:15 -04:00
|
|
|
table.grid th { height:2em; color:#999; }
|
|
|
|
|
table.grid th, table.grid 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; }
|
2013-01-31 03:57:16 -05:00
|
|
|
td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidden; }
|
|
|
|
|
td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
|
|
|
|
|
td.password>span, td.quota>span, rd.displayName>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; }
|
2013-01-31 03:57:16 -05:00
|
|
|
tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
|
|
|
|
|
tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
|
2012-08-04 17:00:16 -04:00
|
|
|
tr:hover>td.remove>a { float:right; }
|
2011-08-12 22:04:48 -04:00
|
|
|
li.selected { background-color:#ddd; }
|
2013-10-11 09:58:15 -04:00
|
|
|
table.grid { width:100%; }
|
2013-10-14 05:37:26 -04:00
|
|
|
#rightcontent { padding-left: 10px; }
|
2013-10-04 01:41:16 -04:00
|
|
|
div.quota {
|
|
|
|
|
float: right;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2012-06-12 05:18:34 -04:00
|
|
|
div.quota-select-wrapper { position: relative; }
|
2013-05-16 08:53:04 -04:00
|
|
|
div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
|
|
|
|
|
input#recoveryPassword {width:15em;}
|
2013-10-11 09:41:01 -04:00
|
|
|
#controls select.quota {
|
|
|
|
|
margin: 3px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
height: 37px;
|
|
|
|
|
}
|
2012-06-08 05:37:04 -04:00
|
|
|
select.quota-user { position:relative; left:0; top:0; width:10em; }
|
2013-10-04 01:41:16 -04:00
|
|
|
div.quota>span {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
color: #888;
|
|
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
|
}
|
2012-02-24 16:56:13 -05:00
|
|
|
select.quota.active { background: #fff; }
|
2011-08-12 22:04:48 -04:00
|
|
|
|
2013-02-14 10:38:10 -05:00
|
|
|
/* positioning fixes */
|
2013-10-04 01:41:16 -04:00
|
|
|
#newuser .multiselect {
|
|
|
|
|
min-width: 150px !important;
|
|
|
|
|
}
|
|
|
|
|
#newuser .multiselect,
|
|
|
|
|
#newusergroups + input[type='submit'] {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 1px;
|
|
|
|
|
}
|
2013-02-14 10:38:34 -05:00
|
|
|
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }
|
2013-02-14 10:38:10 -05:00
|
|
|
|
2013-07-12 10:29:08 -04:00
|
|
|
.ie8 table.hascontrols{border-collapse:collapse;width: 100%;}
|
|
|
|
|
.ie8 table.hascontrols tbody tr{border-collapse:collapse;border: 1px solid #ddd !important;}
|
2013-02-14 10:38:10 -05:00
|
|
|
|
2011-08-12 22:04:48 -04:00
|
|
|
/* APPS */
|
2013-08-18 07:49:34 -04:00
|
|
|
.appinfo { margin: 1em 40px; }
|
2012-08-04 19:41:55 -04:00
|
|
|
h3 { font-size: 1.4em; font-weight: bold; }
|
2013-06-11 11:24:47 -04:00
|
|
|
ul.applist a {
|
|
|
|
|
height: 2.2em;
|
|
|
|
|
padding: 0.2em 0.2em 0.2em 0.8em !important;
|
|
|
|
|
}
|
|
|
|
|
ul.applist .app-external {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2012-08-04 19:41:55 -04:00
|
|
|
li { color:#888; }
|
2011-08-21 05:14:57 -04:00
|
|
|
li.active { color:#000; }
|
2013-08-18 07:49:34 -04:00
|
|
|
#leftcontent .appwarning {
|
|
|
|
|
background: #fcc;
|
|
|
|
|
}
|
|
|
|
|
#leftcontent .appwarning:hover {
|
|
|
|
|
background: #fbb;
|
|
|
|
|
}
|
2012-08-04 20:54:18 -04:00
|
|
|
small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;}
|
2012-08-04 14:12:18 -04:00
|
|
|
small.externalapp.list { float: right; }
|
2013-01-30 07:39:53 -05:00
|
|
|
small.recommendedapp { color:#FFF; background-color:#888; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;}
|
|
|
|
|
small.recommendedapp.list { float: right; }
|
2012-10-08 09:49:48 -04:00
|
|
|
span.version { margin-left:1em; margin-right:1em; color:#555; }
|
2012-02-25 15:19:32 -05:00
|
|
|
|
2012-08-04 19:57:13 -04:00
|
|
|
.app { position: relative; display: inline-block; padding: 0.2em 0 0.2em 0 !important; text-overflow: hidden; overflow: hidden; white-space: nowrap; /*transition: .2s max-width linear; -o-transition: .2s max-width linear; -moz-transition: .2s max-width linear; -webkit-transition: .2s max-width linear; -ms-transition: .2s max-width linear;*/ }
|
2013-01-31 14:27:39 -05:00
|
|
|
.app.externalapp { max-width: 12.5em; }
|
|
|
|
|
.app.recommendedapp { max-width: 12.5em; }
|
2012-08-04 14:12:18 -04:00
|
|
|
/* Transition to complete width! */
|
|
|
|
|
.app:hover, .app:active { max-width: inherit; }
|
|
|
|
|
|
2012-09-04 17:42:22 -04:00
|
|
|
.appslink { text-decoration: underline; }
|
2012-10-08 09:49:48 -04:00
|
|
|
.score { color:#666; font-weight:bold; font-size:0.8em; }
|
2012-09-04 17:42:22 -04:00
|
|
|
|
2012-06-21 08:07:04 -04:00
|
|
|
/* LOG */
|
2012-04-21 09:30:58 -04:00
|
|
|
#log { white-space:normal; }
|
2013-03-28 10:43:14 -04:00
|
|
|
#lessLog { display:none; }
|
2013-10-11 09:58:15 -04:00
|
|
|
table.grid td.date{
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
2012-06-21 08:07:04 -04:00
|
|
|
|
|
|
|
|
/* ADMIN */
|
|
|
|
|
span.securitywarning {color:#C33; font-weight:bold; }
|
2012-11-08 12:08:44 -05:00
|
|
|
span.connectionwarning {color:#933; font-weight:bold; }
|
2012-08-27 20:36:34 -04:00
|
|
|
input[type=radio] { width:1em; }
|
2012-09-16 14:31:56 -04:00
|
|
|
table.shareAPI td { padding-bottom: 0.8em; }
|
2012-12-13 03:26:25 -05:00
|
|
|
|
|
|
|
|
/* HELP */
|
|
|
|
|
.pressed {background-color:#DDD;}
|
2013-02-09 03:13:11 -05:00
|
|
|
|