Blame view

sources/settings/css/settings.css 4.6 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
  /* 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 */
31b7f2792   Kload   Upgrade to ownclo...
10
11
12
13
14
15
16
17
18
  #rootcert_import {
  	margin: 0 0 10px 0;
  	display: block;
  }
  
  .personalblock input[type="checkbox"] {
  	position: relative;
  	top: 2px;
  }
03e52840d   Kload   Init
19
20
  
  /* Sync clients */
31b7f2792   Kload   Upgrade to ownclo...
21
  .clientsbox { margin:12px; }
03e52840d   Kload   Init
22
23
  .clientsbox h1 { font-size:40px; font-weight:bold; margin:50px 0 20px; }
  .clientsbox h2 { font-size:20px; font-weight:bold; margin:35px 0 10px; }
31b7f2792   Kload   Upgrade to ownclo...
24
  .clientsbox .center { margin-top:10px; }
03e52840d   Kload   Init
25
26
27
28
29
30
31
  
  #passworderror { display:none; }
  #passwordchanged { display:none; }
  #displaynameerror { display:none; }
  #displaynamechanged { display:none; }
  input#identity { width:20em; }
  #email { width: 17em; }
31b7f2792   Kload   Upgrade to ownclo...
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  #avatar .warning {
  	width: 350px;
  }
  
  .msg.success {
  	color: #fff;
  	background-color: #47a447;
  	padding: 3px;
  }
  .msg.error {
  	color: #fff;
  	background-color: #d2322d;
  	padding: 3px;
  }
03e52840d   Kload   Init
46
47
48
49
50
51
  
  table.nostyle label { margin-right: 2em; }
  table.nostyle td { padding: 0.2em 0; }
  
  /* USERS */
  form { display:inline; }
31b7f2792   Kload   Upgrade to ownclo...
52
53
  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; }
03e52840d   Kload   Init
54
55
56
57
58
59
60
61
62
63
  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; }
  tr:hover>td.remove>a { float:right; }
  li.selected { background-color:#ddd; }
31b7f2792   Kload   Upgrade to ownclo...
64
65
66
67
68
69
  table.grid { width:100%; }
  #rightcontent { padding-left: 10px; }
  div.quota {
  	float: right;
  	display: block;
  }
03e52840d   Kload   Init
70
71
72
  div.quota-select-wrapper { position: relative; }
  div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
  input#recoveryPassword {width:15em;}
31b7f2792   Kload   Upgrade to ownclo...
73
74
75
76
77
  #controls select.quota {
  	margin: 3px;
  	margin-right: 10px;
  	height: 37px;
  }
03e52840d   Kload   Init
78
  select.quota-user { position:relative; left:0; top:0; width:10em; }
31b7f2792   Kload   Upgrade to ownclo...
79
80
81
82
83
  div.quota>span {
  	white-space: nowrap;
  	color: #888;
  	text-shadow: 0 1px 0 #fff;
  }
03e52840d   Kload   Init
84
85
86
  select.quota.active { background: #fff; }
  
  /* positioning fixes */
31b7f2792   Kload   Upgrade to ownclo...
87
88
89
90
91
92
93
94
  #newuser .multiselect {
  	min-width: 150px !important;
  }
  #newuser .multiselect,
  #newusergroups + input[type='submit'] {
  	position: relative;
  	top: 1px;
  }
03e52840d   Kload   Init
95
96
97
98
99
100
  #headerGroups, #headerSubAdmins, #headerQuota { padding-left:18px; }
  
  .ie8 table.hascontrols{border-collapse:collapse;width: 100%;}
  .ie8 table.hascontrols tbody tr{border-collapse:collapse;border: 1px solid #ddd !important;}
  
  /* APPS */
31b7f2792   Kload   Upgrade to ownclo...
101
  .appinfo { margin: 1em 40px; }
03e52840d   Kload   Init
102
  h3 { font-size: 1.4em; font-weight: bold; }
31b7f2792   Kload   Upgrade to ownclo...
103
104
105
106
107
108
109
  ul.applist a {
  	height: 2.2em;
  	padding: 0.2em 0.2em 0.2em 0.8em !important;
  }
  ul.applist .app-external {
  	width: 100%;
  }
03e52840d   Kload   Init
110
111
  li { color:#888; }
  li.active { color:#000; }
31b7f2792   Kload   Upgrade to ownclo...
112
113
114
115
116
117
  #leftcontent .appwarning {
  	background: #fcc;
  }
  #leftcontent .appwarning:hover {
  	background: #fbb;
  }
03e52840d   Kload   Init
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
  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; }
  small.recommendedapp { color:#FFF; background-color:#888; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;}
  small.recommendedapp.list { float: right; }
  span.version { margin-left:1em; margin-right:1em; color:#555; }
  
  .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; }
  .app.recommendedapp { max-width: 12.5em; }
  /* Transition to complete width! */
  .app:hover, .app:active { max-width: inherit; }
  
  .appslink { text-decoration: underline; }
  .score { color:#666; font-weight:bold; font-size:0.8em; }
  
  /* LOG */
  #log { white-space:normal; }
31b7f2792   Kload   Upgrade to ownclo...
135
136
137
138
  #lessLog { display:none; }
  table.grid td.date{
  	white-space: nowrap;
  }
03e52840d   Kload   Init
139
140
141
142
143
144
145
146
147
  
  /* ADMIN */
  span.securitywarning {color:#C33; font-weight:bold; }
  span.connectionwarning {color:#933; font-weight:bold; }
  input[type=radio] { width:1em; }
  table.shareAPI td { padding-bottom: 0.8em; }
  
  /* HELP */
  .pressed {background-color:#DDD;}