zzz.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. body {
  2. padding-top:74px;
  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. #task {
  45. }
  46. #task > .taskbar {
  47. position: fixed;
  48. display: table;
  49. top: 40px;
  50. width: 100%;
  51. padding: 2px 2px 2px 2px;
  52. z-index: 990;
  53. }
  54. #task > .taskbar > div {
  55. display: table-cell;
  56. }
  57. #task .task {
  58. margin: -6px;
  59. padding: 0px 4px;
  60. display: inline-block;
  61. max-width: 120px;
  62. overflow: hidden;
  63. text-overflow: ellipsis;
  64. white-space: nowrap;
  65. }
  66. #task .task > a,
  67. #task .task > a:hover {
  68. color: #ffffff;
  69. text-decoration: none;
  70. }
  71. #task .btn-default .task > a,
  72. #task .btn-default .task > a:hover {
  73. color: #333333;
  74. }
  75. #task .taskbar .btn-mini {
  76. margin-top: 2px;
  77. }
  78. #task [data-type="close"] {
  79. margin-left: 5px;
  80. }
  81. #task .taskbar-items {
  82. }
  83. #task .taskbar-new {
  84. text-align: right;
  85. padding-right: 12px;
  86. }
  87. .max-size-scroll {
  88. max-height: 240px;
  89. overflow-y: scroll;
  90. }
  91. /*
  92. #content > *:not(.active) {
  93. display: none !important;
  94. }
  95. */
  96. [class^="icon-"],
  97. [class*=" icon-"] {
  98. background-image: url("../assets/glyphicons-halflings.png");
  99. }
  100. h1, h2, h3, h4, h5, h6 {
  101. margin: 0 0 8px;
  102. }
  103. h1 {
  104. font-size: 34px;
  105. line-height: 38px;
  106. }
  107. h2 {
  108. font-size: 22px;
  109. line-height: 32px;
  110. }
  111. h3 {
  112. font-size: 18px;
  113. line-height: 26px;
  114. }
  115. h4 {
  116. font-size: 14px;
  117. line-height: 20px;
  118. }
  119. .navbar .nav > li > a {
  120. padding: 10px 12px 10px;
  121. }
  122. /*
  123. .container,
  124. */
  125. .navbar-static-top .container,
  126. .navbar-fixed-top .container,
  127. .navbar-fixed-bottom .container {
  128. width: 96%;
  129. min-width: 940px;
  130. }
  131. /*
  132. * bootstrap changes
  133. */
  134. /* improve pagination if only one page is shown */
  135. .pagination li:only-child a {
  136. -webkit-border-radius: 3px;
  137. -moz-border-radius: 3px;
  138. border-radius: 3px;
  139. }
  140. /* improved spacing */
  141. .pagination {
  142. padding-top: 2px;
  143. margin: 0px 4px;
  144. height: 30px;
  145. }
  146. .pagination .count {
  147. padding: 6px 6px;
  148. float: left;
  149. color: #999;
  150. border: none;
  151. line-height: 17px;
  152. }
  153. .page-header {
  154. margin: 20px 0 20px
  155. }
  156. .dropdown-menu {
  157. /*
  158. min-width: 270px;
  159. */
  160. }
  161. .dropdown-menu .count {
  162. padding-top: 1px;
  163. margin-left: 10px;
  164. }
  165. .form-horizontal .help-inline, .form-horizontal .help-block {
  166. font-size: 12px;
  167. margin-top: 4px;
  168. }
  169. .form-horizontal .control-label {
  170. width: 130px;
  171. }
  172. .form-horizontal .controls {
  173. margin-left: 150px;
  174. }
  175. /* replace music icon with attachment */
  176. .icon-attachment {
  177. background-position: -24px 0;
  178. }
  179. /*
  180. *
  181. */
  182. .hero-unit p {
  183. font-size: 16px;
  184. font-weight: 200;
  185. line-height: 22px;
  186. }
  187. .hero-unit .small {
  188. font-size: 12px;
  189. line-height: 20px;
  190. color: #999999;
  191. }
  192. /*
  193. * removed margin of forms to not break the layout with submit buttons within <form></form> area e. g. for modal dialogs
  194. */
  195. form {
  196. margin: 0 0 0 0;
  197. }
  198. .edit {
  199. min-height:30px;
  200. }
  201. .edit:focus {
  202. color: #000000;
  203. outline: 0;
  204. }
  205. .delete {
  206. background:url("../assets/close.png") no-repeat;
  207. text-indent: -9999em;
  208. border: 0;
  209. width: 40px;
  210. height: 40px;
  211. cursor:pointer;
  212. float: right;
  213. position: relative;
  214. top: -15px;
  215. left: 30px;
  216. margin: 4px;
  217. clear: right;
  218. }
  219. footer {
  220. padding-top: 10px;
  221. }
  222. .search-query {
  223. width: 160px;
  224. }
  225. .can-move {
  226. cursor: move;
  227. }
  228. .can-move-placeholder {
  229. border: 1px dashed #DDD;
  230. background: #EEE;
  231. margin-top: 5px;
  232. margin-bottom: 5px;
  233. }
  234. .ticket-answer .avatar {
  235. margin-left: 10px;
  236. }
  237. .ticket-answer .span8 {
  238. width: 558px;
  239. }
  240. .ticket-answer .span9 {
  241. width: 710px;
  242. }
  243. .ticket-answer .span3 {
  244. width: 200px;
  245. }
  246. .article {
  247. border: none;
  248. -webkit-box-shadow: none;
  249. -moz-box-shadow: none;
  250. box-shadow: none;
  251. margin-left: 0;
  252. margin-top: 0px;
  253. margin-bottom: 10px;
  254. padding-top: 0px;
  255. padding-bottom: 2px;
  256. padding-right: 0px;
  257. background-color: #ffffff;
  258. }
  259. .article-message {
  260. margin-top: 0px;
  261. margin-bottom: 6px;
  262. margin-left: 10px;
  263. padding-top: 10px;
  264. padding-bottom: 8px;
  265. padding-left: 10px;
  266. width: 580px;
  267. }
  268. .article-message hr {
  269. margin: 6px 0px 6px -10px;
  270. }
  271. .article .span8 {
  272. width: 602px;
  273. }
  274. .show_toogle {
  275. font-size: 10px;
  276. line-height: 12px;
  277. color: #999999;
  278. }
  279. .well-muted {
  280. background-color: whiteSmoke;
  281. border: 1px solid #eee;
  282. border: 1px solid rgba(0, 0, 0, 0.05);
  283. -webkit-border-radius: 4px;
  284. -moz-border-radius: 4px;
  285. border-radius: 4px;
  286. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  287. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  288. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  289. }
  290. .internal {
  291. background-color: #f2dede;
  292. border-color: #eed3d7;
  293. border: 1px solid #fbeed5;
  294. }
  295. .merged, .merge:hover {
  296. text-decoration: line-through;
  297. }
  298. .not-active {
  299. text-decoration: line-through;
  300. }
  301. .not-active a {
  302. color: #bbb;
  303. }
  304. .nav.nav-tabs.nav-stacked > li > a > span {
  305. visibility: hidden;
  306. }
  307. .nav.nav-tabs.nav-stacked > li > a:hover > span {
  308. visibility: visible;
  309. }
  310. .customer-info {
  311. width:86%;
  312. padding-top: 5px;
  313. padding-left: 20px;
  314. padding-right: 10px;
  315. }
  316. .inline-edit {
  317. padding: 4px;
  318. }
  319. .inline-edit:hover {
  320. padding: 3px;
  321. border: 1px dotted #F92;
  322. -webkit-border-radius: 3px;
  323. -moz-border-radius: 3px;
  324. border-radius: 3px;
  325. }
  326. .translation {
  327. border: 1px dotted #F92;
  328. -webkit-border-radius: 3px;
  329. -moz-border-radius: 3px;
  330. border-radius: 3px;
  331. }
  332. .translation:hover {
  333. }
  334. .translation .icon-edit {
  335. display: none;
  336. }
  337. .translation:hover .icon-edit {
  338. display: inline-block;
  339. }
  340. /*
  341. * noty changes
  342. */
  343. .noty_bar.noty_layout_top {
  344. top: 48px;
  345. position: fixed;
  346. left: 50%;
  347. margin-left: -300px;
  348. width: 600px;
  349. -webkit-border-radius: 4px;
  350. -moz-border-radius: 4px;
  351. border-radius: 4px;
  352. }
  353. .noty_bar.noty_theme_twitter {
  354. font-size: 14px;
  355. line-height: 14px;
  356. text-shadow: 0 1px 0 #fff;
  357. opacity: 0.9;
  358. }
  359. .qq-upload-icon {
  360. margin: 6px 20px 0px 0px;
  361. height: 18px;
  362. }
  363. .qq-upload-button {
  364. display: block;
  365. /*or inline-block*/
  366. width: 40px;
  367. padding: 7px 0;
  368. text-align: center;
  369. }
  370. .qq-upload-list {
  371. text-align: left;
  372. margin: 5px 10px 0px;
  373. padding: 0;
  374. list-style: disc;
  375. }
  376. .qq-upload-list li {
  377. font-size: 14px;
  378. padding: 5px;
  379. background-color: transparent;
  380. }
  381. .sub_attribute .control-label {
  382. width: 60px;
  383. }
  384. .sub_attribute .controls {
  385. margin-left: 80px;
  386. }
  387. .form-changed {
  388. border: 1px solid #fbeed5;
  389. background-color: #fcf8e3;
  390. }
  391. #splash {
  392. background-color: #eee;
  393. position: absolute;
  394. width: 100%;
  395. top: 0px;
  396. height: 100%;
  397. }
  398. #splash .logo {
  399. margin-left: auto;
  400. margin-right: auto;
  401. margin-top: 200px;
  402. width: 100px;
  403. }