You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

500 line
7.8 KiB

  1. body {
  2. margin: 0px;
  3. padding-top: 70px;
  4. padding-bottom: 50px;
  5. }
  6. h1, h2, h3, h4, h5 {
  7. font-weight: 500;
  8. }
  9. a {
  10. cursor: pointer;
  11. }
  12. .content {
  13. background-color: #fff;
  14. -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
  15. box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
  16. }
  17. .layout-main {
  18. padding-bottom: 10px;
  19. }
  20. /* freeze */
  21. div#freeze {
  22. position: fixed;
  23. display: none;
  24. top: 0px;
  25. left: 0px;
  26. bottom: 0px;
  27. right: 0px;
  28. background-color: #aaa;
  29. opacity: 0.6;
  30. z-index: 1;
  31. text-align: center;
  32. }
  33. /* listing */
  34. .list-row {
  35. padding: 5px;
  36. border-bottom: 1px solid #eee;
  37. }
  38. /* appframe header */
  39. .appframe-header {
  40. margin-bottom: 20px;
  41. }
  42. .appframe-title {
  43. background-color: #fff;
  44. padding-bottom: 10px;
  45. border-bottom: 1px solid #ddd;
  46. }
  47. .appframe-header .status-bar {
  48. text-align: right;
  49. }
  50. /* module */
  51. .alert-badge {
  52. padding-right: 15px;
  53. }
  54. .alert-badge a, .alert-badge a:hover {
  55. color: black;
  56. font-size: 120%;
  57. font-weight: bold;
  58. }
  59. .alert-badge .badge {
  60. margin-top: 3px;
  61. }
  62. .form-headline {
  63. margin-bottom: 10px;
  64. font-size: 130%;
  65. }
  66. .form-dashboard {
  67. display: none;
  68. border-bottom: 1px solid #ddd;
  69. }
  70. .help ol {
  71. padding-left: 19px;
  72. }
  73. .field_description_top {
  74. margin-bottom: 3px;
  75. }
  76. .link-field .btn {
  77. padding-left: 6px;
  78. padding-right: 6px;
  79. }
  80. /* module */
  81. .module-item-progress {
  82. margin-bottom: 10px;
  83. height: 17px;
  84. }
  85. .module-item-progress-total {
  86. height: 7px;
  87. background-color: #999999;
  88. width: 0px;
  89. }
  90. .module-item-progress-open {
  91. height: 7px;
  92. background-color: red;
  93. width: 0px;
  94. }
  95. /* fixed navbar in appframe */
  96. .appframe .navbar {
  97. margin-left: -15px;
  98. margin-right: -15px;
  99. margin-bottom: 0px;
  100. border-radius: 0px;
  101. border-bottom: 1px solid #ddd;
  102. min-height: 51px;
  103. }
  104. .appframe .navbar-form select,
  105. .appframe .navbar-form input,
  106. .appframe .navbar-form button,
  107. .appframe .navbar-form label {
  108. margin-bottom: 5px;
  109. }
  110. .appframe .navbar-form {
  111. margin-bottom: 2px;
  112. width: 100%;
  113. }
  114. .appframe .info-bar {
  115. padding: 7px;
  116. border-bottom: 1px solid #ddd;
  117. margin-left: -15px;
  118. margin-right: -15px;
  119. }
  120. .appframe .info-bar {
  121. padding: 7px;
  122. height: 35px;
  123. }
  124. .appframe .info-bar .form-icon {
  125. margin-top: 4px;
  126. margin-right: 4px;
  127. color: #888;
  128. cursor: pointer;
  129. }
  130. .appframe .info-bar .form-icon:hover {
  131. color: #444;
  132. }
  133. .appframe .info-bar .form-icon:active {
  134. color: #5bc0de;
  135. }
  136. .appframe .info-bar ul {
  137. width: 80%;
  138. list-style: none;
  139. margin: 0 0 0 0;
  140. padding: 0 0 0 0;
  141. }
  142. .appframe .info-bar li {
  143. display: inline-block;
  144. padding-left: 15px;
  145. padding-right: 15px;
  146. }
  147. .appframe .info-bar li.bold a {
  148. font-weight: bold;
  149. }
  150. .appframe .title-icon {
  151. cursor: pointer;
  152. display: inline-block;
  153. padding: 14px;
  154. width: 55px;
  155. color: white;
  156. text-align: center;
  157. margin-right: 10px;
  158. border-radius: 5px;
  159. margin-top: -10px;
  160. font-size: 24px;
  161. }
  162. .appframe .sub-title-area {
  163. margin-top: -25px;
  164. margin-left: 75px;
  165. font-size: 120%;
  166. }
  167. .appframe .title-icon:active {
  168. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  169. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  170. }
  171. /* home icon in main nav */
  172. .navbar-icon-home {
  173. vertical-align: middle;
  174. opacity: 0.7;
  175. Filter:alpha(opacity=70); /* For IE8 and earlier */
  176. }
  177. .navbar-icon-home:hover,
  178. .navbar-icon-home:focus,
  179. .navbar-icon-home:active,
  180. .navbar-icon-home-hover{
  181. opacity:1;
  182. Filter:alpha(opacity=100); /* For IE8 and earlier */
  183. }
  184. .navbar .brand {
  185. max-height: 15px;
  186. }
  187. .navbar #spinner {
  188. display: block;
  189. float: right;
  190. width: 20px;
  191. margin-bottom: -5px;
  192. margin-top: 14px;
  193. visibility: hidden;
  194. }
  195. .navbar-new-comments {
  196. margin: -3px 0px;
  197. padding: 2px 5px;
  198. min-width: 20px;
  199. text-align: center;
  200. display: inline-block;
  201. border-radius: 2px;
  202. color: #999999;
  203. background-color: #333131;
  204. }
  205. .navbar-new-comments:hover,
  206. .navbar-new-comments:active,
  207. .navbar-new-comments:focus {
  208. color: #fff;
  209. }
  210. .navbar-new-comments-true {
  211. color: #fff;
  212. background-color: #e74c3c;
  213. }
  214. .btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] {
  215. display: inline-block;
  216. }
  217. .badge-important {
  218. background-color: #e74c3c;
  219. }
  220. /* alert */
  221. #alert-container {
  222. position: fixed;
  223. bottom: 8px;
  224. right: 8px;
  225. z-index: 10;
  226. }
  227. #alert-container .alert {
  228. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  229. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  230. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  231. overflow: hidden;
  232. max-width: 400px;
  233. text-overflow: ellipsis;
  234. white-space: nowrap;
  235. }
  236. /* avatar */
  237. .avatar {
  238. display: inline-block;
  239. vertical-align: middle;
  240. overflow: hidden;
  241. background-color: #ddd;
  242. border: 1px solid #eee;
  243. }
  244. .avatar-small {
  245. margin-right: 5px;
  246. width: 30px;
  247. height: 30px;
  248. border-radius: 30px;
  249. -moz-border-radius: 30px;
  250. -webkit-border-radius: 30px;
  251. }
  252. .avatar-small img {
  253. width: 30px;
  254. }
  255. .avatar-large {
  256. margin-right: 10px;
  257. width: 72px;
  258. height: 72px;
  259. border-radius: 72px;
  260. -moz-border-radius: 72px;
  261. -webkit-border-radius: 72px;
  262. }
  263. .avatar-large img {
  264. width: 72px;
  265. }
  266. /* slickgrid */
  267. ..slick-cell {
  268. font-size: 12px;
  269. }
  270. .slick-header-column {
  271. -webkit-box-sizing: content-box;
  272. -moz-box-sizing: content-box;
  273. box-sizing: content-box;
  274. }
  275. .slick-headerrow-column {
  276. background: #87ceeb;
  277. text-overflow: clip;
  278. }
  279. .slick-headerrow-column input {
  280. margin: 0;
  281. padding: 0;
  282. width: 100%;
  283. min-height: 20px;
  284. }
  285. .missing-image {
  286. background-color: #eee;
  287. padding: 40px;
  288. width: 112px;
  289. font-size: 32px;
  290. color: #888;
  291. }
  292. .wysiwyg-editor {
  293. height: 400px;
  294. background-color: white;
  295. border-collapse: separate;
  296. border: 1px solid rgb(204, 204, 204);
  297. padding: 4px;
  298. box-sizing: content-box;
  299. -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  300. box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  301. border-top-right-radius: 3px; border-bottom-right-radius: 3px;
  302. border-bottom-left-radius: 3px; border-top-left-radius: 3px;
  303. overflow: scroll;
  304. outline: none;
  305. }
  306. .wysiwyg-editor img {
  307. max-width: 100%;
  308. }
  309. /* form */
  310. textarea[data-fieldtype="Small Text"] {
  311. height: 60px;
  312. }
  313. /* form grid */
  314. .rows .grid-row .divider {
  315. padding-bottom: 8px;
  316. margin-bottom: 8px;
  317. border-bottom: 1px solid #dddddd;
  318. }
  319. .rows .grid-row .data-row, .rows .grid-row .panel-heading {
  320. cursor: pointer;
  321. }
  322. .grid-row .panel {
  323. background-color: #fffff8;
  324. }
  325. /* form footer */
  326. .form-footer {
  327. background-color: #f8f8f8;
  328. margin-top: 15px;
  329. padding-top: 15px;
  330. padding-bottom: 15px;
  331. border-top: 1px dashed #ddd;
  332. color: #888;
  333. }
  334. .like-disabled-input {
  335. background-color: #f8f8f8;
  336. padding: 6px;
  337. margin-bottom: 7px;
  338. border-radius: 3px;
  339. min-height: 30px;
  340. }
  341. /* jquery ui */
  342. .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  343. display: inline;
  344. }
  345. .hidden-sm-inline {
  346. display: none;
  347. }
  348. @media (min-width: 768px) {
  349. .hidden-sm-inline {
  350. display: inline;
  351. }
  352. }
  353. .modal-backdrop {
  354. opacity: 0.5;
  355. }
  356. /* buttons */
  357. .input-group-btn > .btn {
  358. float: none;
  359. }
  360. .input-group-btn > .btn:first-child {
  361. margin-right: -3px;
  362. }
  363. .btn-default {
  364. color: #ffffff;
  365. background-color: #a7a9aa;
  366. border-color: #a7a9aa;
  367. }
  368. .btn-default:hover,
  369. .btn-default:focus,
  370. .btn-default:active,
  371. .btn-default.active {
  372. background-color: #9a9c9d;
  373. border-color: #8d9091;
  374. }
  375. .btn-default.disabled:hover,
  376. .btn-default[disabled]:hover,
  377. fieldset[disabled] .btn-default:hover,
  378. .btn-default.disabled:focus,
  379. .btn-default[disabled]:focus,
  380. fieldset[disabled] .btn-default:focus,
  381. .btn-default.disabled:active,
  382. .btn-default[disabled]:active,
  383. fieldset[disabled] .btn-default:active,
  384. .btn-default.disabled.active,
  385. .btn-default[disabled].active,
  386. fieldset[disabled] .btn-default.active {
  387. background-color: #a7a9aa;
  388. border-color: #a7a9aa;
  389. }
  390. .grid-overflow-no-ellipsis {
  391. word-wrap: break-word;
  392. overflow: hidden;
  393. padding-right: 0px;
  394. }
  395. .grid-overflow-ellipsis {
  396. overflow: hidden;
  397. text-overflow: ellipsis;
  398. white-space: nowrap;
  399. padding-right: 0px;
  400. }
  401. .toolbar-banner {
  402. margin-top: -20px;
  403. margin-bottom: 20px;
  404. text-align: center;
  405. background-color: rgb(255, 255, 204);
  406. padding: 7px;
  407. z-index: 1;
  408. }