settings.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. /* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
  2. This file is licensed under the Affero General Public License version 3 or later.
  3. See the COPYING-README file. */
  4. select#languageinput, select#timezone { width:15em; }
  5. input#openid, input#webdav { width:20em; }
  6. /* PERSONAL */
  7. #sslCertificate tr.expired {
  8. background-color: rgba(255, 0, 0, 0.5);
  9. }
  10. #sslCertificate td {
  11. padding: 5px;
  12. }
  13. /* Sync clients */
  14. .clientsbox {
  15. padding-top: 30px;
  16. margin-top: -30px;
  17. }
  18. .clientsbox h2 {
  19. font-size: 20px;
  20. margin: 35px 0 10px;
  21. }
  22. .clientsbox .center {
  23. margin-top: 10px;
  24. }
  25. .clientsbox a {
  26. font-weight: bold;
  27. }
  28. #displaynameerror {
  29. display: none;
  30. }
  31. #displaynamechanged {
  32. display: none;
  33. }
  34. input#identity {
  35. width: 20em;
  36. }
  37. #displayName,
  38. #email {
  39. width: 17em;
  40. }
  41. #avatar .warning {
  42. width: 350px;
  43. }
  44. .msg.success {
  45. color: #fff;
  46. background-color: #47a447;
  47. padding: 3px;
  48. }
  49. .msg.error {
  50. color: #fff;
  51. background-color: #d2322d;
  52. padding: 3px;
  53. }
  54. table.nostyle label { margin-right: 2em; }
  55. table.nostyle td { padding: 0.2em 0; }
  56. /* USERS */
  57. #newgroup-init a span { margin-left: 20px; }
  58. #newgroup-init a span:before {
  59. position: absolute; left: 12px; top:-2px;
  60. content: '+'; font-weight: bold; font-size: 150%;
  61. }
  62. #newgroup-form {
  63. height: 44px;
  64. }
  65. #newgroupname {
  66. margin: 6px;
  67. width: 95%;
  68. padding-right: 32px;
  69. box-sizing: border-box
  70. }
  71. #newgroup-form .button {
  72. position: absolute;
  73. right: 0;
  74. top: 3px;
  75. height: 32px;
  76. width: 32px;
  77. }
  78. .ie8 #newgroup-form .icon-add {
  79. height: 30px;
  80. }
  81. .isgroup .groupname {
  82. width: 85%;
  83. display: block;
  84. overflow: hidden;
  85. text-overflow: ellipsis;
  86. }
  87. .isgroup.active .groupname {
  88. width: 65%;
  89. }
  90. .usercount { float: left; margin: 5px; }
  91. li.active span.utils .delete {
  92. float: left; position: relative; opacity: 0.5;
  93. top: -7px; left: 7px; width: 44px; height: 44px;
  94. }
  95. li.active .rename {
  96. padding: 8px 14px 20px 14px;
  97. top: 0px; position: absolute; width: 16px; height: 16px;
  98. opacity: 0.5;
  99. display: inline-block !important;
  100. }
  101. li.active span.utils .delete img { margin: 14px; }
  102. li.active .rename { opacity: 0.5; }
  103. li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; }
  104. span.utils .delete, .rename { display: none; }
  105. #app-navigation ul li.active > span.utils .delete,
  106. #app-navigation ul li.active > span.utils .rename { display: block; }
  107. #usersearchform { position: absolute; top: 2px; right: 250px; }
  108. #usersearchform label { font-weight: 700; }
  109. /* display table at full width */
  110. table.grid {
  111. width: 100%;
  112. }
  113. table.grid th { height:2em; color:#999; }
  114. table.grid th, table.grid td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; }
  115. td.name, td.password { padding-left:.8em; }
  116. td.password>img,td.displayName>img, td.remove>a, td.quota>img { visibility:hidden; }
  117. td.password, td.quota, td.displayName { width:12em; cursor:pointer; }
  118. td.password>span, td.quota>span, rd.displayName>span { margin-right: 1.2em; color: #C7C7C7; }
  119. span.usersLastLoginTooltip { white-space: nowrap; }
  120. #userlist .mailAddress,
  121. #userlist .storageLocation,
  122. #userlist .userBackend,
  123. #userlist .lastLogin {
  124. display : none;
  125. }
  126. tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
  127. tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
  128. td.remove {
  129. width: 25px;
  130. }
  131. tr:hover>td.remove>a {
  132. float: left;
  133. }
  134. div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
  135. input#recoveryPassword {width:15em;}
  136. #controls select.quota {
  137. margin: 3px;
  138. margin-right: 10px;
  139. height: 37px;
  140. }
  141. select.quota-user { position:relative; left:0; top:0; width:10em; }
  142. select.quota.active { background: #fff; }
  143. input.userFilter {width: 200px;}
  144. /* positioning fixes */
  145. #newuser {
  146. padding-left: 3px;
  147. }
  148. #newuser .multiselect {
  149. min-width: 150px !important;
  150. }
  151. #newuser .multiselect,
  152. #newusergroups + input[type='submit'] {
  153. position: relative;
  154. top: -1px;
  155. }
  156. #headerGroups,
  157. #headerSubAdmins,
  158. #headerQuota {
  159. padding-left: 18px;
  160. }
  161. #headerAvatar {
  162. width: 32px;
  163. }
  164. .ie8 table.hascontrols{border-collapse:collapse;width: 100%;}
  165. .ie8 table.hascontrols tbody tr{border-collapse:collapse;border: 1px solid #ddd !important;}
  166. /* used to highlight a user row in red */
  167. #userlist tr.row-warning {
  168. background-color: #FDD;
  169. }
  170. /* APPS */
  171. .appinfo { margin: 1em 40px; }
  172. #app-navigation {
  173. padding-bottom: 0px;
  174. }
  175. #app-navigation .appwarning {
  176. background: #fcc;
  177. }
  178. #app-navigation.appwarning:hover {
  179. background: #fbb;
  180. }
  181. .recommendedapp {
  182. font-size: 11px;
  183. background-position: left center;
  184. padding-left: 18px;
  185. vertical-align: top;
  186. }
  187. span.version { margin-left:1em; margin-right:1em; color:#555; }
  188. #app-navigation .app-external,
  189. .app-version,
  190. .recommendedapp {
  191. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  192. filter: alpha(opacity=50);
  193. opacity: .5;
  194. }
  195. #apps-list {
  196. position: relative;
  197. height: 100%;
  198. }
  199. .section {
  200. position: relative;
  201. }
  202. .app-image {
  203. float: left;
  204. padding-right: 10px;
  205. width: 80px;
  206. height: 80px;
  207. }
  208. .app-image img {
  209. max-width: 80px;
  210. max-height: 80px;
  211. }
  212. .app-image-icon img {
  213. background-color: #ccc;
  214. width: 60px;
  215. padding: 10px;
  216. border-radius: 3px;
  217. }
  218. .app-name,
  219. .app-version,
  220. .app-score,
  221. .recommendedapp {
  222. display: inline-block;
  223. }
  224. .app-description-toggle-show,
  225. .app-description-toggle-hide {
  226. clear: both;
  227. padding: 7px 0;
  228. cursor: pointer;
  229. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  230. opacity: .5;
  231. }
  232. .app-description-container {
  233. clear: both;
  234. position: relative;
  235. top: 7px;
  236. }
  237. .app-description {
  238. clear: both;
  239. }
  240. .app-description pre {
  241. white-space: pre-line;
  242. }
  243. #app-category-2 {
  244. border-bottom: 1px solid #e8e8e8;
  245. }
  246. .app-dependencies {
  247. margin-top: 10px;
  248. color: #c33;
  249. }
  250. .missing-dependencies {
  251. list-style: initial;
  252. list-style-type: initial;
  253. list-style-position: inside;
  254. }
  255. /* Transition to complete width! */
  256. .app:hover, .app:active { max-width: inherit; }
  257. .appslink { text-decoration: underline; }
  258. .score { color:#666; font-weight:bold; font-size:0.8em; }
  259. .appinfo .documentation {
  260. margin-top: 1em;
  261. margin-bottom: 1em;
  262. }
  263. /* LOG */
  264. #log {
  265. white-space:normal;
  266. margin-bottom: 14px;
  267. }
  268. #lessLog { display:none; }
  269. table.grid td.date{
  270. white-space: nowrap;
  271. }
  272. /* ADMIN */
  273. #security-warning li {
  274. list-style: initial;
  275. margin: 10px 0;
  276. color: #c33;
  277. }
  278. #shareAPI p { padding-bottom: 0.8em; }
  279. #shareAPI input#shareapiExpireAfterNDays {width: 25px;}
  280. #shareAPI .indent {
  281. padding-left: 28px;
  282. }
  283. #shareAPI .double-indent {
  284. padding-left: 56px;
  285. }
  286. .mail_settings p label:first-child {
  287. display: inline-block;
  288. width: 300px;
  289. text-align: right;
  290. }
  291. .mail_settings p select:nth-child(2) {
  292. width: 143px;
  293. }
  294. #mail_smtpport {
  295. width: 40px;
  296. }
  297. .cronlog {
  298. margin-left: 10px;
  299. }
  300. .cronstatus {
  301. display: inline-block;
  302. height: 16px;
  303. width: 16px;
  304. vertical-align: text-bottom;
  305. }
  306. .cronstatus.success {
  307. border-radius: 50%;
  308. }
  309. #selectGroups select {
  310. -moz-box-sizing: border-box;
  311. -webkit-box-sizing: border-box;
  312. box-sizing: border-box;
  313. display: inline-block;
  314. height: 36px;
  315. padding: 7px 10px
  316. }
  317. #log .log-message {
  318. word-break: break-all;
  319. min-width: 180px;
  320. }
  321. span.success {
  322. background: #37ce02;
  323. border-radius: 3px;
  324. }
  325. span.error {
  326. background: #ce3702;
  327. }
  328. /* PASSWORD */
  329. .strengthify-wrapper {
  330. position: absolute;
  331. left: 189px;
  332. width: 131px;
  333. margin-top: -7px;
  334. }
  335. .ie8 .strengthify-wrapper {
  336. left: 389px;
  337. }
  338. .onlyInIE8 {
  339. display: none;
  340. }
  341. .ie8 .onlyInIE8 {
  342. display: inline;
  343. }
  344. /* OPERA hack for strengthify*/
  345. doesnotexist:-o-prefocus, .strengthify-wrapper {
  346. left: 185px;
  347. width: 129px;
  348. }
  349. /* HELP */
  350. .help-includes {
  351. overflow: hidden !important;
  352. }
  353. .help-iframe {
  354. width: 100%;
  355. height: 100%;
  356. margin: 0;
  357. padding: 0;
  358. border: 0;
  359. overflow: auto;
  360. }
  361. #postsetupchecks .loading {
  362. height: 50px;
  363. background-position: left center;
  364. }
  365. #admin-tips li {
  366. list-style: initial;
  367. }
  368. #admin-tips li a {
  369. display: inline-block;
  370. padding: 3px 0;
  371. }
  372. #selectEncryptionModules {
  373. margin-left: 30px;
  374. padding: 10px;
  375. }
  376. #encryptionModules {
  377. padding: 10px;
  378. }