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-02-11 06:49:52 -05:00
|
|
|
|
|
|
|
|
/* Sync clients */
|
|
|
|
|
.clientsbox { margin:12px; text-align:center; }
|
|
|
|
|
.clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
|
|
|
|
|
.clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; }
|
|
|
|
|
.clientsbox center { margin-top:10px; }
|
|
|
|
|
|
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
|
|
|
|
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; }
|
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; }
|
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; }
|
2013-02-14 10:38:10 -05:00
|
|
|
div.quota { float:right; display:block; position:absolute; right:25em; top:-1px; }
|
2012-06-12 05:18:34 -04:00
|
|
|
div.quota-select-wrapper { position: relative; }
|
2013-02-14 10:38:10 -05:00
|
|
|
select.quota { position:absolute; left:0; top:0; width:10em; }
|
2012-06-08 05:37:04 -04:00
|
|
|
select.quota-user { position:relative; left:0; top:0; width:10em; }
|
2012-12-14 17:24:51 -05:00
|
|
|
div.quota>span { position:absolute; right:0; white-space:nowrap; top:.7em; 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 */
|
|
|
|
|
#newuser { position:relative; top:-3px; }
|
|
|
|
|
#newuser .multiselect { top:1px; }
|
2013-02-14 10:38:34 -05:00
|
|
|
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }
|
2013-02-14 10:38:10 -05:00
|
|
|
|
|
|
|
|
|
2011-08-12 22:04:48 -04:00
|
|
|
/* APPS */
|
2012-08-04 19:41:55 -04:00
|
|
|
.appinfo { margin: 1em; }
|
|
|
|
|
h3 { font-size: 1.4em; font-weight: bold; }
|
|
|
|
|
ul.applist li { height: 2.2em; padding: 0.2em 0.2em 0.2em 0.8em !important; }
|
|
|
|
|
li { color:#888; }
|
2011-08-21 05:14:57 -04:00
|
|
|
li.active { color:#000; }
|
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; }
|
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
|
|
|
|