nextcloud/settings/css/settings.css

215 lines
5.6 KiB
CSS
Raw Normal View History

/* 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. */
select#languageinput, select#timezone { width:15em; }
2011-08-14 18:12:27 +04:00
input#openid, input#webdav { width:20em; }
#user-controls {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
position: fixed; right: 0; left:380px; height: 44px;
padding: 0; margin: 0;
background: #eee; border-bottom: 1px solid #e7e7e7;
z-index: 50;
}
/* PERSONAL */
2013-10-21 13:49:02 +04:00
#rootcert_import {
margin: 0 0 10px 0;
display: block;
}
/* Sync clients */
2013-07-02 01:47:59 +04:00
.clientsbox { margin:12px; }
.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-02 01:47:59 +04:00
.clientsbox .center { margin-top:10px; }
2011-08-08 16:13:11 +04:00
#passworderror { display:none; }
#passwordchanged { display:none; }
#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; }
#avatar .warning {
width: 350px;
}
.msg.success {
color: #fff;
background-color: #47a447;
padding: 3px;
}
.msg.error {
color: #fff;
background-color: #d2322d;
padding: 3px;
}
2011-10-04 21:37:26 +04:00
table.nostyle label { margin-right: 2em; }
table.nostyle td { padding: 0.2em 0; }
/* USERS */
2014-01-30 19:48:18 +04:00
.usercount { float: left; margin: 5px; }
li.active span.utils .delete, li.active span.utils .rename {
float: left; position: relative;
margin: 3px; top: 4px;
}
span.utils .delete, span.utils .rename { display: none; }
#app-navigation ul li.active > span.utils .delete,
#app-navigation ul li.active > span.utils .rename { display: block; }
li.active span.utils .delete {
float: left; position: relative;
2014-01-30 19:48:18 +04:00
margin: 3px; top: 4px;
}
#usersearchform { position: absolute; top: 4px; right: 10px; }
#usersearchform label { font-weight: 700; }
form { display:inline; }
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; }
td.name, td.password { padding-left:.8em; }
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; }
td.remove { width:1em; padding-right:1em; }
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
div.quota {
2014-01-28 12:37:42 +04:00
margin: 10px;
display: block;
}
div.quota-select-wrapper { position: relative; }
div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
input#recoveryPassword {width:15em;}
#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; }
div.quota>span {
white-space: nowrap;
color: #888;
text-shadow: 0 1px 0 #fff;
}
2012-02-25 01:56:13 +04:00
select.quota.active { background: #fff; }
/* positioning fixes */
#newuser .multiselect {
min-width: 150px !important;
}
#newuser .multiselect,
#newusergroups + input[type='submit'] {
position: relative;
top: 1px;
}
#headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }
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;}
/* APPS */
.appinfo { margin: 1em 40px; }
#app-navigation {
padding-bottom: 0px;
}
#app-navigation .appwarning {
background: #fcc;
}
#app-navigation.appwarning:hover {
background: #fbb;
}
2014-05-23 20:07:25 +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: 3px;}
small.recommendedapp { color:#FFF; background-color:#888; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 3px;}
small.externalapp.list, small.recommendedapp.list { position: absolute; right: 10px; top: 12px; }
span.version { margin-left:1em; margin-right:1em; color:#555; }
2012-02-26 00:19:32 +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; }
.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;
}
/* LOG */
#log { white-space:normal; }
2013-03-28 18:43:14 +04:00
#lessLog { display:none; }
table.grid td.date{
white-space: nowrap;
}
/* ADMIN */
span.securitywarning {color:#C33; font-weight:bold; }
span.connectionwarning {color:#933; font-weight:bold; }
2012-09-16 22:31:56 +04:00
table.shareAPI td { padding-bottom: 0.8em; }
table.shareAPI input#shareapiExpireAfterNDays {width: 25px;}
table.shareAPI .indent { padding-left: 2em; }
#mail_settings p label:first-child {
display: inline-block;
width: 300px;
text-align: right;
}
#mail_settings p select:nth-child(2) {
width: 143px;
}
#mail_smtpport {
width: 40px;
}
.cronlog {
margin-left: 10px;
}
2014-03-12 18:20:51 +04:00
.cronstatus {
display: inline-block;
height: 16px;
width: 16px;
vertical-align: text-bottom;
}
#selectGroups select {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
height: 36px;
padding: 7px 10px
}
span.success {
background: #37ce02;
2014-05-23 20:07:25 +04:00
border-radius: 3px;
}
span.error {
background: #ce3702;
}
/* HELP */
.pressed {background-color:#DDD;}
/* 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;
}