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.

common.css 8.2 KiB

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