settings.css 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. #passworderror { display:none; }
  8. #passwordchanged { display:none; }
  9. input#identity { width:20em; }
  10. #email { width: 17em; }
  11. .msg.success{ color:#fff; background-color:#0f0; padding:3px; text-shadow:1px 1px #000; }
  12. .msg.error{ color:#fff; background-color:#f00; padding:3px; text-shadow:1px 1px #000; }
  13. table.nostyle label { margin-right: 2em; }
  14. table.nostyle td { padding: 0.2em 0; }
  15. /* USERS */
  16. form { display:inline; }
  17. table:not(.nostyle) th { height:2em; color:#999; }
  18. table:not(.nostyle) th, table:not(.nostyle) td { border-bottom:1px solid #ddd; padding:0 .5em; padding-left:.8em; text-align:left; font-weight:normal; }
  19. td.name, td.password { padding-left:.8em; }
  20. td.password>img, td.remove>img, td.quota>img { visibility:hidden; }
  21. td.password, td.quota { width:12em; cursor:pointer; }
  22. td.password>span, td.quota>span { margin-right: 1.2em; color: #C7C7C7; }
  23. td.remove { width:1em; padding-right:1em; }
  24. tr:hover>td.password>span { margin:0; cursor:pointer; }
  25. tr:hover>td.remove>img, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
  26. tr:hover>td.remove>img { float:right; }
  27. li.selected { background-color:#ddd; }
  28. #content>table:not(.nostyle) { margin-top:3em; }
  29. table:not(.nostyle) { width:100%; }
  30. #rightcontent { padding-left: 1em; }
  31. div.quota { float:right; display:block; position:absolute; right:25em; top:0; }
  32. div.quota-select-wrapper { position: relative; }
  33. select.quota { position:absolute; left:0; top:0; width:10em; }
  34. select.quota-user { position:relative; left:0; top:0; width:10em; }
  35. input.quota-other { display:none; position:absolute; left:0.1em; top:0.1em; width:7em; border:none; -webkit-box-shadow: none -mox-box-shadow:none ; box-shadow:none; }
  36. div.quota>span { position:absolute; right:0em; white-space:nowrap; top: 0.7em }
  37. select.quota.active { background: #fff; }
  38. /* APPS */
  39. li { color:#888; }
  40. li.active { color:#000; }
  41. small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size:6pt; padding:4px; border-radius: 4px;}
  42. span.version { margin-left:3em; color:#ddd; }
  43. /* LOF */
  44. #log { white-space:normal; }