settings.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  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. /* because of accessibility the name cell is <th> - therefore we enforce the black color */
  127. #userlist th.name {
  128. color: #000000;
  129. }
  130. tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
  131. tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
  132. td.remove {
  133. width: 25px;
  134. }
  135. tr:hover>td.remove>a {
  136. float: left;
  137. }
  138. div.recoveryPassword { left:50em; display:block; position:absolute; top:-1px; }
  139. input#recoveryPassword {width:15em;}
  140. #controls select.quota {
  141. margin: 3px;
  142. margin-right: 10px;
  143. height: 37px;
  144. }
  145. select.quota-user { position:relative; left:0; top:0; width:10em; }
  146. select.quota.active { background: #fff; }
  147. input.userFilter {width: 200px;}
  148. /* positioning fixes */
  149. #newuser {
  150. padding-left: 3px;
  151. }
  152. #newuser .multiselect {
  153. min-width: 150px !important;
  154. }
  155. #newuser .multiselect,
  156. #newusergroups + input[type='submit'] {
  157. position: relative;
  158. top: -1px;
  159. }
  160. #headerGroups,
  161. #headerSubAdmins,
  162. #headerQuota {
  163. padding-left: 18px;
  164. }
  165. #headerAvatar {
  166. width: 32px;
  167. }
  168. .ie8 table.hascontrols{border-collapse:collapse;width: 100%;}
  169. .ie8 table.hascontrols tbody tr{border-collapse:collapse;border: 1px solid #ddd !important;}
  170. /* used to highlight a user row in red */
  171. #userlist tr.row-warning {
  172. background-color: #FDD;
  173. }
  174. /* APPS */
  175. .appinfo { margin: 1em 40px; }
  176. #app-navigation {
  177. padding-bottom: 0px;
  178. }
  179. #app-navigation .appwarning {
  180. background: #fcc;
  181. }
  182. #app-navigation.appwarning:hover {
  183. background: #fbb;
  184. }
  185. span.version {
  186. margin-left: 1em;
  187. margin-right: 1em;
  188. color: #555;
  189. }
  190. #app-navigation .app-external,
  191. .app-version {
  192. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  193. filter: alpha(opacity=50);
  194. opacity: .5;
  195. }
  196. .app-level {
  197. margin-top: 8px;
  198. }
  199. .app-level span {
  200. color: #555;
  201. background-color: transparent;
  202. border: 1px solid #555;
  203. border-radius: 3px;
  204. padding: 3px 6px;
  205. }
  206. .app-level .official {
  207. border-color: #37ce02;
  208. background-position: left center;
  209. background-position: 5px center;
  210. padding-left: 25px;
  211. }
  212. .app-level .approved {
  213. border-color: #e8c805;
  214. }
  215. .app-level .experimental {
  216. background-color: #ce3702;
  217. border-color: #ce3702;
  218. color: #fff;
  219. }
  220. .apps-experimental {
  221. color: #ce3702;
  222. }
  223. .app-score {
  224. position: relative;
  225. top: 4px;
  226. }
  227. #apps-list {
  228. position: relative;
  229. height: 100%;
  230. }
  231. .section {
  232. position: relative;
  233. }
  234. .section h2.app-name {
  235. margin-bottom: 8px;
  236. }
  237. .app-image {
  238. float: left;
  239. padding-right: 10px;
  240. width: 80px;
  241. height: 80px;
  242. }
  243. .app-image img {
  244. max-width: 80px;
  245. max-height: 80px;
  246. }
  247. .app-image-icon img {
  248. background-color: #ccc;
  249. width: 60px;
  250. padding: 10px;
  251. border-radius: 3px;
  252. }
  253. .app-name,
  254. .app-version,
  255. .app-score,
  256. .app-level {
  257. display: inline-block;
  258. }
  259. .app-description-toggle-show,
  260. .app-description-toggle-hide {
  261. clear: both;
  262. padding: 7px 0;
  263. cursor: pointer;
  264. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  265. opacity: .5;
  266. }
  267. .app-description-container {
  268. clear: both;
  269. position: relative;
  270. top: 7px;
  271. }
  272. .app-description {
  273. clear: both;
  274. }
  275. .app-description pre {
  276. white-space: pre-line;
  277. }
  278. #app-category-1 {
  279. border-bottom: 1px solid #e8e8e8;
  280. }
  281. /* capitalize "Other" category */
  282. #app-category-925 {
  283. text-transform: capitalize;
  284. }
  285. .app-dependencies {
  286. margin-top: 10px;
  287. color: #ce3702;
  288. }
  289. .missing-dependencies {
  290. list-style: initial;
  291. list-style-type: initial;
  292. list-style-position: inside;
  293. }
  294. /* Transition to complete width! */
  295. .app:hover, .app:active { max-width: inherit; }
  296. .appslink { text-decoration: underline; }
  297. .score { color:#666; font-weight:bold; font-size:0.8em; }
  298. .appinfo .documentation {
  299. margin-top: 1em;
  300. margin-bottom: 1em;
  301. }
  302. /* LOG */
  303. #log {
  304. white-space:normal;
  305. margin-bottom: 14px;
  306. }
  307. #lessLog { display:none; }
  308. table.grid td.date{
  309. white-space: nowrap;
  310. }
  311. /* ADMIN */
  312. #security-warning li {
  313. list-style: initial;
  314. margin: 10px 0;
  315. color: #ce3702;
  316. }
  317. #shareAPI p { padding-bottom: 0.8em; }
  318. #shareAPI input#shareapiExpireAfterNDays {width: 25px;}
  319. #shareAPI .indent {
  320. padding-left: 28px;
  321. }
  322. #shareAPI .double-indent {
  323. padding-left: 56px;
  324. }
  325. #fileSharingSettings h3 {
  326. display: inline-block;
  327. }
  328. /* correctly display help icons next to headings */
  329. .icon-info {
  330. padding: 11px 20px;
  331. vertical-align: text-bottom;
  332. }
  333. #shareAPI h2,
  334. #encryptionAPI h2,
  335. #mail_general_settings h2 {
  336. display: inline-block;
  337. }
  338. .mail_settings p label:first-child {
  339. display: inline-block;
  340. width: 300px;
  341. text-align: right;
  342. }
  343. .mail_settings p select:nth-child(2) {
  344. width: 143px;
  345. }
  346. #mail_smtpport {
  347. width: 40px;
  348. }
  349. .cronlog {
  350. margin-left: 10px;
  351. }
  352. .cronstatus {
  353. display: inline-block;
  354. height: 16px;
  355. width: 16px;
  356. vertical-align: text-bottom;
  357. }
  358. .cronstatus.success {
  359. border-radius: 50%;
  360. }
  361. #selectGroups select {
  362. -moz-box-sizing: border-box;
  363. -webkit-box-sizing: border-box;
  364. box-sizing: border-box;
  365. display: inline-block;
  366. height: 36px;
  367. padding: 7px 10px
  368. }
  369. #log .log-message {
  370. word-break: break-all;
  371. min-width: 180px;
  372. }
  373. span.success {
  374. background: #37ce02;
  375. border-radius: 3px;
  376. }
  377. span.error {
  378. background: #ce3702;
  379. }
  380. /* PASSWORD */
  381. .strengthify-wrapper {
  382. position: absolute;
  383. left: 189px;
  384. width: 131px;
  385. margin-top: -7px;
  386. }
  387. .ie8 .strengthify-wrapper {
  388. left: 389px;
  389. }
  390. .onlyInIE8 {
  391. display: none;
  392. }
  393. .ie8 .onlyInIE8 {
  394. display: inline;
  395. }
  396. /* OPERA hack for strengthify*/
  397. doesnotexist:-o-prefocus, .strengthify-wrapper {
  398. left: 185px;
  399. width: 129px;
  400. }
  401. /* HELP */
  402. .help-includes {
  403. overflow: hidden !important;
  404. }
  405. .help-iframe {
  406. width: 100%;
  407. height: 100%;
  408. margin: 0;
  409. padding: 0;
  410. border: 0;
  411. overflow: auto;
  412. }
  413. #postsetupchecks .loading {
  414. height: 50px;
  415. background-position: left center;
  416. }
  417. #admin-tips li {
  418. list-style: initial;
  419. }
  420. #admin-tips li a {
  421. display: inline-block;
  422. padding: 3px 0;
  423. }
  424. #selectEncryptionModules {
  425. margin-left: 30px;
  426. padding: 10px;
  427. }
  428. #encryptionModules {
  429. padding: 10px;
  430. }
  431. #warning {
  432. color: red;
  433. }