nextcloud/settings/css/settings.css

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