25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

107 satır
1.7 KiB

  1. div.appframe-titlebar {
  2. padding: 6px;
  3. padding-left: 13px;
  4. background: #dfdfdf; /* Old browsers */
  5. height: 30px;
  6. color: #555;
  7. border-bottom: 1px solid #c2c2c2;
  8. vertical-align: middle;
  9. }
  10. div.appframe-marker {
  11. position: absolute;
  12. width: 7px;
  13. margin: -6px; margin-left: -13px;
  14. height: 42px;
  15. }
  16. .appframe-center {
  17. display: inline-block;
  18. overflow: hidden;
  19. text-overflow: ellipsis;
  20. white-space: nowrap;
  21. width: 60%;
  22. }
  23. .appframe-title {
  24. font-size: 150%;
  25. text-overflow: ellipsis;
  26. white-space: nowrap;
  27. font-weight: bold;
  28. display: inline-block;
  29. margin-top: 5px;
  30. }
  31. div.appframe-toolbar {
  32. padding: 4px;
  33. background: #e9e9e9;
  34. border-bottom: 1px solid #c2c2c2;
  35. min-height: 30px;
  36. }
  37. div.appframe-titlebar .label {
  38. display: inline-block;
  39. margin-bottom: 7px;
  40. }
  41. div.appframe-titlebar .avatar {
  42. margin-top: -4px;
  43. margin-left: 9px;
  44. margin-right: -6px;
  45. }
  46. div.appframe-titlebar .close {
  47. margin: 0px 12px;
  48. }
  49. div.appframe-toolbar input, div.appframe-toolbar select {
  50. margin: 2px 2px;
  51. }
  52. div.appframe-toolbar button {
  53. padding: 3px 7px !important;
  54. }
  55. span.appframe-tab {
  56. float: right;
  57. display: inline-block;
  58. background-color: #555;
  59. color: white;
  60. margin-top: -6px;
  61. padding: 12px 11px;
  62. height: 18px;
  63. vertical-align: middle;
  64. cursor: pointer;
  65. }
  66. span.appframe-tab:hover {
  67. opacity: 1 !important;
  68. }
  69. span.appframe-tab span {
  70. display: inline-block;
  71. }
  72. div.ripped-paper-border {
  73. background: url('../lib/images/ui/ripped-border.png') top repeat-x;
  74. position: absolute;
  75. margin-left: -15px;
  76. margin-top: -25px;
  77. padding-right: 30px;
  78. height: 15px;
  79. }
  80. /* modules */
  81. .module-item {
  82. display: inline-block;
  83. width: 70%;
  84. text-overflow: ellipsis;
  85. white-space: nowrap;
  86. overflow: hidden;
  87. }
  88. .module-item .help {
  89. font-size: 95%;
  90. }