portal.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830
  1. /*******************/
  2. /* Global settings */
  3. /*******************/
  4. @media (max-width: 768px){
  5. body{
  6. padding-top: 60px;
  7. }
  8. }
  9. footer{
  10. margin: 5em 1em;
  11. }
  12. /* Navigation menu */
  13. .navbar-nav .dropdown-menu a .glyphicon,
  14. .user_infos .dropdown-menu a .glyphicon{
  15. margin-right: 15px;
  16. }
  17. /* Topbar */
  18. #topbar #navbar{
  19. overflow-y: auto;
  20. }
  21. #topbar .user_infos{
  22. text-decoration: none;
  23. }
  24. #topbar .user_photo{
  25. margin-right: 10px;
  26. }
  27. #topbar .user_photo img{
  28. margin-top: -4px;
  29. max-width: 100%;
  30. max-height: 100%;
  31. height: 25px;
  32. border-radius: 100%;
  33. }
  34. /* Sidebar */
  35. #sidebar{
  36. position: fixed;
  37. top: 0px;
  38. left: 0px;
  39. padding: 0px; /* Overriding BS */
  40. height: 100%;
  41. }
  42. #sidebar .user_card{
  43. padding: 30px 0px;
  44. background-color: #F2F2F2; /* TODO : Change this */
  45. text-align: center;
  46. }
  47. #sidebar .user_card .user_photo{
  48. margin-bottom: 10px;
  49. }
  50. #sidebar .user_card .user_photo img{
  51. border-radius: 100%;
  52. width: 70px;
  53. }
  54. #sidebar .user_card .user_infos{
  55. font-size: 1em;
  56. }
  57. #sidebar .user_card .user_options.dropdown-menu{
  58. width: 92%;
  59. left: 4%;
  60. }
  61. #sidebar .user_card .user_fullname{
  62. font-weight: 600;
  63. }
  64. #sidebar .menu{
  65. max-height: 59%;
  66. overflow-y: auto;
  67. }
  68. #sidebar .logo{
  69. position: absolute;
  70. bottom: 15px;
  71. width: 100%;
  72. text-align: center;
  73. }
  74. #sidebar .logo img{
  75. max-width: 100%;
  76. }
  77. /* Overlays*/
  78. .global_overlay{
  79. z-index: 9999;
  80. display: none;
  81. position: fixed;
  82. top: 0px;
  83. left: 0px;
  84. width: 100%;
  85. height: 100%;
  86. background-color: black;
  87. opacity: 0.5;
  88. }
  89. #page_overlay .overlay_content{
  90. margin-top: 20em;
  91. width: 100%;
  92. color: white;
  93. }
  94. .overlay_content{
  95. text-align: center;
  96. }
  97. .content_loader .icon{
  98. margin-bottom: 0.3em;
  99. /*width: 52px;*/
  100. height: 38px; /* 50px; *//* Hack to make loader circle perfectly */
  101. font-size: 3em; /* 4em; */
  102. animation: spin 1.2s linear infinite;
  103. -webkit-animation: spin 1.2s linear infinite;
  104. -moz-animation: spin 1.2s linear infinite;
  105. -ms-animation: spin 1.2s linear infinite;
  106. }
  107. .content_loader .message{
  108. font-size: 1.5em; /* 2em; */
  109. }
  110. .datatables_overlay{
  111. padding: 5% 0px !important;
  112. background-color: white;
  113. }
  114. /******************/
  115. /* Global classes */
  116. /******************/
  117. /*@media (min-width: 768px) {
  118. .row-eq-height-sm {
  119. display: -webkit-box;
  120. display: -webkit-flex;
  121. display: -ms-flexbox;
  122. display: flex;
  123. }
  124. }
  125. @media (min-width: 992px) {
  126. .row-eq-height-md {
  127. display: -webkit-box;
  128. display: -webkit-flex;
  129. display: -ms-flexbox;
  130. display: flex;
  131. }
  132. }
  133. @media (min-width: 1200px) {
  134. .row-eq-height-lg {
  135. display: -webkit-box;
  136. display: -webkit-flex;
  137. display: -ms-flexbox;
  138. display: flex;
  139. }
  140. }*/
  141. .vertical-center {
  142. /* Make it a flex container */
  143. display: -webkit-box;
  144. display: -moz-box;
  145. display: -ms-flexbox;
  146. display: -webkit-flex;
  147. display: flex;
  148. /* Align the bootstrap's container vertically */
  149. -webkit-box-align : center;
  150. -webkit-align-items : center;
  151. -moz-box-align : center;
  152. -ms-flex-align : center;
  153. align-items : center;
  154. /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
  155. hence the bootstrap's container won't be aligned to the center anymore.
  156. Therefore, we should use the following declarations to get it centered again */
  157. -webkit-box-pack : center;
  158. -moz-box-pack : center;
  159. -ms-flex-pack : center;
  160. -webkit-justify-content : center;
  161. justify-content : center;
  162. }
  163. /*********************/
  164. /* Global animations */
  165. /*********************/
  166. /* Spin */
  167. @keyframes spin{
  168. 100% {
  169. transform: rotate(360deg);
  170. }
  171. }
  172. @-webkit-keyframes spin{
  173. 100% {
  174. -webkit-transform: rotate(360deg);
  175. }
  176. }
  177. @-moz-keyframes spin{
  178. 100% {
  179. -moz-transform: rotate(360deg);
  180. }
  181. }
  182. @-ms-keyframes spin{
  183. 100% {
  184. -ms-transform: rotate(360deg);
  185. }
  186. }
  187. /***************/
  188. /* BS override */
  189. /***************/
  190. @font-face {
  191. font-family: 'Glyphicons Halflings';
  192. src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
  193. src: url('../lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  194. }
  195. label{
  196. font-weight: bold;
  197. }
  198. /*********************/
  199. /* BS theme override */
  200. /*********************/
  201. .pagination{
  202. margin: 14px 0px;
  203. }
  204. .list-group.tree{
  205. margin-top: 11px;
  206. margin-bottom: -11px;
  207. }
  208. .list-group-item{
  209. padding-right: 0px; /* To align all actions on the right without indent */
  210. }
  211. .tooltip-inner{
  212. max-width: 400px;
  213. padding: 15px;
  214. }
  215. .nav > li.active > a{
  216. font-weight: 600;
  217. }
  218. /* Custom "glyphicons" */
  219. .glyphicon-ext-hierarchy:before {
  220. content: url('../img/icons/hierarchy-white-13px.png');
  221. }
  222. /**********************/
  223. /* BS plugin override */
  224. /**********************/
  225. /* Datatables */
  226. .table-striped > tbody > tr:hover {
  227. background-color: #fdf5d0;
  228. }
  229. /******************/
  230. /* Modal settings */
  231. /******************/
  232. .modal-content .content_loader{
  233. margin: 7em 0em;
  234. text-align: center;
  235. }
  236. @media (min-width: 992px){
  237. .modal-lg {
  238. width: 80%;
  239. max-width: 1200px;
  240. }
  241. }
  242. /**************************/
  243. /* MagnificPopup settings */
  244. /**************************/
  245. .mfp-bg{
  246. z-index: 1200;
  247. }
  248. .mfp-wrap{
  249. z-index: 1210;
  250. }
  251. /********************/
  252. /* Typeahed setting */
  253. /********************/
  254. .twitter-typeahead .tt-menu{
  255. max-height: 200px;
  256. overflow-y: auto;
  257. }
  258. @media (min-width: 768px){
  259. .twitter-typeahead .tt-menu{
  260. max-height: 300px;
  261. }
  262. }
  263. .twitter-typeahead .tt-dataset > .content_loader{
  264. margin: 10px 0px;
  265. text-align: center;
  266. font-size: 0.6em;
  267. }
  268. .twitter-typeahead .tt-dataset > .content_loader .icon{
  269. height: 25px;
  270. }
  271. .twitter-typeahead .tt-dataset .no_result{
  272. text-align: center;
  273. font-style: italic;
  274. }
  275. /*****************/
  276. /* Home settings */
  277. /*****************/
  278. .home #main-wrapper{
  279. padding-top: 15px;
  280. }
  281. .home .tile{
  282. margin-bottom: 8px;
  283. min-height: 4em;
  284. background-color: #FFFFFF;
  285. background-image: none;
  286. border: 1px solid #8A8A8A;
  287. border-radius: 0px;
  288. text-align: center;
  289. text-decoration: none;
  290. white-space: normal;
  291. }
  292. .home .tile .tile_decoration{
  293. position: absolute;
  294. top: 3px;
  295. left: 21px;
  296. }
  297. .home .tile .tile_decoration > img{
  298. width: 45px;
  299. max-height: 45px;
  300. }
  301. .home .tile .tile_title{
  302. font-weight: bold;
  303. color: #333;
  304. }
  305. .home .tile .tile_description{
  306. display: none;
  307. color: #555555;
  308. }
  309. @media (min-width: 768px) {
  310. .home .tile{
  311. margin-bottom: 30px;
  312. min-height: 10em;
  313. }
  314. .home .tile .tile_decoration{
  315. position: absolute;
  316. top: -30px;
  317. left: 0px;
  318. width: 100%;
  319. }
  320. .home .tile .tile_decoration > img{
  321. width: 55px;
  322. max-height: 55px;
  323. }
  324. .home .tile .tile_title{
  325. font-size: 1.0em;
  326. }
  327. .home .tile .tile_description{
  328. display: block;
  329. margin: 15px 20px 0px 20px;
  330. text-align: justify;
  331. }
  332. }
  333. @media (min-width: 992px) {
  334. .home .tile{
  335. min-height: 15em;
  336. }
  337. .home .tile .tile_decoration{
  338. top: -35px;
  339. }
  340. .home .tile .tile_decoration > img{
  341. width: 85px;
  342. max-height: 85px;
  343. }
  344. .home .tile .tile_title{
  345. font-size: 1.4em;
  346. }
  347. }
  348. /********************/
  349. /* Modules settings */
  350. /********************/
  351. #main-header-title{
  352. text-align: center;
  353. }
  354. @media (min-width: 768px) {
  355. #main-header-title{
  356. min-height: 6em;
  357. text-align: left;
  358. }
  359. }
  360. #main-header-actions > .row{
  361. margin-top: 20px;
  362. }
  363. @media(max-width: 768px){
  364. #main-header-actions{
  365. margin-bottom: 20px;
  366. }
  367. }
  368. .dataTables_wrapper{
  369. padding: 10px 10px;
  370. }
  371. #brick_content_toolbar{
  372. margin: 10px 0px 6px 0px;
  373. }
  374. #brick_content_toolbar > div label{
  375. font-weight: normal;
  376. white-space: nowrap;
  377. text-align: left;
  378. }
  379. #brick_content_toolbar > div label input{
  380. margin-left: 0.5em;
  381. display: inline-block;
  382. width: 130px;
  383. }
  384. /***********************/
  385. /* Brick communication */
  386. /***********************/
  387. /* Home tile */
  388. .home .tile.tile_communication{
  389. padding: 20px;
  390. background-color: #EDEDED;
  391. border: none;
  392. font-weight: initial;
  393. }
  394. .home .tile_communication .carousel{
  395. margin-bottom: 0px;
  396. width: 100%;
  397. height: 200px;
  398. }
  399. /**********************/
  400. /* Brick user profile */
  401. /**********************/
  402. .home .userprofile-brick{
  403. background-color: #E8E7E7;
  404. }
  405. /****************/
  406. /* Brick browse */
  407. /****************/
  408. /* - Tree mode */
  409. /****************/
  410. #brick_content_tree{
  411. position: relative;
  412. }
  413. .panel > .list-group:last-child .list-group-item:last-child,
  414. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{
  415. margin-bottom: 1px;
  416. }
  417. .list-group-item > .list-group-item-actions{
  418. /*display: none; Displaying actions only when hovering was not unanimous in the team */
  419. position: absolute;
  420. top: 10px;
  421. right: 10px;
  422. }
  423. .list-group-item:hover > .list-group-item-actions{
  424. display: block;
  425. }
  426. .list-group-item .list-group-item-actions a:not(:first-child){
  427. margin-left: 10px;
  428. }
  429. .list-group-item .list-group-item-text{
  430. margin-left: 5px;
  431. font-size: 1em;
  432. line-height: 1em;
  433. }
  434. .list-group-item .keep-spinning{
  435. animation: spin 1s linear infinite;
  436. -webkit-animation: spin 1s linear infinite;
  437. -moz-animation: spin 1s linear infinite;
  438. -ms-animation: spin 1s linear infinite;
  439. }
  440. /* Secondary actions */
  441. table .group-actions{
  442. position: relative;
  443. }
  444. .list-group-item-actions a.glyphicon-menu-hamburger,
  445. table .group-actions a.glyphicon-menu-hamburger{
  446. cursor: pointer;
  447. text-decoration: none;
  448. }
  449. .list-group-item-actions .item-action-wrapper,
  450. table .group-actions .item-action-wrapper
  451. {
  452. display: none;
  453. position: absolute;
  454. z-index: 5;
  455. bottom: 5px;
  456. right: 0px;
  457. -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  458. -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  459. box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
  460. }
  461. .list-group-item-actions .item-action-wrapper .glyphicon,
  462. table .group-actions .item-action-wrapper .glyphicon{
  463. margin-right: 0.6em;
  464. }
  465. .list-group-item-actions .item-action-wrapper.collapse.in,
  466. table .group-actions .item-action-wrapper.collapse.in{
  467. display: block;
  468. }
  469. .list-group-item-actions .item-action-wrapper .panel-body > p,
  470. table .group-actions .item-action-wrapper .panel-body > p{
  471. white-space: nowrap;
  472. }
  473. .list-group-item-actions .item-action-wrapper .panel-body > p:last-child,
  474. table .group-actions .item-action-wrapper .panel-body > p:last-child{
  475. margin-bottom: 0px;
  476. }
  477. #brick_content_empty{
  478. display: none;
  479. padding: 40px;
  480. font-size: 1.3em;
  481. font-style: italic;
  482. }
  483. /* Loader */
  484. #brick_tree_overlay{
  485. /*z-index: 10;*/
  486. display: none;
  487. padding: 8% 0px;
  488. /*position: absolute;
  489. top: 0px;
  490. left: 0px;
  491. width: 100%;
  492. height: 100%;
  493. min-height: 130px;*/
  494. /*background-color: black;*/
  495. border-radius: 0px 0px 4px 4px;
  496. /*opacity: 0.5;
  497. color: white;*/
  498. font-size: 1em;
  499. }
  500. /****************/
  501. /* - List mode */
  502. /****************/
  503. /*********/
  504. /* Forms */
  505. /*********/
  506. .form_fields textarea{
  507. height: 160px;
  508. }
  509. .form_field .form_mandatory .control-label:after{
  510. content: "\002a";
  511. position: relative;
  512. left: 3px;
  513. color: red; /* TODO : SASS this */
  514. font-size: 0.9em;
  515. }
  516. /* Subform field */
  517. .subform_field > fieldset{
  518. margin: inherit;
  519. margin-bottom: 15px; /* TODO : SASS this from .form-group */
  520. padding: 10px 15px;
  521. border: 1px solid #dddddd; /* TODO : SASS this */
  522. border-radius: 4px; /* TODO : SASS this */
  523. }
  524. .subform_field > fieldset > legend{
  525. margin: 0px 0px;
  526. padding: 0px 7px;
  527. width: inherit;
  528. border: none;
  529. font-size: 1em;
  530. font-weight: bold;
  531. color: #777777; /* TODO : SASS this */
  532. }
  533. /* CaseLog field */
  534. .caselog_field_entry{
  535. border: 1px solid #dddddd;
  536. border-top: none;
  537. }
  538. .caselog_field_entry_header{
  539. padding: 6px;
  540. font-size: 1em;
  541. border-bottom: 1px solid #FFFFFF;
  542. background-color: #F2F2F2;
  543. }
  544. .caselog_field_entry_button{
  545. display: block;
  546. width: 15px;
  547. height: 15px;
  548. text-align: center;
  549. line-height: 15px;
  550. font-size: 16px;
  551. border: 1px solid #a6a6a6;
  552. border-bottom-color: #979797;
  553. }
  554. .caselog_field_entry_button:hover{
  555. background-color: #cccccc;
  556. }
  557. .caselog_field_entry_button:before{
  558. content: "▴";
  559. }
  560. .caselog_field_entry_button.collapsed:before{
  561. content: "▾";
  562. }
  563. .caselog_field_entry_content{
  564. margin: 10px;
  565. overflow-x: auto;
  566. }
  567. /* FileUpload */
  568. .fileupload_field_content{
  569. padding: 8px 23px;
  570. border: 1px solid #DDDDDD; /* TODO : SASS this */
  571. background-color: #F9F9F9; /* TODO : SASS this*/
  572. }
  573. .fileupload_field_content > div{
  574. margin-bottom: 15px;
  575. }
  576. .attachments_container .attachment {
  577. height: 95px;
  578. overflow-x: hidden;
  579. text-align: center;
  580. }
  581. .attachments_container .attachment:hover {
  582. background-color: #e0e0e0;
  583. }
  584. .attachments_container .attachment .attachment_name{
  585. overflow-x: hidden;
  586. text-overflow: ellipsis;
  587. white-space: nowrap;
  588. }
  589. .attachments_container .attachment .btn{
  590. margin-top: 3px;
  591. }
  592. .upload_container input{
  593. display: inline;
  594. }
  595. .upload_container .loader{
  596. visibility: hidden;
  597. margin-left: 7px;
  598. font-size: 1.2em;
  599. animation: spin 1.0s linear infinite;
  600. -webkit-animation: spin 1.0s linear infinite;
  601. -moz-animation: spin 1.0s linear infinite;
  602. -ms-animation: spin 1.0s linear infinite;
  603. }
  604. #drag_overlay{
  605. display: block;
  606. top: inherit;
  607. bottom: 0px;
  608. height: 0px;
  609. }
  610. #drag_overlay .overlay_content{
  611. margin-top: 5em;
  612. width: 100%;
  613. color: white;
  614. }
  615. #drag_overlay .overlay_content .icon{
  616. font-size: 3em;
  617. }
  618. #drag_overlay .overlay_content .message{
  619. font-size: 1.5em;
  620. }
  621. /* Attachments drag & drop zone, only for none mobile devices */
  622. @media (min-width: 768px){
  623. #drag_overlay.drag_in{
  624. animation: show-drop-zone 0.3s ease-out forwards;
  625. -webkit-animation: show-drop-zone 0.3s ease-out forwards;
  626. -moz-animation: show-drop-zone 0.3s ease-out forwards;
  627. -ms-animation: show-drop-zone 0.3s ease-out forwards;
  628. }
  629. #drag_overlay.drag_out{
  630. animation: hide-drop-zone 0.3s ease-out forwards;
  631. -webkit-animation: hide-drop-zone 0.3s ease-out forwards;
  632. -moz-animation: hide-drop-zone 0.3s ease-out forwards;
  633. -ms-animation: hide-drop-zone 0.3s ease-out forwards;
  634. }
  635. @keyframes show-drop-zone{
  636. 100% {
  637. height: 20%;
  638. }
  639. }
  640. @-webkit-keyframes show-drop-zone{
  641. 100% {
  642. height: 20%;
  643. }
  644. }
  645. @-moz-keyframes show-drop-zone{
  646. 100% {
  647. height: 20%;
  648. }
  649. }
  650. @-ms-keyframes show-drop-zone{
  651. 100% {
  652. height: 20%;
  653. }
  654. }
  655. @keyframes hide-drop-zone{
  656. 0% {
  657. height: 20%;
  658. }
  659. 100% {
  660. height: 0%;
  661. }
  662. }
  663. @-webkit-keyframes hide-drop-zone{
  664. 0% {
  665. height: 20%;
  666. }
  667. 100% {
  668. height: 0%;
  669. }
  670. }
  671. @-moz-keyframes hide-drop-zone{
  672. 0% {
  673. height: 20%;
  674. }
  675. 100% {
  676. height: 0%;
  677. }
  678. }
  679. @-ms-keyframes hide-drop-zone{
  680. 0% {
  681. height: 20%;
  682. }
  683. 100% {
  684. height: 0%;
  685. }
  686. }
  687. }
  688. .form_field .form-control-static img{
  689. max-width: 100% !important;
  690. height: initial !important;
  691. }
  692. .form_buttons{
  693. padding-top: 20px;
  694. text-align: center;
  695. }
  696. .form_buttons .form_btn_transitions{
  697. margin-bottom: 20px;
  698. }
  699. .form_btn_regular.sticky{
  700. display: none;
  701. }
  702. @media (min-width: 768px){
  703. .form_buttons .form_btn_transitions{
  704. float: left !important;
  705. }
  706. .form_buttons .form_btn_regular{
  707. text-align: right;
  708. }
  709. .form_buttons .form_btn_regular btn{
  710. width: inherit;
  711. }
  712. /* Making regular button sticky */
  713. .form_btn_regular.sticky{
  714. display: block;
  715. position: fixed;
  716. padding: 15px;
  717. background-color: #FFF; /* TODO : SASS this to panel bg */
  718. border: 1px solid #DDD; /* TODO : SASS this to panel border */
  719. border-radius: 4px; /* TODO : SASS this to panel border */
  720. }
  721. /* - For regular layout */
  722. #main-content .form_btn_regular.sticky{
  723. bottom: 0px;
  724. right: 15px; /* TODO : SASS this to col-xs-12 padding */
  725. transition: bottom 0.3s;
  726. }
  727. #main-content .form_btn_regular.sticky.closed{
  728. bottom: -80px;
  729. }
  730. /* - For modal layout */
  731. .modal.in .form_btn_regular.sticky{
  732. bottom: 5em;
  733. right: 15px; /* TODO : SASS this to col-xs-12 padding */
  734. transition: right 0.3s;
  735. }
  736. .modal.in .form_btn_regular.sticky.closed{
  737. right: -60px;
  738. }
  739. .modal.in .form_btn_regular.sticky button{
  740. display: block;
  741. }
  742. }
  743. /* CKEditor : Adding BS error feedback */
  744. .form_field div.cke{
  745. border: 1px solid #dddddd; /* TODO : SASS this */
  746. }
  747. .form_field.has-error div.cke{
  748. border: 1px solid #D9230F; /* TODO : SASS this */
  749. border-radius: 3px; /* TODO : SASS this */
  750. box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  751. }
  752. /* CKEditor : Styling notifications based on BS alerts */
  753. .cke_notification{
  754. position: relative;
  755. padding: 15px;
  756. margin-bottom: 18px;
  757. border: 1px solid transparent;
  758. border-radius: 4px;
  759. background-color: #FFFFFF
  760. }
  761. .cke_notification_close{
  762. position: absolute;
  763. top: 2px;
  764. right: 5px;
  765. }
  766. .cke_notification_message{
  767. margin-bottom: 0px;
  768. line-height: 1em;
  769. font-size: 1em;
  770. }
  771. .cke_notification_success{ /* TODO : SASS this */
  772. display: none;
  773. background-color: #dff0d8;
  774. border-color: #d6e9c6;
  775. color: #468847;
  776. }
  777. .cke_notification_warning{ /* TODO : SASS this */
  778. background-color: #fcf8e3;
  779. border-color: #fbeed5;
  780. color: #c09853;
  781. }
  782. /* DataTables : Fit the table in the form */
  783. .form_linkedset_wrapper .dataTables_wrapper{
  784. margin-bottom: 5px;
  785. padding: 0px;
  786. }
  787. /* DataTables : Selection inputs */
  788. .dataTable.table td span.row_input{
  789. display: inline-block;
  790. margin-right: 5px;
  791. vertical-align: middle;
  792. }