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 */
|
2015-12-04 18:42:31 +03:00
|
|
|
|
|
|
|
#avatar {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
width: 160px;
|
|
|
|
padding-right: 0;
|
2014-08-15 19:18:46 +04:00
|
|
|
}
|
2015-12-04 18:42:31 +03:00
|
|
|
#avatar .avatardiv {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
#avatar .warning {
|
2016-01-08 12:27:55 +03:00
|
|
|
width: 100%;
|
2015-12-04 18:42:31 +03:00
|
|
|
}
|
|
|
|
#uploadavatarbutton,
|
|
|
|
#selectavatar,
|
|
|
|
#removeavatar {
|
|
|
|
width: 33px;
|
|
|
|
height: 33px;
|
2013-10-21 13:49:02 +04:00
|
|
|
}
|
2015-12-11 16:19:02 +03:00
|
|
|
.jcrop-holder {
|
|
|
|
z-index: 500;
|
|
|
|
}
|
|
|
|
#avatar #cropper {
|
|
|
|
float: left;
|
|
|
|
background-color: #fff;
|
|
|
|
z-index: 500;
|
|
|
|
position: relative;
|
|
|
|
}
|
2013-02-11 15:49:52 +04:00
|
|
|
|
2015-12-04 18:42:31 +03:00
|
|
|
#displaynameform,
|
|
|
|
#lostpassword,
|
2016-02-29 16:40:26 +03:00
|
|
|
#groups,
|
2016-07-19 12:37:46 +03:00
|
|
|
#passwordform {
|
2015-12-04 18:42:31 +03:00
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
min-width: 60%;
|
2015-03-23 13:34:30 +03:00
|
|
|
}
|
2015-12-04 18:42:31 +03:00
|
|
|
#avatar,
|
|
|
|
#passwordform {
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
2014-06-04 19:05:44 +04:00
|
|
|
}
|
2015-12-11 16:19:02 +03:00
|
|
|
#groups {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
max-width: 75%;
|
|
|
|
}
|
2015-12-04 18:42:31 +03:00
|
|
|
|
2016-02-05 15:50:03 +03:00
|
|
|
.clientsbox img {
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
2015-12-04 18:42:31 +03:00
|
|
|
#sslCertificate tr.expired {
|
|
|
|
background-color: rgba(255, 0, 0, 0.5);
|
2014-06-04 19:05:44 +04:00
|
|
|
}
|
2015-12-04 18:42:31 +03:00
|
|
|
#sslCertificate td {
|
|
|
|
padding: 5px;
|
2014-07-02 19:41:26 +04:00
|
|
|
}
|
2013-02-11 15:49:52 +04:00
|
|
|
|
2015-12-04 18:42:31 +03:00
|
|
|
|
2015-04-07 14:28:26 +03:00
|
|
|
#displaynameerror {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#displaynamechanged {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
input#identity {
|
|
|
|
width: 20em;
|
|
|
|
}
|
|
|
|
#displayName,
|
|
|
|
#email {
|
|
|
|
width: 17em;
|
|
|
|
}
|
2011-08-13 06:04:48 +04:00
|
|
|
|
2015-12-11 16:19:02 +03:00
|
|
|
#showWizard {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2016-05-18 13:03:22 +03:00
|
|
|
#sessions table,
|
2016-06-16 11:54:03 +03:00
|
|
|
#apppasswords table {
|
2016-05-18 13:03:22 +03:00
|
|
|
width: 100%;
|
2016-07-20 15:25:23 +03:00
|
|
|
min-height: 50px;
|
2016-07-19 12:37:46 +03:00
|
|
|
padding-top: 5px;
|
2016-07-19 12:42:57 +03:00
|
|
|
max-width: 580px;
|
2016-05-18 13:03:22 +03:00
|
|
|
}
|
|
|
|
#sessions table th,
|
2016-06-16 11:54:03 +03:00
|
|
|
#apppasswords table th {
|
2016-07-19 12:37:46 +03:00
|
|
|
opacity: .5;
|
2016-05-18 13:03:22 +03:00
|
|
|
}
|
2016-05-18 19:25:05 +03:00
|
|
|
#sessions table th,
|
|
|
|
#sessions table td,
|
2016-06-16 11:54:03 +03:00
|
|
|
#apppasswords table th,
|
|
|
|
#apppasswords table td {
|
2016-07-19 12:37:46 +03:00
|
|
|
padding: 10px 10px 10px 0;
|
2016-05-18 19:25:05 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#sessions .token-list td,
|
2016-06-16 11:54:03 +03:00
|
|
|
#apppasswords .token-list td {
|
2016-05-19 12:20:22 +03:00
|
|
|
border-top: 1px solid #DDD;
|
2016-06-09 11:49:51 +03:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 200px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2016-05-19 12:20:22 +03:00
|
|
|
}
|
2016-07-20 15:26:03 +03:00
|
|
|
|
|
|
|
#sessions tr *:nth-child(2),
|
|
|
|
#apppasswords tr *:nth-child(2) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2016-05-19 12:20:22 +03:00
|
|
|
#sessions .token-list td a.icon-delete,
|
2016-06-16 11:54:03 +03:00
|
|
|
#apppasswords .token-list td a.icon-delete {
|
2016-05-19 12:20:22 +03:00
|
|
|
display: block;
|
|
|
|
opacity: 0.6;
|
2016-05-18 19:25:05 +03:00
|
|
|
}
|
|
|
|
|
2016-06-24 18:00:59 +03:00
|
|
|
#new-app-login-name,
|
2016-06-16 11:54:03 +03:00
|
|
|
#new-app-password {
|
2016-05-19 12:20:22 +03:00
|
|
|
width: 186px;
|
2016-05-18 19:25:05 +03:00
|
|
|
font-family: monospace;
|
|
|
|
background-color: lightyellow;
|
|
|
|
}
|
2016-06-24 18:00:59 +03:00
|
|
|
.app-password-row {
|
|
|
|
display: table-row;
|
|
|
|
}
|
2016-08-10 10:10:39 +03:00
|
|
|
|
|
|
|
.app-password-row .icon {
|
|
|
|
background-size: 16px 16px;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-left: 5px;
|
2016-08-10 11:47:51 +03:00
|
|
|
margin-right: 8px;
|
2016-08-10 10:10:39 +03:00
|
|
|
}
|
|
|
|
|
2016-06-24 18:00:59 +03:00
|
|
|
.app-password-label {
|
|
|
|
display: table-cell;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
2016-05-18 13:03:22 +03:00
|
|
|
|
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
|
|
|
|
2015-03-17 20:59:39 +03:00
|
|
|
#newgroup-form {
|
|
|
|
height: 44px;
|
|
|
|
}
|
|
|
|
#newgroupname {
|
|
|
|
margin: 6px;
|
|
|
|
width: 95%;
|
|
|
|
padding-right: 32px;
|
|
|
|
box-sizing: border-box
|
|
|
|
}
|
|
|
|
#newgroup-form .button {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 3px;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
2015-03-23 16:57:07 +03:00
|
|
|
.isgroup .groupname {
|
|
|
|
width: 85%;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.isgroup.active .groupname {
|
|
|
|
width: 65%;
|
|
|
|
}
|
|
|
|
|
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; }
|
2015-05-12 16:48:45 +03:00
|
|
|
#usersearchform {
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
#usersearchform input {
|
|
|
|
width: 150px;
|
|
|
|
}
|
2014-02-12 09:30:10 +04:00
|
|
|
#usersearchform label { font-weight: 700; }
|
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; }
|
2016-01-07 17:25:04 +03:00
|
|
|
|
|
|
|
/* dropdowns will be relative to this element */
|
|
|
|
#userlist {
|
|
|
|
position: relative;
|
|
|
|
}
|
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
|
|
|
|
2015-04-13 18:12:06 +03:00
|
|
|
/* because of accessibility the name cell is <th> - therefore we enforce the black color */
|
|
|
|
#userlist th.name {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2015-04-20 15:27:58 +03:00
|
|
|
#userlist .mailAddress .loading-small {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin-left: -26px;
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
|
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; }
|
2015-03-17 17:29:36 +03:00
|
|
|
td.remove {
|
|
|
|
width: 25px;
|
|
|
|
}
|
|
|
|
tr:hover>td.remove>a {
|
|
|
|
float: left;
|
|
|
|
}
|
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 */
|
2015-03-17 21:02:55 +03:00
|
|
|
#newuser {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
2013-10-04 09:41:16 +04:00
|
|
|
#newuser .multiselect {
|
|
|
|
min-width: 150px !important;
|
|
|
|
}
|
|
|
|
#newuser .multiselect,
|
|
|
|
#newusergroups + input[type='submit'] {
|
|
|
|
position: relative;
|
2015-03-17 21:02:55 +03:00
|
|
|
top: -1px;
|
2013-10-04 09:41:16 +04:00
|
|
|
}
|
2015-03-23 15:46:05 +03:00
|
|
|
#headerGroups,
|
|
|
|
#headerSubAdmins,
|
|
|
|
#headerQuota {
|
|
|
|
padding-left: 18px;
|
|
|
|
}
|
|
|
|
#headerAvatar {
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
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-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
|
|
|
|
2015-04-07 12:55:10 +03:00
|
|
|
span.version {
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-right: 1em;
|
|
|
|
color: #555;
|
2014-08-14 17:48:38 +04:00
|
|
|
}
|
2012-02-26 00:19:32 +04:00
|
|
|
|
2014-08-14 17:48:38 +04:00
|
|
|
#app-navigation .app-external,
|
2015-04-07 12:55:10 +03:00
|
|
|
.app-version {
|
2014-08-14 17:48:38 +04:00
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
2015-03-30 16:58:20 +03:00
|
|
|
.app-level {
|
2015-04-07 12:55:10 +03:00
|
|
|
margin-top: 8px;
|
2015-03-30 16:58:20 +03:00
|
|
|
}
|
2015-04-07 12:55:10 +03:00
|
|
|
.app-level span {
|
|
|
|
color: #555;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid #555;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 3px 6px;
|
|
|
|
}
|
|
|
|
.app-level .official {
|
|
|
|
border-color: #37ce02;
|
|
|
|
background-position: left center;
|
|
|
|
background-position: 5px center;
|
|
|
|
padding-left: 25px;
|
|
|
|
}
|
|
|
|
.app-level .approved {
|
2016-06-16 14:09:55 +03:00
|
|
|
border-color: #0082c9;
|
2015-03-30 16:58:20 +03:00
|
|
|
}
|
|
|
|
.app-level .experimental {
|
2015-04-07 12:55:10 +03:00
|
|
|
background-color: #ce3702;
|
|
|
|
border-color: #ce3702;
|
|
|
|
color: #fff;
|
2015-03-30 16:58:20 +03:00
|
|
|
}
|
2015-04-07 13:27:39 +03:00
|
|
|
.apps-experimental {
|
|
|
|
color: #ce3702;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-score {
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
}
|
2015-03-30 16:58:20 +03:00
|
|
|
|
2014-08-14 17:48:38 +04:00
|
|
|
#apps-list {
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.section {
|
|
|
|
position: relative;
|
|
|
|
}
|
2015-04-07 12:55:10 +03:00
|
|
|
.section h2.app-name {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
2016-08-13 01:29:39 +03:00
|
|
|
.followupsection {
|
|
|
|
display: block;
|
|
|
|
padding: 0 30px 30px 30px;
|
|
|
|
color: #555;
|
|
|
|
margin-bottom: 24px;
|
|
|
|
margin-top: -30px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2014-08-14 17:48:38 +04:00
|
|
|
.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,
|
2015-04-07 12:55:10 +03:00
|
|
|
.app-level {
|
2014-08-14 17:48:38 +04:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-03-06 18:28:38 +03:00
|
|
|
|
|
|
|
.app-description-toggle-show,
|
|
|
|
.app-description-toggle-hide {
|
|
|
|
clear: both;
|
|
|
|
padding: 7px 0;
|
|
|
|
cursor: pointer;
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
.app-description-container {
|
|
|
|
clear: both;
|
|
|
|
position: relative;
|
|
|
|
top: 7px;
|
|
|
|
}
|
|
|
|
|
2014-08-14 17:48:38 +04:00
|
|
|
.app-description {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.app-description pre {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|
|
|
|
|
2015-03-30 16:58:20 +03:00
|
|
|
#app-category-1 {
|
2015-08-25 15:06:20 +03:00
|
|
|
margin-bottom: 18px;
|
2014-08-14 17:48:38 +04:00
|
|
|
}
|
2015-04-07 13:27:39 +03:00
|
|
|
/* capitalize "Other" category */
|
|
|
|
#app-category-925 {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
2014-03-20 12:04:50 +04:00
|
|
|
|
2014-12-11 17:24:36 +03:00
|
|
|
.app-dependencies {
|
2015-04-07 12:55:10 +03:00
|
|
|
color: #ce3702;
|
2014-12-11 17:24:36 +03:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
2016-07-26 12:27:48 +03:00
|
|
|
#log-section p {
|
|
|
|
margin-top:20px;
|
|
|
|
}
|
2012-06-21 16:07:04 +04:00
|
|
|
|
|
|
|
/* ADMIN */
|
2015-03-23 16:27:57 +03:00
|
|
|
#security-warning li {
|
|
|
|
list-style: initial;
|
|
|
|
margin: 10px 0;
|
2014-06-16 22:25:02 +04:00
|
|
|
}
|
2015-08-21 12:09:01 +03:00
|
|
|
#security-warning-state span {
|
|
|
|
padding-left: 25px;
|
|
|
|
background-position: 5px center;
|
|
|
|
margin-left: -5px;
|
|
|
|
}
|
2015-04-09 11:57:15 +03:00
|
|
|
|
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;
|
|
|
|
}
|
2015-04-09 11:57:15 +03:00
|
|
|
#fileSharingSettings h3 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2015-05-01 00:12:34 +03:00
|
|
|
/* correctly display help icons next to headings */
|
2015-04-09 11:57:15 +03:00
|
|
|
.icon-info {
|
|
|
|
padding: 11px 20px;
|
2015-05-01 00:12:34 +03:00
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
#shareAPI h2,
|
|
|
|
#encryptionAPI h2,
|
|
|
|
#mail_general_settings h2 {
|
|
|
|
display: inline-block;
|
2015-04-09 11:57:15 +03:00
|
|
|
}
|
2012-12-13 12:26:25 +04:00
|
|
|
|
2015-07-22 15:56:03 +03:00
|
|
|
#encryptionAPI li {
|
|
|
|
list-style-type: initial;
|
|
|
|
margin-left: 20px;
|
|
|
|
padding: 5px 0;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
2015-11-18 13:49:10 +03:00
|
|
|
.status {
|
2014-03-12 18:20:51 +04:00
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2015-11-18 13:49:10 +03:00
|
|
|
.status.success {
|
2014-06-02 19:25:08 +04:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2015-03-26 13:42:04 +03:00
|
|
|
#log .log-message {
|
|
|
|
word-break: break-all;
|
|
|
|
min-width: 180px;
|
|
|
|
}
|
|
|
|
|
2014-03-21 23:27:22 +04:00
|
|
|
span.success {
|
2015-08-12 21:51:09 +03:00
|
|
|
background: #37ce02;
|
|
|
|
border-radius: 3px;
|
2014-03-21 23:27:22 +04:00
|
|
|
}
|
|
|
|
span.error {
|
2015-08-12 21:51:09 +03:00
|
|
|
background: #ce3702;
|
|
|
|
}
|
|
|
|
span.indeterminate {
|
|
|
|
background: #e6db00;
|
|
|
|
border-radius: 40% 0;
|
2014-03-21 23:27:22 +04:00
|
|
|
}
|
2013-02-09 12:13:11 +04:00
|
|
|
|
2013-03-13 14:03:52 +04:00
|
|
|
/* PASSWORD */
|
2016-06-15 16:27:07 +03:00
|
|
|
#passwordform .strengthify-wrapper {
|
2013-03-13 14:03:52 +04:00
|
|
|
position: absolute;
|
2016-06-15 16:27:07 +03:00
|
|
|
left: 186px;
|
2013-03-13 14:03:52 +04:00
|
|
|
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;
|
|
|
|
background-position: left center;
|
|
|
|
}
|
|
|
|
|
2015-08-17 12:17:48 +03:00
|
|
|
#postsetupchecks .errors,
|
|
|
|
#postsetupchecks .warnings,
|
|
|
|
#security-warning > ul {
|
|
|
|
color: #ce3702;
|
|
|
|
}
|
|
|
|
|
2015-03-20 20:40:13 +03:00
|
|
|
#admin-tips li {
|
|
|
|
list-style: initial;
|
|
|
|
}
|
|
|
|
#admin-tips li a {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 3px 0;
|
|
|
|
}
|
2015-01-14 22:39:23 +03:00
|
|
|
|
|
|
|
#selectEncryptionModules {
|
|
|
|
margin-left: 30px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#encryptionModules {
|
|
|
|
padding: 10px;
|
2015-03-27 03:16:31 +03:00
|
|
|
}
|
2015-05-04 14:00:17 +03:00
|
|
|
|
|
|
|
#warning {
|
|
|
|
color: red;
|
|
|
|
}
|
2016-06-23 13:37:58 +03:00
|
|
|
|
|
|
|
/* SELECT */
|
|
|
|
|
|
|
|
.select2-container-multi .select2-choices .select2-search-choice {
|
|
|
|
background-color: rgba(240,240,240,.9)!important;
|
|
|
|
border-color: rgba(240,240,240,.9)!important;
|
|
|
|
box-shadow: none!important;
|
|
|
|
background-image: none!important;
|
|
|
|
}
|