zzz.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. body {
  2. padding-top:50px;
  3. font-size: 13px;
  4. }
  5. label, input, button, select, textarea {
  6. font-size: 13px;
  7. }
  8. select,
  9. textarea,
  10. input[type="text"],
  11. input[type="password"],
  12. input[type="datetime"],
  13. input[type="datetime-local"],
  14. input[type="date"],
  15. input[type="month"],
  16. input[type="time"],
  17. input[type="week"],
  18. input[type="number"],
  19. input[type="email"],
  20. input[type="url"],
  21. input[type="search"],
  22. input[type="tel"],
  23. input[type="color"],
  24. .uneditable-input {
  25. margin-bottom: 1px;
  26. }
  27. .spinner {
  28. float: left;
  29. background:url("/assets/spinner.gif") no-repeat;
  30. background-position: center center;
  31. padding: 12px;
  32. width: 10px;
  33. height: 14px;
  34. display: none;
  35. }
  36. table {
  37. table-layout: fixed;
  38. }
  39. table th, table td {
  40. overflow: hidden;
  41. text-overflow: ellipsis;
  42. white-space: nowrap;
  43. }
  44. .max-size-scroll {
  45. max-height: 240px;
  46. overflow-y: scroll;
  47. }
  48. /*
  49. #content > *:not(.active) {
  50. display: none !important;
  51. }
  52. */
  53. [class^="icon-"],
  54. [class*=" icon-"] {
  55. background-image: url("../assets/glyphicons-halflings.png");
  56. }
  57. h1, h2, h3, h4, h5, h6 {
  58. margin: 0 0 8px;
  59. }
  60. h1 {
  61. font-size: 34px;
  62. line-height: 38px;
  63. }
  64. h2 {
  65. font-size: 22px;
  66. line-height: 32px;
  67. }
  68. h3 {
  69. font-size: 18px;
  70. line-height: 26px;
  71. }
  72. h4 {
  73. font-size: 14px;
  74. line-height: 20px;
  75. }
  76. .navbar .nav > li > a {
  77. padding: 10px 12px 10px;
  78. }
  79. /*
  80. * bootstrap changes
  81. */
  82. /* improve pagination if only one page is shown */
  83. .pagination li:only-child a {
  84. -webkit-border-radius: 3px;
  85. -moz-border-radius: 3px;
  86. border-radius: 3px;
  87. }
  88. /* improved spacing */
  89. .pagination {
  90. padding-top: 2px;
  91. margin: 0px 4px;
  92. height: 30px;
  93. float: right;
  94. }
  95. .pagination .count {
  96. padding: 6px 6px;
  97. float: left;
  98. color: #999;
  99. border: none;
  100. line-height: 17px;
  101. }
  102. .pagination ul > li > a, .pagination ul > li > span {
  103. line-height: 26px;
  104. padding: 0 10px;
  105. }
  106. .page-header {
  107. margin: 20px 0 20px
  108. }
  109. .dropdown-menu {
  110. /*
  111. min-width: 270px;
  112. */
  113. }
  114. .dropdown-menu .count {
  115. padding-top: 1px;
  116. margin-left: 10px;
  117. }
  118. .form-horizontal .help-inline, .form-horizontal .help-block {
  119. font-size: 12px;
  120. margin-top: 4px;
  121. }
  122. .form-horizontal .control-label {
  123. width: 130px;
  124. }
  125. .form-horizontal .controls {
  126. margin-left: 150px;
  127. }
  128. /* replace music icon with attachment */
  129. .icon-attachment {
  130. background-position: -24px 0;
  131. }
  132. /*
  133. *
  134. */
  135. .hero-unit p {
  136. font-size: 16px;
  137. font-weight: 200;
  138. line-height: 22px;
  139. }
  140. .hero-unit .small {
  141. font-size: 12px;
  142. line-height: 20px;
  143. color: #999999;
  144. }
  145. /*
  146. * removed margin of forms to not break the layout with submit buttons within <form></form> area e. g. for modal dialogs
  147. */
  148. form {
  149. margin: 0 0 0 0;
  150. }
  151. .edit {
  152. min-height:30px;
  153. }
  154. .edit:focus {
  155. color: #000000;
  156. outline: 0;
  157. }
  158. .delete {
  159. background:url("../assets/close.png") no-repeat;
  160. text-indent: -9999em;
  161. border: 0;
  162. width: 40px;
  163. height: 40px;
  164. cursor:pointer;
  165. float: right;
  166. position: relative;
  167. top: -15px;
  168. left: 30px;
  169. margin: 4px;
  170. clear: right;
  171. }
  172. footer {
  173. padding-top: 17px;
  174. border-top: 1px solid #EEE;
  175. }
  176. .search-query {
  177. width: 160px;
  178. }
  179. .keepleft {
  180. float: left;
  181. }
  182. .keepright {
  183. float: right;
  184. }
  185. .can-move {
  186. cursor: move;
  187. }
  188. .can-move-plcaeholder {
  189. border: 1px dashed #DDD;
  190. background: #EEE;
  191. margin-top: 5px;
  192. margin-bottom: 5px;
  193. }
  194. .ticket-answer .avatar {
  195. margin-left: 10px;
  196. }
  197. .ticket-answer .span8 {
  198. width: 558px;
  199. }
  200. .ticket-answer .span9 {
  201. width: 710px;
  202. }
  203. .ticket-answer .span3 {
  204. width: 200px;
  205. }
  206. .article {
  207. border: none;
  208. -webkit-box-shadow: none;
  209. -moz-box-shadow: none;
  210. box-shadow: none;
  211. margin-left: 0;
  212. margin-top: 0px;
  213. margin-bottom: 10px;
  214. padding-top: 0px;
  215. padding-bottom: 2px;
  216. padding-right: 0px;
  217. background-color: #ffffff;
  218. }
  219. .article-message {
  220. margin-top: 0px;
  221. margin-bottom: 6px;
  222. margin-left: 10px;
  223. padding-top: 10px;
  224. padding-bottom: 8px;
  225. padding-left: 10px;
  226. width: 580px;
  227. }
  228. .article-message hr {
  229. margin: 6px 0px 6px -10px;
  230. }
  231. .article .span8 {
  232. width: 602px;
  233. }
  234. .show_toogle {
  235. font-size: 10px;
  236. line-height: 12px;
  237. color: #999999;
  238. }
  239. .well-muted {
  240. background-color: whiteSmoke;
  241. border: 1px solid #eee;
  242. border: 1px solid rgba(0, 0, 0, 0.05);
  243. -webkit-border-radius: 4px;
  244. -moz-border-radius: 4px;
  245. border-radius: 4px;
  246. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  247. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  248. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  249. }
  250. .internal {
  251. background-color: #f2dede;
  252. border-color: #eed3d7;
  253. border: 1px solid #fbeed5;
  254. }
  255. .merged, .merge:hover {
  256. text-decoration: line-through;
  257. }
  258. .not-active {
  259. text-decoration: line-through;
  260. }
  261. .not-active a {
  262. color: #bbb;
  263. }
  264. .nav.nav-tabs.nav-stacked > li > a > span {
  265. visibility: hidden;
  266. }
  267. .nav.nav-tabs.nav-stacked > li > a:hover > span {
  268. visibility: visible;
  269. }
  270. .customer-info {
  271. width:86%;
  272. padding-top: 5px;
  273. padding-left: 20px;
  274. padding-right: 10px;
  275. }
  276. .inline-edit {
  277. padding: 4px;
  278. }
  279. .inline-edit:hover {
  280. padding: 3px;
  281. border: 1px dotted #F92;
  282. -webkit-border-radius: 3px;
  283. -moz-border-radius: 3px;
  284. border-radius: 3px;
  285. }
  286. .translation {
  287. border: 1px dotted #F92;
  288. -webkit-border-radius: 3px;
  289. -moz-border-radius: 3px;
  290. border-radius: 3px;
  291. }
  292. .translation:hover {
  293. }
  294. .translation .icon-edit {
  295. display: none;
  296. }
  297. .translation:hover .icon-edit {
  298. display: inline-block;
  299. }
  300. /*
  301. * noty changes
  302. */
  303. .noty_bar.noty_layout_top {
  304. top: 48px;
  305. position: fixed;
  306. left: 50%;
  307. margin-left: -350px;
  308. width: 700px;
  309. -webkit-border-radius: 4px;
  310. -moz-border-radius: 4px;
  311. border-radius: 4px;
  312. }
  313. .noty_bar.noty_theme_twitter {
  314. font-size: 14px;
  315. line-height: 14px;
  316. text-shadow: 0 1px 0 #fff;
  317. opacity: 0.9;
  318. }
  319. .qq-upload-list {
  320. margin: 5px 10px 0px;
  321. padding: 0;
  322. list-style: disc;
  323. }
  324. .qq-upload-icon {
  325. margin: 0px 20px;
  326. }