2012-04-23 12:19:03 +00: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 20:14:41 +00:00
|
|
|
select#languageinput, select#timezone { width:15em; }
|
2011-08-14 14:12:27 +00:00
|
|
|
input#openid, input#webdav { width:20em; }
|
|
|
|
|
2011-08-13 02:04:48 +00:00
|
|
|
/* PERSONAL */
|
2011-08-08 12:13:11 +00:00
|
|
|
#passworderror { display:none; }
|
|
|
|
#passwordchanged { display:none; }
|
|
|
|
input#identity { width:20em; }
|
2012-03-17 12:51:11 +00:00
|
|
|
#email { width: 17em; }
|
2011-08-13 02:04:48 +00:00
|
|
|
|
2011-09-11 15:20:23 +00: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 17:37:26 +00:00
|
|
|
table.nostyle label { margin-right: 2em; }
|
|
|
|
table.nostyle td { padding: 0.2em 0; }
|
2011-08-13 02:04:48 +00:00
|
|
|
|
|
|
|
/* USERS */
|
|
|
|
form { display:inline; }
|
2011-10-04 17:37:26 +00: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 02:04:48 +00:00
|
|
|
td.name, td.password { padding-left:.8em; }
|
2012-08-04 21:00:16 +00:00
|
|
|
td.password>img, td.remove>a, td.quota>img { visibility:hidden; }
|
2011-09-30 17:47:48 +00:00
|
|
|
td.password, td.quota { width:12em; cursor:pointer; }
|
|
|
|
td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; }
|
2011-08-13 02:04:48 +00:00
|
|
|
|
2011-08-14 12:55:43 +00:00
|
|
|
td.remove { width:1em; padding-right:1em; }
|
2011-08-13 02:04:48 +00:00
|
|
|
tr:hover>td.password>span { margin:0; cursor:pointer; }
|
2012-08-04 21:00:16 +00:00
|
|
|
tr:hover>td.remove>a, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
|
|
|
|
tr:hover>td.remove>a { float:right; }
|
2011-08-13 02:04:48 +00:00
|
|
|
li.selected { background-color:#ddd; }
|
2012-02-21 21:31:35 +00:00
|
|
|
#content>table:not(.nostyle) { margin-top:3em; }
|
2011-10-04 17:37:26 +00:00
|
|
|
table:not(.nostyle) { width:100%; }
|
2012-02-21 21:31:35 +00:00
|
|
|
#rightcontent { padding-left: 1em; }
|
2012-02-24 20:19:23 +00:00
|
|
|
div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
|
2012-06-12 09:18:34 +00:00
|
|
|
div.quota-select-wrapper { position: relative; }
|
2012-02-24 20:19:23 +00:00
|
|
|
select.quota { position:absolute; left:0; top:0; width:10em; }
|
2012-06-08 09:37:04 +00:00
|
|
|
select.quota-user { position:relative; left:0; top:0; width:10em; }
|
2012-10-23 21:50:11 +00:00
|
|
|
input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; box-shadow:none; }
|
2012-02-24 20:19:23 +00:00
|
|
|
div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
|
2012-02-24 21:56:13 +00:00
|
|
|
select.quota.active { background: #fff; }
|
2011-08-13 02:04:48 +00:00
|
|
|
|
|
|
|
/* APPS */
|
2012-08-04 23:41:55 +00: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 09:14:57 +00:00
|
|
|
li.active { color:#000; }
|
2012-08-05 00:54:18 +00: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 18:12:18 +00:00
|
|
|
small.externalapp.list { float: right; }
|
2012-10-08 13:49:48 +00:00
|
|
|
span.version { margin-left:1em; margin-right:1em; color:#555; }
|
2012-02-25 20:19:32 +00:00
|
|
|
|
2012-08-04 23:57:13 +00: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;*/ }
|
|
|
|
.app.externalapp { max-width: 12.5em; z-index: 100; }
|
2012-08-04 18:12:18 +00:00
|
|
|
/* Transition to complete width! */
|
|
|
|
.app:hover, .app:active { max-width: inherit; }
|
|
|
|
|
2012-09-04 21:42:22 +00:00
|
|
|
.appslink { text-decoration: underline; }
|
2012-10-08 13:49:48 +00:00
|
|
|
.score { color:#666; font-weight:bold; font-size:0.8em; }
|
2012-09-04 21:42:22 +00:00
|
|
|
|
2012-06-21 12:07:04 +00:00
|
|
|
/* LOG */
|
2012-04-21 13:30:58 +00:00
|
|
|
#log { white-space:normal; }
|
2012-06-21 12:07:04 +00:00
|
|
|
|
|
|
|
/* ADMIN */
|
|
|
|
span.securitywarning {color:#C33; font-weight:bold; }
|
2012-11-08 17:08:44 +00:00
|
|
|
span.connectionwarning {color:#933; font-weight:bold; }
|
2012-08-28 00:36:34 +00:00
|
|
|
input[type=radio] { width:1em; }
|
2012-09-16 18:31:56 +00:00
|
|
|
table.shareAPI td { padding-bottom: 0.8em; }
|