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.
 
 
 
 
 
 

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