zzz.css 4.2 KB

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