settings.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303
  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 {
  5. width: 15em;
  6. }
  7. input#openid, input#webdav {
  8. width: 20em;
  9. }
  10. /* PERSONAL */
  11. .clear {
  12. clear: both;
  13. }
  14. /* icons for sidebar */
  15. .nav-icon-personal-settings {
  16. background-image: url('../img/personal.svg?v=1');
  17. }
  18. .nav-icon-security {
  19. background-image: url('../img/password.svg?v=1');
  20. }
  21. .nav-icon-apppasswords {
  22. background-image: url('../img/password.svg?v=1');
  23. }
  24. .nav-icon-clientsbox {
  25. background-image: url('../img/change.svg?v=1');
  26. }
  27. .nav-icon-federated-cloud {
  28. background-image: url('../img/share.svg?v=1');
  29. }
  30. .nav-icon-second-factor-backup-codes {
  31. background-image: url('../img/password.svg?v=1');
  32. }
  33. .nav-icon-ssl-root-certificate {
  34. background-image: url('../img/password.svg?v=1');
  35. }
  36. #avatarform {
  37. min-width: 145px;
  38. padding-right: 0;
  39. }
  40. #avatarform .avatardiv {
  41. margin-bottom: 10px;
  42. }
  43. #avatarform .warning {
  44. width: 100%;
  45. }
  46. #avatarform .jcrop-keymgr {
  47. display:none !important;
  48. }
  49. #displayavatar {
  50. text-align: center;
  51. }
  52. #displayavatar p {
  53. text-align: left;
  54. }
  55. #uploadavatarbutton,
  56. #selectavatar,
  57. #removeavatar {
  58. width: 33px;
  59. height: 33px;
  60. }
  61. .jcrop-holder {
  62. z-index: 500;
  63. }
  64. #cropper {
  65. float: left;
  66. z-index: 500;
  67. /* float cropper above settings page to prevent unexpected flowing from dynamically sized element */
  68. position: fixed;
  69. background-color: rgba(0, 0, 0, .2);
  70. box-sizing: border-box;
  71. top: 45px;
  72. left: 0;
  73. width: 100%;
  74. height: calc(100% - 45px);
  75. }
  76. #cropper .inner-container {
  77. z-index: 2001; /* above the top bar if needed */
  78. position: absolute;
  79. top: 50%;
  80. left: 50%;
  81. transform: translate(-50%, -50%);
  82. background: #fff;
  83. color: #333;
  84. border-radius: 3px;
  85. box-shadow: 0 0 7px #888;
  86. padding: 15px;
  87. }
  88. #cropper .inner-container .jcrop-holder {
  89. box-shadow: 0 0 7px #888;
  90. }
  91. #cropper .inner-container .button {
  92. margin-top: 15px;
  93. }
  94. #cropper .inner-container .primary {
  95. float: right;
  96. }
  97. #personal-settings-avatar-container {
  98. float: left;
  99. }
  100. #personal-settings-container {
  101. position: relative;
  102. float: left;
  103. min-width: 280px;
  104. max-width: 700px;
  105. width: calc(100% - 200px);
  106. }
  107. #personal-settings-container:after {
  108. clear: both;
  109. }
  110. #personal-settings-container > div {
  111. float: left;
  112. height: 100px;
  113. min-width: 300px;
  114. }
  115. #personal-settings-container.no-edit > div {
  116. height: 20px;
  117. min-width: 200px;
  118. }
  119. #avatarform > h2,
  120. #personal-settings-container > div h2 {
  121. position: relative;
  122. }
  123. #personal-settings-container > div h2 span[class^="icon-"],
  124. #personal-settings-avatar-container h2 span[class^="icon-"] {
  125. display: inline-block;
  126. padding: 8px;
  127. margin-left: -8px;
  128. margin-bottom: -10px;
  129. background-size: 16px;
  130. opacity: .3;
  131. cursor: pointer;
  132. }
  133. .personal-settings-setting-box input[type="text"],
  134. .personal-settings-setting-box input[type="email"],
  135. .personal-settings-setting-box input[type="tel"] {
  136. width: 17em;
  137. }
  138. #personal-settings-container > div > form span[class^="icon-checkmark"], #personal-settings-container > div > form span[class^="icon-error"] {
  139. position: absolute;
  140. left: 228px;
  141. top: 82px;
  142. pointer-events: none;
  143. }
  144. /* verify accounts */
  145. #personal-settings-container .verify {
  146. position: absolute;
  147. right: 14px;
  148. top: 70px;
  149. }
  150. #personal-settings-container .verify img {
  151. padding: 12px 7px 6px;
  152. }
  153. /* only show pointer cursor when popup will be there */
  154. #personal-settings-container .verify-action {
  155. cursor: pointer;
  156. }
  157. #personal-settings-container input:disabled {
  158. background-color: white;
  159. color: black;
  160. border: none;
  161. opacity: 100;
  162. }
  163. .verification-dialog {
  164. display: none;
  165. right: -9px;
  166. top: 40px;
  167. width: 275px;
  168. }
  169. .verification-dialog p {
  170. padding: 10px;
  171. }
  172. .verification-dialog .verificationCode {
  173. font-family: monospace;
  174. display: block;
  175. overflow-wrap: break-word;
  176. }
  177. .federationScopeMenu {
  178. top: 44px;
  179. margin: -5px 0px 0;
  180. }
  181. .federationScopeMenu.bubble::after {
  182. right: 50%;
  183. transform: translate(50%, 0);
  184. }
  185. .federationScopeMenu.popovermenu a.menuitem,
  186. .federationScopeMenu.popovermenu label.menuitem,
  187. .federationScopeMenu.popovermenu .menuitem {
  188. font-size: 12.8px;
  189. line-height: 1.6em;
  190. }
  191. .federationScopeMenu.popovermenu .menuitem .menuitem-text-detail {
  192. opacity: .75;
  193. }
  194. #lostpassword,
  195. #groups {
  196. display: inline-block;
  197. margin-bottom: 0;
  198. padding-bottom: 0;
  199. padding-right: 0;
  200. min-width: 60%;
  201. }
  202. #avatarform,
  203. #passwordform {
  204. margin-bottom: 0;
  205. padding-bottom: 0;
  206. }
  207. #groups {
  208. overflow-wrap: break-word;
  209. max-width: 75%;
  210. display: block;;
  211. clear: both;
  212. }
  213. .clientsbox img {
  214. height: 60px;
  215. }
  216. #sslCertificate tr.expired {
  217. background-color: rgba(255, 0, 0, 0.5);
  218. }
  219. #sslCertificate td {
  220. padding: 5px;
  221. }
  222. #displaynameerror {
  223. display: none;
  224. }
  225. #displaynamechanged {
  226. display: none;
  227. }
  228. input#identity {
  229. width: 20em;
  230. }
  231. #showWizard {
  232. display: inline-block;
  233. }
  234. .msg.success {
  235. color: #fff;
  236. background-color: #47a447;
  237. padding: 3px;
  238. }
  239. .msg.error {
  240. color: #fff;
  241. background-color: #d2322d;
  242. padding: 3px;
  243. }
  244. .password-state {
  245. display: inline-block;
  246. }
  247. table.nostyle label {
  248. margin-right: 2em;
  249. }
  250. table.nostyle td {
  251. padding: 0.2em 0;
  252. }
  253. #security table {
  254. width: 100%;
  255. min-height: 50px;
  256. padding-top: 5px;
  257. max-width: 580px;
  258. }
  259. #security table th{
  260. opacity: .5;
  261. }
  262. #security table th,
  263. #security table td {
  264. padding: 10px 10px 10px 0;
  265. }
  266. #security .token-list td.more {
  267. overflow: visible;
  268. position: relative;
  269. width: 16px;
  270. }
  271. #security .token-list td {
  272. border-top: 1px solid #DDD;
  273. text-overflow: ellipsis;
  274. max-width: 200px;
  275. white-space: nowrap;
  276. overflow: hidden;
  277. vertical-align: top;
  278. position: relative;
  279. }
  280. #security tr > *:nth-child(2) {
  281. text-align: right;
  282. }
  283. #security .token-list td > a.icon {
  284. opacity: 0;
  285. transition: opacity 0.5s;
  286. }
  287. #security .token-list a.icon {
  288. margin-top: 4px;
  289. display: block;
  290. }
  291. #security .token-list tr:hover td > a.icon,
  292. #security .token-list tr.active td > a.icon {
  293. opacity: 0.6;
  294. }
  295. #security .token-list td div.configure {
  296. display: none;
  297. }
  298. #security .token-list tr.active div.configure {
  299. display: block;
  300. position: absolute;
  301. top: 45px;
  302. right: -5px;
  303. padding: 10px;
  304. }
  305. #security .token-list div.configure:after {
  306. right: 13px;
  307. }
  308. #security .token-list tr.active div.configure > * {
  309. margin-top: 5px;
  310. margin-bottom: 5px;
  311. display: inline-block;
  312. }
  313. #security .token-list tr.active a.icon-delete {
  314. background-position: left;
  315. padding-left: 20px;
  316. }
  317. #new-app-login-name,
  318. #new-app-password {
  319. width: 245px;
  320. font-family: monospace;
  321. background-color: lightyellow;
  322. }
  323. .app-password-row {
  324. display: table-row;
  325. }
  326. .app-password-row .icon {
  327. background-size: 16px 16px;
  328. display: inline-block;
  329. position: relative;
  330. top: 3px;
  331. margin-left: 5px;
  332. margin-right: 8px;
  333. }
  334. .app-password-label {
  335. display: table-cell;
  336. padding-right: 1em;
  337. }
  338. .social-button {
  339. padding-left: 0 !important;
  340. margin-left: -10px
  341. }
  342. .social-button img {
  343. padding: 10px;
  344. }
  345. /* USERS */
  346. #newgroup-init a span {
  347. margin-left: 20px;
  348. }
  349. #newgroup-init a span:before {
  350. position: absolute;
  351. left: 12px;
  352. top: -2px;
  353. content: '+';
  354. font-weight: bold;
  355. font-size: 150%;
  356. }
  357. #newgroup-form {
  358. height: 44px;
  359. }
  360. #newgroupname {
  361. margin: 0;
  362. width: 100%;
  363. padding: 12px 40px 12px 12px;
  364. box-sizing: border-box;
  365. background-color: transparent;
  366. border: none;
  367. border-bottom: 1px solid #eee;
  368. border-radius: 0;
  369. }
  370. #newgroup-form .button {
  371. position: absolute;
  372. right: 0;
  373. top: 0;
  374. padding: 10px 20px;
  375. background-color: transparent;
  376. border: none;
  377. opacity: .5;
  378. }
  379. .isgroup .groupname {
  380. width: 85%;
  381. display: block;
  382. overflow: hidden;
  383. text-overflow: ellipsis;
  384. }
  385. .isgroup.active .groupname {
  386. width: 65%;
  387. }
  388. .usercount {
  389. float: left;
  390. margin: 5px;
  391. }
  392. li.active span.utils .delete {
  393. float: left;
  394. position: relative;
  395. opacity: 0.5;
  396. top: -7px;
  397. left: 7px;
  398. width: 44px;
  399. height: 44px;
  400. }
  401. li.active .rename {
  402. padding: 8px 14px 20px 14px;
  403. top: 0px;
  404. position: absolute;
  405. width: 16px;
  406. height: 16px;
  407. opacity: 0.5;
  408. display: inline-block !important;
  409. }
  410. li.active span.utils .delete img {
  411. margin: 14px;
  412. }
  413. li.active .rename {
  414. opacity: 0.5;
  415. }
  416. li.active span.utils .delete:hover, li.active .rename:hover {
  417. opacity: 1;
  418. }
  419. span.utils .delete, .rename {
  420. display: none;
  421. }
  422. #app-navigation ul li.active > span.utils .delete,
  423. #app-navigation ul li.active > span.utils .rename {
  424. display: block;
  425. }
  426. #usersearchform {
  427. position: absolute;
  428. top: 2px;
  429. right: 0;
  430. }
  431. #usersearchform input {
  432. width: 150px;
  433. }
  434. #usersearchform label {
  435. font-weight: 700;
  436. }
  437. /* display table at full width */
  438. table.grid {
  439. width: 100%;
  440. }
  441. table.grid th {
  442. height: 2em;
  443. color: #999;
  444. }
  445. table.grid th, table.grid td {
  446. border-bottom: 1px solid #eee;
  447. padding: 0 .5em;
  448. padding-left: .8em;
  449. text-align: left;
  450. font-weight: normal;
  451. }
  452. td.name, td.password {
  453. padding-left: .8em;
  454. }
  455. td.password > img, td.displayName > img, td.quota > img {
  456. visibility: hidden;
  457. }
  458. td.password, td.quota, td.displayName {
  459. width: 12em;
  460. cursor: pointer;
  461. }
  462. td.password > span, td.quota > span {
  463. margin-right: 1.2em;
  464. color: #C7C7C7;
  465. }
  466. span.usersLastLoginTooltip {
  467. white-space: nowrap;
  468. }
  469. /* dropdowns will be relative to this element */
  470. #userlist {
  471. position: relative;
  472. }
  473. #userlist .mailAddress,
  474. #userlist .storageLocation,
  475. #userlist .userBackend,
  476. #userlist .lastLogin {
  477. display: none;
  478. }
  479. /* because of accessibility the name cell is <th> - therefore we enforce the black color */
  480. #userlist th.name {
  481. color: #000;
  482. }
  483. /* use same height as in files app */
  484. #userlist tr {
  485. height: 51px;
  486. }
  487. #userlist .mailAddress .loading-small {
  488. width: 16px;
  489. height: 16px;
  490. margin-left: -26px;
  491. position: relative;
  492. top: 3px;
  493. }
  494. #newuser .groups {
  495. display: inline;
  496. }
  497. #newuser .groupsListContainer.hidden,
  498. #userlist .groupsListContainer.hidden {
  499. display: none;
  500. }
  501. #userlist .bubble {
  502. z-index: 1;
  503. right: -6px;
  504. top: auto;
  505. }
  506. #userlist .bubble:after {
  507. right: 5px;
  508. }
  509. #userlist .popovermenu a.menuitem {
  510. height: 20px;
  511. margin: 0;
  512. padding: 0;
  513. line-height: initial;
  514. }
  515. #userlist .popovermenu {
  516. margin-top: 4px;
  517. border-top-right-radius: 3px;
  518. right: 3px;
  519. opacity: 0;
  520. display: block;
  521. visibility: hidden;
  522. transition: opacity 0.1s, visibility 0.1s;
  523. }
  524. #userlist tr.active .popovermenu {
  525. opacity: 1;
  526. visibility: visible;
  527. }
  528. #userlist .popovermenu > ul.userActionsMenu {
  529. right: 15px;
  530. }
  531. #userlist .popovermenu > ul.userActionsMenu a {
  532. margin: 5px 0;
  533. }
  534. #userlist .popovermenu > ul.userActionsMenu a span:last-child {
  535. margin-left: 5px;
  536. }
  537. tr:hover > td.password > span, tr:hover > td.displayName > span {
  538. margin: 0;
  539. cursor: pointer;
  540. }
  541. tr:hover > td.password > img, tr:hover > td.displayName > img, tr:hover > td.quota > img {
  542. visibility: visible;
  543. cursor: pointer;
  544. }
  545. td.userActions {
  546. width: 25px;
  547. text-align: center;
  548. }
  549. td.userActions .action {
  550. position: relative;
  551. top: 3px;
  552. }
  553. tr.active td.userActions .action {
  554. opacity: 1;
  555. }
  556. td.userActions .action:hover {
  557. cursor: pointer;
  558. }
  559. div.recoveryPassword {
  560. left: 50em;
  561. display: block;
  562. position: absolute;
  563. top: -1px;
  564. }
  565. input#recoveryPassword {
  566. width: 15em;
  567. }
  568. #controls select.quota {
  569. margin: 3px;
  570. margin-right: 10px;
  571. height: 37px;
  572. }
  573. select.quota-user {
  574. position: relative;
  575. left: 0;
  576. top: 0;
  577. width: 10em;
  578. }
  579. select.quota.active {
  580. background: #fff;
  581. }
  582. input.userFilter {
  583. width: 200px;
  584. }
  585. /* positioning fixes */
  586. #newuser {
  587. padding-left: 3px;
  588. }
  589. #newuser .multiselect {
  590. min-width: 150px !important;
  591. }
  592. #newuser .multiselect,
  593. #newusergroups + input[type='submit'] {
  594. position: relative;
  595. top: -1px;
  596. }
  597. #headerGroups,
  598. #headerSubAdmins,
  599. #headerQuota {
  600. padding-left: 18px;
  601. }
  602. #headerAvatar {
  603. width: 32px;
  604. }
  605. /* used to highlight a user row in red */
  606. #userlist tr.row-warning {
  607. background-color: #FDD;
  608. }
  609. /* APPS */
  610. /* Bundle header */
  611. #apps-list .apps-header {
  612. display: table-row;
  613. position: relative;
  614. }
  615. #apps-list .apps-header div {
  616. display: table-cell;
  617. height: 70px;
  618. }
  619. #apps-list .apps-header h2 {
  620. display: table-cell;
  621. position: absolute;
  622. padding-left: 6px;
  623. padding-top: 15px;
  624. }
  625. #apps-list .apps-header h2 .enable {
  626. position: relative;
  627. top: -1px;
  628. margin-left: 12px;
  629. }
  630. #apps-list .apps-header h2 + .section {
  631. margin-top: 50px;
  632. }
  633. #app-content > svg.app-filter {
  634. float: left;
  635. height: 0;
  636. width: 0;
  637. }
  638. #app-category-app-bundles {
  639. margin-bottom: 20px;
  640. }
  641. .appinfo {
  642. margin: 1em 40px;
  643. }
  644. #app-navigation .appwarning {
  645. background: #fcc;
  646. }
  647. #app-navigation.appwarning:hover {
  648. background: #fbb;
  649. }
  650. span.version {
  651. margin-left: 1em;
  652. margin-right: 1em;
  653. color: #555;
  654. }
  655. #app-navigation .app-external,
  656. .app-version {
  657. color: rgba(85, 85, 85, .5);
  658. }
  659. .app-level {
  660. margin-top: 8px;
  661. }
  662. .app-level span {
  663. color: #555;
  664. background-color: transparent;
  665. border: 1px solid #555;
  666. border-radius: 3px;
  667. padding: 3px 6px;
  668. }
  669. .app-level a {
  670. padding: 10px;
  671. white-space: nowrap;
  672. }
  673. .app-level .official {
  674. border-color: #37ce02;
  675. background-position: left center;
  676. background-position: 5px center;
  677. padding-left: 25px;
  678. }
  679. .app-score {
  680. position: relative;
  681. top: 4px;
  682. opacity: .5;
  683. }
  684. #apps-list {
  685. position: relative;
  686. height: 100%;
  687. display: flex;
  688. flex-wrap: wrap;
  689. align-content: flex-start;
  690. }
  691. #apps-list.hidden {
  692. display: none;
  693. }
  694. #apps-list .section {
  695. position: relative;
  696. flex: 0 0 auto;
  697. margin-left: 20px;
  698. }
  699. #apps-list .section.apps-experimental {
  700. flex-basis: 90%;
  701. }
  702. #apps-list .app-description p {
  703. margin: 10px 0;
  704. }
  705. #apps-list .app-description ul {
  706. list-style: disc;
  707. }
  708. #apps-list .app-description ol {
  709. list-style: decimal;
  710. }
  711. #apps-list .app-description > ul,
  712. #apps-list .app-description > ol {
  713. margin-left: 19px;
  714. }
  715. #apps-list .app-description ol ol,
  716. #apps-list .app-description ol ul,
  717. #apps-list .app-description ul ol,
  718. #apps-list .app-description ul ul {
  719. padding-left: 15px;
  720. }
  721. @media (min-width: 1601px) {
  722. #apps-list .section {
  723. width: 22%;
  724. box-sizing: border-box;
  725. }
  726. #apps-list .section:nth-child(4n) {
  727. margin-right: 20px;
  728. }
  729. }
  730. @media (min-width: 1201px) and (max-width: 1600px) {
  731. #apps-list .section {
  732. width: 30%;
  733. box-sizing: border-box;
  734. }
  735. #apps-list .section:nth-child(3n) {
  736. margin-right: 20px;
  737. }
  738. }
  739. @media (min-width: 901px) and (max-width: 1200px), (min-width: 601px) and (max-width: 770px) {
  740. #apps-list .section {
  741. width: 40%;
  742. box-sizing: border-box;
  743. }
  744. #apps-list .section:nth-child(2n) {
  745. margin-right: 20px;
  746. }
  747. }
  748. /* hide app version and level on narrower screens */
  749. @media only screen and (max-width: 768px) {
  750. #apps-list.installed .app-version,
  751. #apps-list.installed .app-level {
  752. display: none !important;
  753. }
  754. }
  755. @media only screen and (max-width: 700px) {
  756. #apps-list.installed .app-groups {
  757. display: none !important;
  758. }
  759. }
  760. .section h2.app-name {
  761. display: block;
  762. margin: 8px 0;
  763. }
  764. form.section {
  765. position: relative;
  766. }
  767. .followupsection {
  768. display: block;
  769. padding: 0 30px 30px 30px;
  770. color: #555;
  771. margin-bottom: 24px;
  772. margin-top: -30px;
  773. position: relative;
  774. }
  775. .app-image {
  776. position: relative;
  777. height: 150px;
  778. opacity: 1;
  779. overflow: hidden;
  780. }
  781. .app-name,
  782. .app-version,
  783. .app-score,
  784. .app-level {
  785. display: inline-block;
  786. }
  787. .app-description-toggle-show,
  788. .app-description-toggle-hide {
  789. clear: both;
  790. padding: 7px 0;
  791. cursor: pointer;
  792. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  793. opacity: .5;
  794. }
  795. .app-description-container {
  796. clear: both;
  797. position: relative;
  798. top: 7px;
  799. }
  800. .app-description {
  801. clear: both;
  802. }
  803. #apps-list .groups-enable {
  804. margin-top: 8px;
  805. }
  806. #app-category-1 {
  807. margin-bottom: 18px;
  808. }
  809. /* capitalize "Other" category */
  810. #app-category-925 {
  811. text-transform: capitalize;
  812. }
  813. .app-dependencies {
  814. color: #ce3702;
  815. }
  816. .missing-dependencies {
  817. list-style: initial;
  818. list-style-type: initial;
  819. list-style-position: inside;
  820. }
  821. /* Transition to complete width! */
  822. .app:hover, .app:active {
  823. max-width: inherit;
  824. }
  825. .appslink {
  826. text-decoration: underline;
  827. }
  828. .score {
  829. color: #666;
  830. font-weight: bold;
  831. font-size: 0.8em;
  832. }
  833. .appinfo .documentation {
  834. margin-top: 1em;
  835. margin-bottom: 1em;
  836. }
  837. #apps-list.installed {
  838. display: table;
  839. width: 100%;
  840. height: auto;
  841. margin-bottom: 100px;
  842. }
  843. #apps-list.installed .section {
  844. display: table-row;
  845. padding: 0;
  846. margin: 0;
  847. }
  848. #apps-list.installed .section > * {
  849. display: table-cell;
  850. height: initial;
  851. vertical-align: middle;
  852. float: none;
  853. border-bottom: 1px solid #eee;
  854. padding: 6px;
  855. box-sizing: border-box;
  856. }
  857. #apps-list.installed .app-image {
  858. width: 44px;
  859. height: auto;
  860. text-align: right;
  861. }
  862. #apps-list.installed .app-image-icon svg {
  863. margin-top: 5px;
  864. width: 20px;
  865. height: 20px;
  866. opacity: .5;
  867. }
  868. #apps-list:not(.installed) .app-image-icon svg {
  869. position: absolute;
  870. bottom: 43px; /* position halfway vertically */
  871. width: 64px;
  872. height: 64px;
  873. opacity: .1;
  874. }
  875. .installed .actions {
  876. text-align: right;
  877. }
  878. #apps-list.installed .groups-enable {
  879. margin-top: 0;
  880. }
  881. #apps-list.installed .groups-enable label {
  882. margin-right: 3px;
  883. }
  884. /* LOG */
  885. #log {
  886. white-space: normal;
  887. margin-bottom: 14px;
  888. }
  889. #lessLog {
  890. display: none;
  891. }
  892. table.grid td.date {
  893. white-space: nowrap;
  894. }
  895. #log-section p {
  896. margin-top: 20px;
  897. }
  898. /* ADMIN */
  899. /* Navigation icons */
  900. #app-navigation img {
  901. margin-bottom: -3px;
  902. margin-right: 6px;
  903. width: 16px;
  904. }
  905. #app-navigation li span.no-icon {
  906. padding-left: 32px;
  907. }
  908. #security-warning li {
  909. list-style: initial;
  910. margin: 10px 0;
  911. }
  912. #security-warning-state span {
  913. padding-left: 25px;
  914. background-position: 5px center;
  915. margin-left: -5px;
  916. }
  917. #shareAPI p {
  918. padding-bottom: 0.8em;
  919. }
  920. #shareAPI input#shareapiExpireAfterNDays {
  921. width: 40px;
  922. }
  923. #shareAPI .indent {
  924. padding-left: 28px;
  925. }
  926. #shareAPI .double-indent {
  927. padding-left: 56px;
  928. }
  929. #fileSharingSettings h3 {
  930. display: inline-block;
  931. }
  932. #publicShareDisclaimerText {
  933. width: calc(100% - 23px); /* 20 px left margin, 3 px right margin */
  934. max-width: 600px;
  935. height: 150px;
  936. margin-left: 20px;
  937. box-sizing: border-box;
  938. }
  939. /* correctly display help icons next to headings */
  940. .icon-info {
  941. padding: 11px 20px;
  942. vertical-align: text-bottom;
  943. }
  944. #shareAPI h2,
  945. #encryptionAPI h2,
  946. #mail_general_settings h2 {
  947. display: inline-block;
  948. }
  949. #encryptionAPI li {
  950. list-style-type: initial;
  951. margin-left: 20px;
  952. padding: 5px 0;
  953. }
  954. .mail_settings p label:first-child {
  955. display: inline-block;
  956. width: 300px;
  957. text-align: right;
  958. }
  959. .mail_settings p select:nth-child(2) {
  960. width: 143px;
  961. }
  962. #mail_smtpport {
  963. width: 40px;
  964. }
  965. .cronlog {
  966. margin-left: 10px;
  967. }
  968. .status {
  969. display: inline-block;
  970. height: 16px;
  971. width: 16px;
  972. vertical-align: text-bottom;
  973. }
  974. .status.success {
  975. border-radius: 50%;
  976. }
  977. #selectGroups select {
  978. -moz-box-sizing: border-box;
  979. -webkit-box-sizing: border-box;
  980. box-sizing: border-box;
  981. display: inline-block;
  982. height: 36px;
  983. padding: 7px 10px
  984. }
  985. #log .log-message {
  986. word-break: break-all;
  987. min-width: 180px;
  988. }
  989. span.success {
  990. background: #37ce02;
  991. border-radius: 3px;
  992. }
  993. span.error {
  994. background: #ce3702;
  995. }
  996. span.indeterminate {
  997. background: #e6db00;
  998. border-radius: 40% 0;
  999. }
  1000. /* PASSWORD */
  1001. #passwordform .strengthify-wrapper {
  1002. position: absolute;
  1003. left: 0;
  1004. width: 130px;
  1005. margin-top: -6px;
  1006. }
  1007. /* OPERA hack for strengthify*/
  1008. doesnotexist:-o-prefocus, .strengthify-wrapper {
  1009. left: 185px;
  1010. width: 129px;
  1011. }
  1012. .trusted-domain-warning {
  1013. color: #fff;
  1014. padding: 5px;
  1015. background: #ce3702;
  1016. border-radius: 5px;
  1017. font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  1018. }
  1019. /* HELP */
  1020. .help-includes {
  1021. overflow: hidden !important;
  1022. }
  1023. .help-iframe {
  1024. width: 100%;
  1025. height: 100%;
  1026. margin: 0;
  1027. padding: 0;
  1028. border: 0;
  1029. overflow: auto;
  1030. }
  1031. #postsetupchecks .loading {
  1032. height: 50px;
  1033. background-position: left center;
  1034. }
  1035. #postsetupchecks .errors,
  1036. #postsetupchecks .warnings,
  1037. #security-warning > ul {
  1038. color: #ce3702;
  1039. }
  1040. #admin-tips li {
  1041. list-style: initial;
  1042. }
  1043. #admin-tips li a {
  1044. display: inline-block;
  1045. padding: 3px 0;
  1046. }
  1047. #selectEncryptionModules {
  1048. margin-left: 30px;
  1049. padding: 10px;
  1050. }
  1051. #encryptionModules {
  1052. padding: 10px;
  1053. }
  1054. #warning {
  1055. color: red;
  1056. }
  1057. .settings-hint {
  1058. margin-top: -12px;
  1059. margin-bottom: 12px;
  1060. opacity: .7;
  1061. }