settings.css 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>a, 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>a, tr:hover>td.password>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
  26. tr:hover>td.remove>a { 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; 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. .appinfo { margin: 1em; }
  40. h3 { font-size: 1.4em; font-weight: bold; }
  41. ul.applist li { height: 2.2em; padding: 0.2em 0.2em 0.2em 0.8em !important; }
  42. li { color:#888; }
  43. li.active { color:#000; }
  44. small.externalapp { color:#FFF; background-color:#BBB; font-weight:bold; font-size: 0.6em; margin: 0; padding: 0.1em 0.2em; border-radius: 4px;}
  45. small.externalapp.list { float: right; }
  46. span.version { margin-left:1em; margin-right:1em; color:#555; }
  47. .app { position: relative; display: inline-block; padding: 0.2em 0 0.2em 0 !important; text-overflow: hidden; overflow: hidden; white-space: nowrap; /*transition: .2s max-width linear; -o-transition: .2s max-width linear; -moz-transition: .2s max-width linear; -webkit-transition: .2s max-width linear; -ms-transition: .2s max-width linear;*/ }
  48. .app.externalapp { max-width: 12.5em; z-index: 100; }
  49. /* Transition to complete width! */
  50. .app:hover, .app:active { max-width: inherit; }
  51. .appslink { text-decoration: underline; }
  52. .score { color:#666; font-weight:bold; font-size:0.8em; }
  53. /* LOG */
  54. #log { white-space:normal; }
  55. /* ADMIN */
  56. span.securitywarning {color:#C33; font-weight:bold; }
  57. span.connectionwarning {color:#933; font-weight:bold; }
  58. input[type=radio] { width:1em; }
  59. table.shareAPI td { padding-bottom: 0.8em; }