1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /* 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; }
- input#openid, input#webdav { width:20em; }
- /* PERSONAL */
- #passworderror { display:none; }
- #passwordchanged { display:none; }
- input#identity { width:20em; }
- #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; }
- table.nostyle label { margin-right: 2em; }
- table.nostyle td { padding: 0.2em 0; }
- /* USERS */
- form { display:inline; }
- 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; }
- td.password>img, td.remove>img, td.quota>img { visibility:hidden; }
- 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; }
- tr:hover>td.remove>img, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
- tr:hover>td.remove>img { float:right; }
- li.selected { background-color:#ddd; }
- #content>table:not(.nostyle) { margin-top:3em; }
- table:not(.nostyle) { width:100%; }
- #rightcontent { padding-left: 1em; }
- div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
- div.quota-select-wrapper { position: relative; }
- select.quota { position:absolute; left:0; top:0; width:10em; }
- 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 -mox-box-shadow:none ; box-shadow:none; }
- div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
- select.quota.active { background: #fff; }
- /* APPS */
- li { color:#888; }
- li.active { color:#000; }
- small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size:6pt; padding:4px; border-radius: 4px;}
- span.version { margin-left:3em; color:#ddd; }
- /* LOF */
- #log { white-space:normal; }
|