zzz.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. body {
  2. padding-top:60px;
  3. }
  4. .spinner {
  5. float: left;
  6. background:url("/assets/spinner.gif") no-repeat;
  7. background-position: center center;
  8. padding: 12px;
  9. width: 10px;
  10. height: 14px;
  11. display: none;
  12. }
  13. /*
  14. #content > *:not(.active) {
  15. display: none !important;
  16. }
  17. */
  18. [class^="icon-"],
  19. [class*=" icon-"] {
  20. background-image: url("../assets/glyphicons-halflings.png");
  21. }
  22. /*
  23. * bootstrap changes
  24. */
  25. /* improve pagination if only one page is shown */
  26. .pagination li:only-child a {
  27. -webkit-border-radius: 3px;
  28. -moz-border-radius: 3px;
  29. border-radius: 3px;
  30. }
  31. /* improved spacing */
  32. .pagination {
  33. padding-top: 2px;
  34. margin: 0px 4px;
  35. height: 30px;
  36. float: right;
  37. }
  38. .pagination a {
  39. padding: 0px 10px;
  40. line-height: 26px;
  41. }
  42. /* replace music icon with attachment */
  43. .icon-attachment {
  44. background-position: -24px 0;
  45. }
  46. /*
  47. *
  48. */
  49. .hero-unit .small {
  50. font-size: 12px;
  51. line-height: 20px;
  52. color: #999999;
  53. }
  54. /*
  55. * removed margin of forms to not break the layout with submit buttons within <form></form> area e. g. for modal dialogs
  56. */
  57. form {
  58. margin: 0 0 0 0;
  59. }
  60. .edit {
  61. min-height:30px;
  62. }
  63. .edit:focus {
  64. color: #000000;
  65. outline: 0;
  66. }
  67. .delete {
  68. background:url("../assets/close.png") no-repeat;
  69. text-indent: -9999em;
  70. border: 0;
  71. width: 40px;
  72. height: 40px;
  73. cursor:pointer;
  74. float: right;
  75. position: relative;
  76. top: -15px;
  77. left: 30px;
  78. margin: 4px;
  79. clear: right;
  80. }
  81. /*
  82. .dropdown-menu {
  83. min-width: 220px;
  84. }
  85. */
  86. footer {
  87. // margin-top: 17px;
  88. padding-top: 17px;
  89. border-top: 1px solid #EEE;
  90. }
  91. .form-horizontal .controls {
  92. margin-left: 150px;
  93. }
  94. .search-query {
  95. width: 160px;
  96. }
  97. .keepleft {
  98. float: left;
  99. }
  100. .keepright {
  101. float: right;
  102. }
  103. .ticket-answer .avatar {
  104. margin-left: 10px;
  105. }
  106. .ticket-answer .span8 {
  107. width: 558px;
  108. }
  109. .ticket-answer .span9 {
  110. width: 710px;
  111. }
  112. .ticket-answer .span3 {
  113. width: 200px;
  114. }
  115. .article {
  116. border: none;
  117. -webkit-box-shadow: none;
  118. -moz-box-shadow: none;
  119. box-shadow: none;
  120. margin-left: 0;
  121. margin-top: 0px;
  122. margin-bottom: 10px;
  123. padding-top: 0px;
  124. padding-bottom: 2px;
  125. padding-right: 0px;
  126. background-color: #ffffff;
  127. }
  128. .article-message {
  129. margin-top: 0px;
  130. margin-bottom: 6px;
  131. margin-left: 10px;
  132. padding-top: 10px;
  133. padding-bottom: 8px;
  134. padding-left: 10px;
  135. width: 580px;
  136. }
  137. .article-message hr {
  138. margin: 6px 0px 6px -10px;
  139. }
  140. .article .span8 {
  141. width: 602px;
  142. }
  143. .show_toogle {
  144. font-size: 10px;
  145. line-height: 12px;
  146. color: #999999;
  147. }
  148. .well-muted {
  149. background-color: whiteSmoke;
  150. border: 1px solid #eee;
  151. border: 1px solid rgba(0, 0, 0, 0.05);
  152. -webkit-border-radius: 4px;
  153. -moz-border-radius: 4px;
  154. border-radius: 4px;
  155. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  156. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  157. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  158. }
  159. .internal {
  160. background-color: #f2dede;
  161. border-color: #eed3d7;
  162. border: 1px solid #fbeed5;
  163. }
  164. .customer-info {
  165. width:86%;
  166. padding-top: 5px;
  167. padding-left: 20px;
  168. padding-right: 10px;
  169. }
  170. .translation {
  171. border: 1px dotted #F92;
  172. -webkit-border-radius: 3px;
  173. -moz-border-radius: 3px;
  174. border-radius: 3px;
  175. }
  176. .translation:hover {
  177. }
  178. .translation .icon-edit {
  179. display: none;
  180. }
  181. .translation:hover .icon-edit {
  182. display: inline-block;
  183. }
  184. /*
  185. * noty changes
  186. */
  187. .noty_bar.noty_layout_top {
  188. top: 48px;
  189. position: fixed;
  190. left: 50%;
  191. margin-left: -350px;
  192. width: 700px;
  193. -webkit-border-radius: 4px;
  194. -moz-border-radius: 4px;
  195. border-radius: 4px;
  196. }
  197. .noty_bar.noty_theme_twitter {
  198. font-size: 14px;
  199. line-height: 14px;
  200. text-shadow: 0 1px 0 #fff;
  201. opacity: 0.9;
  202. }