settings.css 16 KB

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