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 */
|
2014-08-15 19:18:46 +04:00
|
|
|
#sslCertificate tr.expired {
|
|
|
|
background-color: rgba(255, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
#sslCertificate td {
|
|
|
|
padding: 5px;
|
2013-10-21 13:49:02 +04:00
|
|
|
}
|
2013-02-11 15:49:52 +04:00
|
|
|
|
|
|
|
/* Sync clients */
|
2014-06-04 19:05:44 +04:00
|
|
|
.clientsbox h2 {
|
|
|
|
font-size: 20px;
|
|
|
|
margin: 35px 0 10px;
|
|
|
|
}
|
|
|
|
.clientsbox .center {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2014-07-02 19:41:26 +04:00
|
|
|
.clientsbox a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-02-11 15:49:52 +04:00
|
|
|
|
2011-08-08 16:13:11 +04:00
|
|
|
#passworderror { display:none; }
|
|
|
|
#passwordchanged { display:none; }
|
2013-02-06 14:38:03 +04:00
|
|
|
#displaynameerror { display:none; }
|
|
|
|
#displaynamechanged { display:none; }
|
2011-08-08 16:13:11 +04:00
|
|
|
input#identity { width:20em; }
|
2012-03-17 16:51:11 +04:00
|
|
|
#email { width: 17em; }
|
2011-08-13 06:04:48 +04:00
|
|
|
|
2013-09-06 01:12:52 +04:00
|
|
|
#avatar .warning {
|
|
|
|
width: 350px;
|
|
|
|
}
|
2013-08-24 02:35:32 +04:00
|
|
|
|
2013-10-03 17: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 19:20:23 +04:00
|
|
|
|
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 */
|
2014-02-25 14:09:01 +04:00
|
|
|
#newgroup-init a span { margin-left: 20px; }
|
|
|
|
#newgroup-init a span:before {
|
|
|
|
position: absolute; left: 12px; top:-2px;
|
|
|
|
content: '+'; font-weight: bold; font-size: 150%;
|
|
|
|
}
|
2014-07-17 15:13:03 +04:00
|
|
|
|
|
|
|
.ie8 #newgroup-form .icon-add {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2014-01-30 19:48:18 +04:00
|
|
|
.usercount { float: left; margin: 5px; }
|
2014-02-23 01:28:44 +04:00
|
|
|
li.active span.utils .delete {
|
2014-02-22 01:15:39 +04:00
|
|
|
float: left; position: relative; opacity: 0.5;
|
2014-02-23 01:28:44 +04:00
|
|
|
top: -7px; left: 7px; width: 44px; height: 44px;
|
2014-02-18 20:29:45 +04:00
|
|
|
}
|
2014-02-23 01:28:44 +04:00
|
|
|
li.active .rename {
|
|
|
|
padding: 8px 14px 20px 14px;
|
2014-04-18 00:14:04 +04:00
|
|
|
top: 0px; position: absolute; width: 16px; height: 16px;
|
|
|
|
opacity: 0.5;
|
2014-02-23 01:28:44 +04:00
|
|
|
display: inline-block !important;
|
2014-02-22 01:10:47 +04:00
|
|
|
}
|
|
|
|
li.active span.utils .delete img { margin: 14px; }
|
2014-02-23 01:28:44 +04:00
|
|
|
li.active .rename { opacity: 0.5; }
|
|
|
|
li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; }
|
|
|
|
span.utils .delete, .rename { display: none; }
|
2014-02-21 14:05:46 +04:00
|
|
|
#app-navigation ul li.active > span.utils .delete,
|
|
|
|
#app-navigation ul li.active > span.utils .rename { display: block; }
|
2014-06-07 23:12:12 +04:00
|
|
|
#usersearchform { position: absolute; top: 2px; right: 250px; }
|
2014-02-12 09:30:10 +04:00
|
|
|
#usersearchform label { font-weight: 700; }
|
2011-08-13 06:04:48 +04:00
|
|
|
form { display:inline; }
|
2014-05-07 19:19:09 +04:00
|
|
|
|
|
|
|
/* display table at full width */
|
|
|
|
table.grid {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-10-11 17: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-13 06:04:48 +04:00
|
|
|
td.name, td.password { padding-left:.8em; }
|
2013-01-31 12:57:16 +04: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; }
|
2014-06-19 16:30:22 +04:00
|
|
|
span.usersLastLoginTooltip { white-space: nowrap; }
|
2014-12-15 14:43:42 +03:00
|
|
|
#userlist .mailAddress,
|
2014-12-12 12:21:50 +03:00
|
|
|
#userlist .storageLocation,
|
|
|
|
#userlist .userBackend,
|
|
|
|
#userlist .lastLogin {
|
|
|
|
display : none;
|
|
|
|
}
|
2011-08-13 06:04:48 +04:00
|
|
|
|
2011-08-14 16:55:43 +04:00
|
|
|
td.remove { width:1em; padding-right:1em; }
|
2013-01-31 12:57:16 +04: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-05 01:00:16 +04:00
|
|
|
tr:hover>td.remove>a { float:right; }
|
2014-02-26 12:32:20 +04:00
|
|
|
|
2013-05-16 16:53:04 +04:00
|
|
|
div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
|
|
|
|
input#recoveryPassword {width:15em;}
|
2013-10-11 17:41:01 +04:00
|
|
|
#controls select.quota {
|
|
|
|
margin: 3px;
|
|
|
|
margin-right: 10px;
|
|
|
|
height: 37px;
|
|
|
|
}
|
2012-06-08 13:37:04 +04:00
|
|
|
select.quota-user { position:relative; left:0; top:0; width:10em; }
|
2012-02-25 01:56:13 +04:00
|
|
|
select.quota.active { background: #fff; }
|
2011-08-13 06:04:48 +04:00
|
|
|
|
2014-04-18 00:14:04 +04:00
|
|
|
input.userFilter {width: 200px;}
|
|
|
|
|
2013-02-14 19:38:10 +04:00
|
|
|
/* positioning fixes */
|
2013-10-04 09:41:16 +04:00
|
|
|
#newuser .multiselect {
|
|
|
|
min-width: 150px !important;
|
|
|
|
}
|
|
|
|
#newuser .multiselect,
|
|
|
|
#newusergroups + input[type='submit'] {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
2013-02-14 19:38:34 +04:00
|
|
|
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }
|
2013-02-14 19:38:10 +04:00
|
|
|
|
2013-07-12 18: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 19:38:10 +04:00
|
|
|
|
2015-01-23 19:45:45 +03:00
|
|
|
/* used to highlight a user row in red */
|
|
|
|
#userlist tr.row-warning {
|
|
|
|
background-color: #FDD;
|
|
|
|
}
|
2014-08-14 17:48:38 +04:00
|
|
|
|
|
|
|
|
2011-08-13 06:04:48 +04:00
|
|
|
/* APPS */
|
2014-08-14 17:48:38 +04:00
|
|
|
|
2013-08-18 15:49:34 +04:00
|
|
|
.appinfo { margin: 1em 40px; }
|
2014-03-30 14:18:47 +04:00
|
|
|
#app-navigation {
|
|
|
|
padding-bottom: 0px;
|
2013-06-11 19:24:47 +04:00
|
|
|
}
|
2014-03-20 12:04:50 +04:00
|
|
|
#app-navigation .appwarning {
|
2013-08-18 15:49:34 +04:00
|
|
|
background: #fcc;
|
|
|
|
}
|
2014-03-20 12:04:50 +04:00
|
|
|
#app-navigation.appwarning:hover {
|
2013-08-18 15:49:34 +04:00
|
|
|
background: #fbb;
|
|
|
|
}
|
2014-08-14 17:48:38 +04:00
|
|
|
|
|
|
|
.recommendedapp {
|
|
|
|
font-size: 11px;
|
|
|
|
background-position: left center;
|
|
|
|
padding-left: 18px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2012-10-08 17:49:48 +04:00
|
|
|
span.version { margin-left:1em; margin-right:1em; color:#555; }
|
2012-02-26 00:19:32 +04:00
|
|
|
|
2014-08-14 17:48:38 +04:00
|
|
|
#app-navigation .app-external,
|
|
|
|
.app-version,
|
|
|
|
.recommendedapp {
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#apps-list {
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.section {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.app-image {
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
.app-image img {
|
|
|
|
max-width: 80px;
|
|
|
|
max-height: 80px;
|
|
|
|
}
|
|
|
|
.app-image-icon img {
|
|
|
|
background-color: #ccc;
|
|
|
|
width: 60px;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
.app-name,
|
|
|
|
.app-version,
|
|
|
|
.app-score,
|
|
|
|
.recommendedapp {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.app-description {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.app-description pre {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|
|
|
|
|
|
|
|
#app-category-2 {
|
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
|
}
|
2014-03-20 12:04:50 +04:00
|
|
|
|
2014-12-11 17:24:36 +03:00
|
|
|
.app-dependencies {
|
|
|
|
margin-top: 10px;
|
|
|
|
color: #c33;
|
|
|
|
}
|
|
|
|
|
2014-12-02 01:07:16 +03:00
|
|
|
.missing-dependencies {
|
|
|
|
list-style: initial;
|
|
|
|
list-style-type: initial;
|
|
|
|
list-style-position: inside;
|
|
|
|
}
|
|
|
|
|
2012-08-04 22:12:18 +04:00
|
|
|
/* Transition to complete width! */
|
|
|
|
.app:hover, .app:active { max-width: inherit; }
|
|
|
|
|
2012-09-05 01:42:22 +04:00
|
|
|
.appslink { text-decoration: underline; }
|
2012-10-08 17:49:48 +04:00
|
|
|
.score { color:#666; font-weight:bold; font-size:0.8em; }
|
2012-09-05 01:42:22 +04:00
|
|
|
|
2014-01-17 17:05:39 +04:00
|
|
|
.appinfo .documentation {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-06-21 16:07:04 +04:00
|
|
|
/* LOG */
|
2015-01-21 18:19:14 +03:00
|
|
|
#log {
|
|
|
|
white-space:normal;
|
|
|
|
margin-bottom: 14px;
|
|
|
|
}
|
2013-03-28 18:43:14 +04:00
|
|
|
#lessLog { display:none; }
|
2013-10-11 17:58:15 +04:00
|
|
|
table.grid td.date{
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2012-06-21 16:07:04 +04:00
|
|
|
|
|
|
|
/* ADMIN */
|
2014-02-03 15:48:17 +04:00
|
|
|
span.securitywarning, span.connectionwarning, .setupwarning {
|
2014-06-16 22:25:02 +04:00
|
|
|
color:#C33;
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
2014-06-13 19:41:45 +04:00
|
|
|
#shareAPI p { padding-bottom: 0.8em; }
|
|
|
|
#shareAPI input#shareapiExpireAfterNDays {width: 25px;}
|
|
|
|
#shareAPI .indent {
|
|
|
|
padding-left: 28px;
|
|
|
|
}
|
|
|
|
#shareAPI .double-indent {
|
|
|
|
padding-left: 56px;
|
|
|
|
}
|
2012-12-13 12:26:25 +04:00
|
|
|
|
2014-10-03 17:14:22 +04:00
|
|
|
.mail_settings p label:first-child {
|
2014-02-12 20:21:41 +04:00
|
|
|
display: inline-block;
|
|
|
|
width: 300px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2014-10-03 17:14:22 +04:00
|
|
|
.mail_settings p select:nth-child(2) {
|
2014-02-12 20:21:41 +04:00
|
|
|
width: 143px;
|
|
|
|
}
|
|
|
|
#mail_smtpport {
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
2014-03-12 20:29:26 +04:00
|
|
|
.cronlog {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2014-03-12 18:20:51 +04:00
|
|
|
.cronstatus {
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
|
2014-06-02 19:25:08 +04:00
|
|
|
.cronstatus.success {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
2014-05-13 17:22:18 +04:00
|
|
|
#selectGroups select {
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
height: 36px;
|
|
|
|
padding: 7px 10px
|
|
|
|
}
|
|
|
|
|
2014-03-21 23:27:22 +04:00
|
|
|
span.success {
|
|
|
|
background: #37ce02;
|
2014-05-23 20:07:25 +04:00
|
|
|
border-radius: 3px;
|
2014-03-21 23:27:22 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
span.error {
|
|
|
|
background: #ce3702;
|
|
|
|
}
|
|
|
|
|
2013-02-09 12:13:11 +04:00
|
|
|
|
2013-03-13 14:03:52 +04:00
|
|
|
/* PASSWORD */
|
|
|
|
.strengthify-wrapper {
|
|
|
|
position: absolute;
|
|
|
|
left: 189px;
|
|
|
|
width: 131px;
|
|
|
|
margin-top: -7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* OPERA hack for strengthify*/
|
|
|
|
doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|
|
|
left: 185px;
|
|
|
|
width: 129px;
|
|
|
|
}
|
2014-06-03 00:59:16 +04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* HELP */
|
|
|
|
|
|
|
|
.help-includes {
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2014-02-03 15:48:17 +04:00
|
|
|
|
|
|
|
#postsetupchecks .loading {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postsetupchecks.section .loading {
|
|
|
|
background-position: left center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#postsetupchecks .hint, #postsetupchecks .setupwarning {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|