nextcloud/settings/css/settings.css

35 lines
1.2 KiB
CSS
Raw Normal View History

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; }
.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; }
/* USERS */
form { display:inline; }
2011-09-30 21:35:25 +04:00
table th { height:2em; padding:0 .5em; color:#999; padding-left:.8em; }
table th, table td { border-bottom:1px solid #ddd; 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>span { margin-right:1.2em; }
td.password { width:12em; cursor:pointer; }
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 { margin-top:6.5em; }
table { width:100%; }
/* APPS */
2011-08-21 13:14:57 +04:00
li { color:#888; }
li.active { color:#000; }
span.version { margin-left:3em; color:#ddd; }