light-grey.scss 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585
  1. @import 'css-variables.scss';
  2. $hilight-color = $highlight-color;
  3. $summary-details-background = $grey-color;
  4. $main-header-background = $frame-background-color;
  5. $table-even-background = $frame-background-color;
  6. $popup-menu-highlight-color = $highlight-color;
  7. $popup-menu-text-color: #000;
  8. $popup-menu-background-color: #fff;
  9. $popup-menu-text-higlight-color: #fff;
  10. /* CSS Document */
  11. body {
  12. font-family: Tahoma, Verdana, Arial, Helvetica;
  13. font-size: 10pt;
  14. color: $text-color;
  15. margin: 0; /* Remove body margin/padding */
  16. padding: 0;
  17. overflow: hidden; /* Remove scroll bars on browser window */
  18. }
  19. body.printable-version {
  20. margin:1.5em;
  21. overflow:auto;
  22. }
  23. /* to prevent flicker, hide the pane's content until it's ready */
  24. .ui-layout-center, .ui-layout-north, .ui-layout-south {
  25. display: none;
  26. }
  27. .ui-layout-content {
  28. padding-left: 10px;
  29. }
  30. .raw_output {
  31. font-family: Courier-New, Courier, Arial, Helvetica;
  32. font-size: 8pt;
  33. background-color: #eeeeee;
  34. color: $text-color;
  35. border: 1px dashed $text-color;
  36. padding: 0.25em;
  37. margin-top: 1em;
  38. }
  39. h1 {
  40. font-family: Tahoma, Verdana, Arial, Helvetica;
  41. color: $text-color;
  42. font-weight: bold;
  43. font-size: 12pt;
  44. }
  45. h2 {
  46. font-family: Tahoma, Verdana, Arial, Helvetica;
  47. color: $text-color;
  48. font-weight: normal;
  49. font-size: 12pt;
  50. }
  51. h3 {
  52. font-family: Tahoma, Verdana, Arial, Helvetica;
  53. color: $text-color;
  54. font-weight: normal;
  55. font-size: 10pt;
  56. }
  57. .hilite, .hilite a, .hilite a:visited {
  58. color: $hilight-color;
  59. text-decoration: none;
  60. }
  61. table.datatable {
  62. width: 100%;
  63. border: 0;
  64. padding: 0;
  65. }
  66. td.menucontainer {
  67. text-align: right;
  68. }
  69. table.listResults {
  70. padding: 0px;
  71. border-top: 3px solid $frame-background-color;
  72. border-left: 3px solid $frame-background-color;
  73. border-bottom: 3px solid #e6e6e1;
  74. border-right: 3px solid #e6e6e1;
  75. width: 100%;
  76. background-color: #fff;
  77. }
  78. table.listResults td {
  79. padding: 2px;
  80. }
  81. table.listContainer {
  82. border: 0;
  83. padding: 0;
  84. margin:0;
  85. width: 100%;
  86. clear: both;
  87. }
  88. tr.containerHeader, tr.containerHeader td {
  89. background: transparent;
  90. }
  91. tr.even td, .wizContainer tr.even td {
  92. background-color: $table-even-background;
  93. }
  94. tr.red_even td, .wizContainer tr.red_even td {
  95. background-color: #f97e75;
  96. color: #fff;
  97. }
  98. tr.red td, .wizContainer tr.red td {
  99. background-color: #f9a397;
  100. color: #fff;
  101. }
  102. tr.orange_even td, .wizContainer tr.orange_even td {
  103. background-color: #f4d07a;
  104. }
  105. tr.orange td, .wizContainer tr.orange td {
  106. background-color: #f4e96c;
  107. }
  108. tr.green_even td, .wizContainer tr.green_even td {
  109. background-color: #bee5a3;
  110. }
  111. tr.green td, .wizContainer tr.green td {
  112. background-color: #b3e5b4;
  113. }
  114. tr td.hover, tr.even td.hover, .hover a, .hover a:visited, .hover a:hover, .wizContainer tr.even td.hover, .wizContainer tr td.hover {
  115. background-color: #fdf5d0;
  116. color: $text-color;
  117. }
  118. th {
  119. font-family: Tahoma, Verdana, Arial, Helvetica;
  120. font-size: 8pt;
  121. color: $complement-color;
  122. height:20px;
  123. background: $frame-background-color bottom repeat-x;
  124. }
  125. th.header {
  126. cursor: pointer;
  127. background-repeat: no-repeat;
  128. background-position: center right;
  129. background-repeat: no-repeat;
  130. padding-right: 16px; // some space for the asc/desc icons
  131. }
  132. th.headerSortUp {
  133. background-image: url(../images/asc.gif);
  134. text-decoration: underline;
  135. cursor: pointer;
  136. }
  137. th.headerSortDown {
  138. background-image: url(../images/desc.gif);
  139. text-decoration: underline;
  140. cursor: pointer;
  141. }
  142. td {
  143. font-family: Tahoma, Verdana, Arial, Helvetica;
  144. font-size: 12px;
  145. color:#696969;
  146. nobackground-color: #ffffff;
  147. padding: 0px;
  148. }
  149. tr.clicked td {
  150. font-family: Tahoma, Verdana, Arial, Helvetica;
  151. font-size: smaller;
  152. background-color: #ffcfe8;
  153. }
  154. td.label {
  155. vertical-align: top;
  156. }
  157. td.label span {
  158. font-family: Tahoma, Verdana, Arial, Helvetica;
  159. font-size: 12px;
  160. color: #000000;
  161. padding: 5px;
  162. padding-right: 10px;
  163. font-weight:bold;
  164. vertical-align: top;
  165. text-align: right;
  166. display: block;
  167. }
  168. fieldset td.label span {
  169. padding: 3px;
  170. padding-right: 10px;
  171. }
  172. fieldset {
  173. margin-top: 3px;
  174. -moz-border-radius: 6px;
  175. -webkit-border-radius: 6px;
  176. border-radius: 6px;
  177. border-style: solid;
  178. border-color: #ddd;
  179. }
  180. legend {
  181. font-family: Tahoma, Verdana, Arial, Helvetica;
  182. font-size: 12px;
  183. padding:8px;
  184. color: #fff;
  185. background-color: $complement-color;
  186. font-weight: bold;
  187. -moz-border-radius: 6px;
  188. -webkit-border-radius: 6px;
  189. border-radius: 6px;
  190. }
  191. legend.transparent {
  192. background: transparent;
  193. color: #333333;
  194. font-size: 1em;
  195. font-weight: normal;
  196. padding: 0;
  197. }
  198. .ui-widget-content td legend a, .ui-widget-content td legend a:hover, .ui-widget-content td legend a:visited {
  199. color: #fff;
  200. }
  201. .ui-widget-content td a, p a, p a:visited, td a, td a:visited {
  202. text-decoration:none;
  203. color: $complement-color;
  204. padding-left:14px;
  205. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  206. }
  207. .ui-widget-content td a.cke_toolbox_collapser {
  208. padding-left: 0;
  209. }
  210. p a:hover, td a:hover {
  211. text-decoration:underline;
  212. color:$highlight-color;
  213. padding-left:14px;
  214. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  215. }
  216. td a.no-arrow, td a.no-arrow:visited, .SearchDrawer a.no-arrow, .SearchDrawer a.no-arrow:visited {
  217. text-decoration:none;
  218. color:#000000;
  219. padding-left:0px;
  220. background: inherit;
  221. }
  222. td a.no-arrow:hover {
  223. text-decoration:underline;
  224. color:#d81515;
  225. padding-left:0px;
  226. background: inherit;
  227. }
  228. td a.mailto, td a.mailto:visited {
  229. text-decoration:none;
  230. color:#000000;
  231. padding-left:20px;
  232. background: url(../images/mail.png?v=#{$version}) no-repeat left;
  233. }
  234. td a.mailto:hover {
  235. text-decoration:underline;
  236. color:$highlight-color;
  237. padding-left:20px;
  238. background: url(../images/mail.png?v=#{$version}) no-repeat left;
  239. }
  240. a.small_action {
  241. font-family: Tahoma, Verdana, Arial, Helvetica;
  242. font-size: 8pt;
  243. color: #000000;
  244. text-decoration:none;
  245. }
  246. .display_block {
  247. padding:0.25em;
  248. }
  249. .actions_details {
  250. float:right;
  251. margin-top:10px;
  252. margin-right:10px;
  253. padding-left: 5px;
  254. padding-top: 2px;
  255. padding-bottom: 2px;
  256. background: $highlight-color url(../images/actions_left.png?v=#{$version}) no-repeat left;
  257. }
  258. .actions_details span{
  259. background: url(../images/actions_right.png?v=#{$version}) no-repeat right;
  260. color: #fff;
  261. font-weight: bold;
  262. padding-top: 2px;
  263. padding-bottom: 2px;
  264. padding-right: 12px;
  265. }
  266. .actions_details a {
  267. text-decoration:none;
  268. }
  269. .loading {
  270. noborder: 1px dashed #CCC;
  271. background: #b9c1c8;
  272. padding:0.25em;
  273. }
  274. input.textSearch {
  275. border:1px solid #000;
  276. font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  277. font-size: 12px;
  278. color:#000000;
  279. }
  280. .ac_input {
  281. border: 1px solid #7f9db9;
  282. background: #fff url(../images/ac-background.gif) no-repeat right;
  283. }
  284. /* By Rom */
  285. .csvimport_createobj {
  286. color: #AA0000;
  287. background-color:#EEEEEE;
  288. }
  289. .csvimport_error {
  290. font-weight: bold;
  291. color: #FF0000;
  292. background-color:#EEEEEE;
  293. }
  294. .csvimport_warning {
  295. color: #CC8888;
  296. background-color:#EEEEEE;
  297. }
  298. .csvimport_ok {
  299. color: #00000;
  300. background-color:#BBFFBB;
  301. }
  302. .csvimport_reconkey {
  303. font-style: italic;
  304. color: #888888;
  305. background-color:#FFFFF;
  306. }
  307. .csvimport_extreconkey {
  308. color: #888888;
  309. background-color:#FFFFFF;
  310. }
  311. #accordion h3 {
  312. padding: 10px;
  313. }
  314. .ui-accordion-content ul {
  315. list-style:none;
  316. list-style-image: url(data:0);
  317. padding-left:16px;
  318. margin-top: 8px;
  319. }
  320. .ui-accordion-content li.submenu {
  321. margin-top: 8px;
  322. }
  323. .ui-accordion-content ul ul {
  324. padding: 8px 0px 8px 8px;
  325. margin:0;
  326. list-style:none;
  327. list-style-image: url(data:0);
  328. border: 0;
  329. }
  330. .nothing {
  331. noborder-top: 1px solid #8b8b8b;
  332. padding: 4px 0px 0px 16px;
  333. font-size:8pt;
  334. background: url(../images/green-square.gif) no-repeat bottom left;
  335. color:#83b217;
  336. font-weight:bold;
  337. text-decoration:none;
  338. }
  339. div.ui-accordion-content {
  340. padding-top: 10px;
  341. padding-left: 10px;
  342. }
  343. .ui-accordion-content a, ui-accordion-content a:visited {
  344. color: $complement-color;
  345. text-decoration:none;
  346. }
  347. .ui-accordion-content a:hover {
  348. color: $highlight-color;
  349. text-decoration: none;
  350. }
  351. .ui-accordion-content ul {
  352. padding-left: 0;
  353. margin-top: 0;
  354. }
  355. .ui-accordion-content li {
  356. color:$grey-color;
  357. text-decoration:none;
  358. margin: 0;
  359. padding: 0px 0pt 0px 16px;
  360. font-size: 9pt;
  361. background: url(../images/mini-arrow-orange.gif) no-repeat top left;
  362. font-weight:normal;
  363. border: 0;
  364. }
  365. a.CollapsibleLabel, td a.CollapsibleLabel {
  366. margin: 0;
  367. padding: 0px 0pt 0px 16px;
  368. font-size:8pt;
  369. text-decoration:none;
  370. color:$grey-color;
  371. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  372. }
  373. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  374. a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
  375. margin: 0;
  376. padding: 0px 0pt 0px 16px;
  377. font-size:8pt;
  378. text-decoration:none;
  379. color: $highlight-color;
  380. background: url(../images/mini-arrow-orange-open.gif) no-repeat left;
  381. }
  382. .page_header {
  383. background-color:$frame-background-color;
  384. padding:5px;
  385. }
  386. /* move up a header immediately following a display block (i.e. "actions" menu) */
  387. .display_block + .page_header {
  388. margin-top: -8px;
  389. }
  390. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  391. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  392. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  393. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  394. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  395. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  396. #OrganizationSelection {
  397. padding:5px 0px 16px 20px;
  398. }
  399. /* popup menus */
  400. div.itop_popup {
  401. margin: 0;
  402. padding: 0;
  403. float:right;
  404. }
  405. div.itop_popup > ul > li {
  406. list-style: none;
  407. cursor: pointer;
  408. }
  409. div.actions_menu > ul {
  410. height:19px;
  411. line-height: 17px;
  412. vertical-align: middle;
  413. display:block;
  414. nowidth:70px; /* Nasty work-around for IE... en attendant mieux */
  415. padding-left: 5px;
  416. background: $highlight-color url(../images/actions_left.png?v=#{$version}) no-repeat top left;
  417. cursor: pointer;
  418. margin: 0;
  419. }
  420. div.actions_menu > ul > li {
  421. float: left;
  422. list-style: none;
  423. font-size: 11px;
  424. font-family: Tahoma,sans-serif;
  425. height: 17px;
  426. padding-right: 16px;
  427. padding-left: 4px;
  428. background: url(../images/actions_right.png?v=#{$version}) no-repeat top right transparent;
  429. font-weight: bold;
  430. color: $popup-menu-text-higlight-color;
  431. vertical-align: middle;
  432. margin: 0;
  433. }
  434. #logOffBtn > ul > li {
  435. list-style: none;
  436. vertical-align: middle;
  437. margin: 0;
  438. padding-left: 10px;
  439. padding-right: 10px;
  440. cursor: pointer;
  441. }
  442. #logOffBtn > ul {
  443. list-style: none;
  444. vertical-align: middle;
  445. margin: 0;
  446. padding: 0;
  447. height: 25px;
  448. }
  449. .itop_popup li a, #logOffBtn li a {
  450. display: block;
  451. padding: 5px 12px;
  452. text-decoration: none;
  453. nowidth: 70px;
  454. color: $popup-menu-text-color;
  455. font-weight: bold;
  456. white-space: nowrap;
  457. background: $popup-menu-background-color;
  458. }
  459. #logOffBtn li span {
  460. display: block;
  461. padding: 5px 12px;
  462. text-decoration: none;
  463. nowidth: 70px;
  464. color: $popup-menu-text-color;
  465. white-space: nowrap;
  466. background: $popup-menu-background-color;
  467. }
  468. .itop_popup ul {
  469. padding-left: 0;
  470. }
  471. .menucontainer div.toolkit_menu {
  472. margin-left: 10px;
  473. }
  474. .itop_popup li a:hover, #logOffBtn li a:hover {
  475. background: #1A4473;
  476. }
  477. .itop_popup ul > li > ul, #logOffBtn ul > li > ul
  478. {
  479. border: 1px solid black;
  480. background: #fff;
  481. }
  482. .itop_popup li > ul, #logOffBtn li > ul
  483. { margin: 0;
  484. padding: 0;
  485. position: absolute;
  486. display: none;
  487. border-top: 1px solid white;
  488. z-index: 999;
  489. }
  490. .itop_popup li ul li, #logOffBtn li ul li {
  491. float: none;
  492. display: inline;
  493. }
  494. .itop_popup li ul li a, #logOffBtn li ul li a {
  495. width: auto;
  496. text-align: left;
  497. }
  498. .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover{
  499. background: $popup-menu-highlight-color;
  500. color: $popup-menu-text-higlight-color;
  501. font-weight: bold;
  502. }
  503. .itop_popup > ul {
  504. margin: 0;
  505. }
  506. hr.menu-separator {
  507. border: none 0;
  508. border-top: 1px solid #ccc;
  509. color: #ccc;
  510. background-color: transparent;
  511. height: 1px;
  512. margin: 3px;
  513. cursor: default;
  514. }
  515. /************************************/
  516. .wizHeader {
  517. background: $complement-color;
  518. padding: 15px;
  519. }
  520. .wizContainer {
  521. border: 5px solid $complement-color;
  522. background: $complement-light;
  523. padding: 5px;
  524. }
  525. .wizContainer table tr td {
  526. background: transparent;
  527. }
  528. .alignRight {
  529. text-align: right;
  530. padding: 3px;
  531. }
  532. .alignLeft {
  533. text-align: left;
  534. padding: 3px;
  535. }
  536. .red {
  537. background-color: #ff6000;
  538. color: #000;
  539. }
  540. th.red {
  541. background: url(../images/red-header.gif) bottom left repeat-x;
  542. color: #000;
  543. }
  544. .green {
  545. background-color: #00cc00;
  546. color: #000;
  547. }
  548. th.green {
  549. background: url(../images/green-header.gif) bottom left repeat-x;
  550. color: #000;
  551. }
  552. .orange {
  553. background-color: #ffde00;
  554. color: #000;
  555. }
  556. th.orange {
  557. background: url(../images/orange-header.gif) bottom left repeat-x;
  558. color: #000;
  559. }
  560. /* For Date Picker: Creates a little calendar icon
  561. * instead of a text link for "Choose date"
  562. */
  563. td a.dp-choose-date, a.dp-choose-date, td a.dp-choose-date:hover, a.dp-choose-date:hover, td a.dp-choose-date:visited, a.dp-choose-date:visited {
  564. float: left;
  565. width: 16px;
  566. height: 16px;
  567. padding: 0;
  568. margin: 5px 3px 0;
  569. display: block;
  570. text-indent: -2000px;
  571. overflow: hidden;
  572. background: url(../images/calendar.png?v=#{$version}) no-repeat;
  573. }
  574. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  575. background-position: 0 -20px;
  576. cursor: default;
  577. }
  578. /* For Date Picker: makes the input field shorter once the date picker code
  579. * has run (to allow space for the calendar icon)
  580. */
  581. input.dp-applied {
  582. width: 140px;
  583. float: left;
  584. }
  585. /* For search forms */
  586. .SearchDrawer {
  587. //background: $complement-color url(../images/search-top-left-corner.png?v=#{$version}) top left no-repeat;
  588. border-top: 5px solid $complement-color;
  589. border-left: 5px solid $complement-color;
  590. border-right: 5px solid $complement-color;
  591. border-bottom: 0;
  592. background: $complement-light;
  593. color: #000;
  594. padding: 10px;
  595. margin: 0;
  596. font-size: 12px;
  597. }
  598. .SearchDrawer label {
  599. background: $complement-light;
  600. color: #000;
  601. text-align: right;
  602. }
  603. .SearchDrawer h1 {
  604. color: #000;
  605. }
  606. .DrawerClosed {
  607. display: none;
  608. }
  609. .DrawerHandle {
  610. margin: 0;
  611. padding: 5px;
  612. background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
  613. color: #fff;
  614. cursor: pointer;
  615. text-align: center;
  616. /* center the block */
  617. width: 100px;
  618. margin-left: auto;
  619. margin-right: auto;
  620. margin-top: 0;
  621. margin-bottom: 0;
  622. display: block;
  623. font-size: 12px;
  624. }
  625. div.HRDrawer {
  626. height: 5px;
  627. width: 100%;
  628. margin: 0;
  629. background-color: $complement-color;
  630. margin: 0;
  631. padding: 0;
  632. border: 0;
  633. display: block;
  634. }
  635. .mini_tabs a {
  636. text-decoration: none;
  637. font-weight:bold;
  638. color: #ccc;
  639. background-color:#333;
  640. padding-left: 1em;
  641. padding-right: 1em;
  642. padding-bottom: 0.25em;
  643. }
  644. .mini_tabs a.selected {
  645. color: #fff;
  646. background-color: $complement-color;
  647. padding-top: 0.25em;
  648. }
  649. .mini_tabs ul {
  650. margin: -10px;
  651. }
  652. .mini_tabs ul li {
  653. float: right;
  654. list-style: none;
  655. nopadding-left: 1em;
  656. nopadding-right: 1em;
  657. margin-top: 0;
  658. }
  659. .mandatory {
  660. border: 1px solid #f00;
  661. }
  662. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  663. table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated {
  664. background: url(../images/truncated.png?v=#{$version}) bottom repeat-x;
  665. }
  666. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  667. table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated {
  668. background: #f9f9f1 url(../images/truncated.png?v=#{$version}) bottom repeat-x;
  669. }
  670. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  671. table.listResults tr.even td.hover.truncated, , .wizContainer table.listResults tr.even td.hover.truncated {
  672. background: #fdf5d0 url(../images/truncated.png?v=#{$version}) bottom repeat-x;
  673. }
  674. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  675. table.listResults tr.odd td.hover.truncated, table.listResults tr td.hover.truncated, .wizContainer table.listResults tr.odd td.hover.truncated, .wizContainer table.listResults tr td.hover.truncated {
  676. background: #fdf5d0 url(../images/truncated.png?v=#{$version}) bottom repeat-x;
  677. }
  678. table.listResults.truncated {
  679. border-bottom: 0;
  680. padding-bottom: 0;
  681. }
  682. tr.csv_row0 td {
  683. padding-top:5px;
  684. padding-bottom:5px;
  685. padding-left:10px;
  686. padding-right:10px;
  687. background: #fff;
  688. border-left: #000 1px solid;
  689. }
  690. tr.csv_row1 td {
  691. padding-top:5px;
  692. padding-bottom:5px;
  693. padding-left:10px;
  694. padding-right:10px;
  695. background: #f9f9f1;
  696. border-left: #000 1px solid;
  697. }
  698. tr.csv_row1 th, tr.csv_row0 th {
  699. padding-top:5px;
  700. padding-bottom:5px;
  701. padding-left:10px;
  702. padding-right:10px;
  703. border-left: #000 1px solid;
  704. }
  705. td.cell_modified {
  706. font-weight: bold;
  707. color: #000;
  708. }
  709. td.cell_error {
  710. font-weight: bold;
  711. color: #D81515;
  712. }
  713. table.transparent, table.transparent td {
  714. background: transparent;
  715. }
  716. p.page-header {
  717. color:$complement-color;
  718. font-weight: bold;
  719. font-size: 12pt;
  720. font-family: Verdana, Arial, Helvetica, Sans-Serif
  721. }
  722. td.dashboard {
  723. vertical-align:top;
  724. border: 1px solid #ccc;
  725. padding: 0.5em;
  726. width: 50%;
  727. }
  728. .white {
  729. background-color: #fff;
  730. }
  731. /*** New Lacanau layout ***/
  732. .ui-layout-pane { /* all 'panes' */
  733. overflow: auto;
  734. }
  735. .ui-layout-resizer { /* all 'resizer-bars' */
  736. background: #f1f1f1;
  737. }
  738. .ui-layout-toggler { /* all 'toggler-buttons' */
  739. background: #AAA;
  740. }
  741. div#top-left {
  742. width: 28px;
  743. height: 70px;
  744. background: $frame-background-color;
  745. float:left;
  746. }
  747. div#header-logo {
  748. width: 100%;
  749. height: 70px;
  750. background: $frame-background-color;
  751. }
  752. .ui-layout-pane-west {
  753. background: $frame-background-color;
  754. }
  755. div#right {
  756. min-width: 260px;
  757. }
  758. div#menu {
  759. width: 100%;
  760. overflow: auto;
  761. }
  762. .header-menu {
  763. padding-left: 24px;
  764. padding-right: 8px;
  765. padding-bottom: 24px;
  766. background: transparent;
  767. }
  768. div#inner_menu {
  769. padding-left: 24px;
  770. padding-right: 8px;
  771. background: transparent;
  772. }
  773. div#logo {
  774. height: 70px;
  775. nowidth: 100%;
  776. text-align: center;
  777. }
  778. div#logo div {
  779. height: 88px;
  780. width: 244px;
  781. background: url(../images/itop-logo-2.png?v=#{$version}) left no-repeat;
  782. }
  783. #left-pane .ui-layout-north {
  784. overflow: hidden;
  785. }
  786. #top-bar {
  787. height: 55px;
  788. background: $frame-background-color;
  789. text-align: right;
  790. }
  791. #admin-banner {
  792. float: left;
  793. margin-top: 2px;
  794. padding: 8px;
  795. border: 1px solid #c33;
  796. background-color: #fee;
  797. -moz-border-radius: 0.5em;
  798. }
  799. #global-search {
  800. height: 55px;
  801. float: right;
  802. text-align: right;
  803. overflow-y: hidden;
  804. }
  805. #global-search table, #global-search tr td, #global-search tr {
  806. padding: 0;
  807. border: 0;
  808. height: 55px;
  809. margin: 0;
  810. background: transparent;
  811. overflow-y: hidden;
  812. vertical-align: middle;
  813. }
  814. #global-search-area {
  815. line-height: 55px;
  816. }
  817. #global-search-input {
  818. vertical-align: middle;
  819. -moz-border-radius: 6px;
  820. -webkit-border-radius: 6px;
  821. border-radius: 6px;
  822. border: 1px #CCC solid;
  823. height: 18px;
  824. width: 180px;
  825. padding: 3px;
  826. background: #fff;
  827. display: inline-block;
  828. }
  829. #global-search-image {
  830. vertical-align: middle;
  831. background: url(../images/search.png?v=#{$version}) center center no-repeat;
  832. display:inline-block;
  833. width: 28px;
  834. height: 30px;
  835. margin-left: -8px;
  836. cursor: pointer;
  837. }
  838. #help-link img {
  839. padding: 0;
  840. border: 0;
  841. }
  842. #help-link {
  843. padding: 0;
  844. border: 0;
  845. background: transparent;
  846. margin-left: 15px;
  847. margin-right: 10px;
  848. }
  849. div.icon {
  850. width: 20px;
  851. height: 20px;
  852. margin: 2px;
  853. float: right;
  854. }
  855. span.ui-icon {
  856. float:left;
  857. margin:0 2px;
  858. }
  859. .ui-layout-button-pin-down {
  860. background: url(../images/splitter-bkg.png?v=#{$version}) transparent;
  861. width: 16px;
  862. background-position: -144px -144px;
  863. }
  864. .ui-layout-resizer-west-open {
  865. background-color: $frame-background-color;
  866. width: 8px;
  867. }
  868. div.footer img {
  869. border: 0;
  870. margin-bottom: 5px;
  871. margin-top: 5px;
  872. }
  873. div.footer{
  874. text-align:center;
  875. }
  876. #SearchResultsToAdd table.listResults tbody {
  877. height: 300px;
  878. overflow-y: auto;
  879. }
  880. tr.row_unchanged td {
  881. border-bottom: 1px #ccc solid;
  882. padding: 2px;
  883. }
  884. .wizContainer table tr.row_error td {
  885. border-bottom: 1px #ccc solid;
  886. background-color: #fdd;
  887. padding: 2px;
  888. }
  889. tr.row_modified td {
  890. border-bottom: 1px #ccc solid;
  891. padding: 2px;
  892. }
  893. tr.row_added td {
  894. border-bottom: 1px #ccc solid;
  895. padding: 2px;
  896. }
  897. a.truncated {
  898. cursor: pointer;
  899. }
  900. .org_combo
  901. {
  902. font-size:x-small;
  903. width: auto;
  904. max-width: 200px;
  905. }
  906. span.form_validation {
  907. width:24px;
  908. text-align:center;
  909. }
  910. .notification {
  911. border: 1px solid #c33;
  912. background-color: #fee;
  913. padding: 0.5em;
  914. margin: 0.5em;
  915. text-align:center;
  916. width: 95%;
  917. -moz-border-radius: 0.5em;
  918. }
  919. .wiki_broken_link {
  920. text-decoration: line-through;
  921. }
  922. .synoptics, .synoptics tr td {
  923. background: transparent;
  924. padding:10px;
  925. font-size:1em;
  926. vertical-align:middle;
  927. color:#fff;
  928. text-align:center;
  929. }
  930. .synoptics tr td.arrow {
  931. color:#333;
  932. border-top: 1px dashed #333;
  933. width:100px;
  934. }
  935. .synoptics tr.synoptics_header td {
  936. color:#000; font-size:1em;
  937. vertical-align:middle;
  938. text-align:center;
  939. }
  940. .mono_value {
  941. display: inline-block;
  942. background-color: #3c3;
  943. color: #fff;
  944. font-weight:bold;
  945. padding: 3px;
  946. padding-left: 5px;
  947. padding-right: 5px;
  948. margin-left:3px;
  949. -moz-border-radius: 10px;
  950. -webkit-border-radius: 10px;
  951. border-radius: 10px;
  952. }
  953. .multi_values {
  954. display: inline-block;
  955. background-color: #c33;
  956. color: #fff;
  957. font-weight:bold;
  958. padding: 3px;
  959. padding-left: 5px;
  960. padding-right: 5px;
  961. margin-left:3px;
  962. -moz-border-radius: 10px;
  963. -webkit-border-radius: 10px;
  964. border-radius: 10px;
  965. }
  966. .caselog {
  967. overflow-x: hidden;
  968. display: block;
  969. overflow-y: auto;
  970. border: 1px #ddd solid;
  971. font-family: Tahoma, Verdana, Arial, Helvetica;
  972. font-size: 12px;
  973. }
  974. .caselog_input_header {
  975. padding-top:3px;
  976. padding-bottom:3px;
  977. border-top:1px solid #fff;
  978. background: #ddd;
  979. width:100%;
  980. }
  981. .caselog_header {
  982. padding:3px;
  983. border-top:1px solid #fff;
  984. background: #ddd url(../images/plus.gif) left no-repeat;
  985. padding-left: 16px;
  986. cursor: pointer;
  987. width:100%;
  988. }
  989. .caselog_header.open {
  990. background: #ddd url(../images/minus.gif) left no-repeat;
  991. }
  992. .caselog_entry {
  993. padding:3px;
  994. padding-left: 16px;
  995. border-bottom:1px #999 solid;
  996. margin-left:0;
  997. margin-right:0;
  998. white-space: pre-wrap; /* css-3 */
  999. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  1000. white-space: -pre-wrap; /* Opera 4-6 */
  1001. white-space: -o-pre-wrap; /* Opera 7 */
  1002. word-wrap: break-word; /* Internet Explorer 5.5+, CSS3 */
  1003. }
  1004. table.details {
  1005. border-collapse: collapse;
  1006. noborder-bottom: 2px #fff solid;
  1007. nowidth:100%;
  1008. }
  1009. table.details>tbody>tr>td {
  1010. border-bottom: 2px #ddd solid;
  1011. padding-bottom: 5px;
  1012. padding-top: 3px;
  1013. }
  1014. fieldset table.details>tbody>tr>td {
  1015. padding-top: 3px;
  1016. background: transparent;
  1017. border: 0;
  1018. }
  1019. .ac_dlg_loading {
  1020. background: white url('../images/indicator.gif') right center no-repeat;
  1021. }
  1022. table.pagination {
  1023. display:inline-block;
  1024. }
  1025. table.pagination tr td {
  1026. padding: 3px;
  1027. }
  1028. .pagination_container {
  1029. padding-left: 3px;
  1030. }
  1031. .pager p {
  1032. margin-top: 0;
  1033. margin-bottom: 0;
  1034. }
  1035. .pager td span {
  1036. min-width: 20px;
  1037. padding-left: 2px;
  1038. padding-right: 2px;
  1039. display:inline-block;
  1040. text-align: center;
  1041. cursor: pointer;
  1042. }
  1043. .pager td span.curr_page {
  1044. color: #fff;
  1045. background: #999;
  1046. -moz-border-radius: 4px;
  1047. -webkit-border-radius: 4px;
  1048. border-radius: 4px;
  1049. }
  1050. img.prev, img.first, img.next, img.last {
  1051. cursor: pointer;
  1052. }
  1053. div.actions_button {
  1054. float:right;
  1055. background: $highlight-color url("../images/actions_left.png?v=#{$version}") no-repeat scroll left top;
  1056. padding-left: 5px;
  1057. margin-top: 0;
  1058. margin-right: 10px;
  1059. height:19px;
  1060. vertical-align: middle;
  1061. }
  1062. div.actions_button a, .actions_button a:hover, .actions_button a:visited {
  1063. background: $highlight-color url(../images/actions_bkg.png?v=#{$version}) no-repeat scroll right top;
  1064. color:#fff;
  1065. padding-right: 8px;
  1066. cursor:pointer;
  1067. font-family: Tahoma,sans-serif;
  1068. font-size: 11px;
  1069. font-weight: bold;
  1070. padding-left: 4px;
  1071. text-decoration: none;
  1072. height:19px;
  1073. line-height: 17px;
  1074. display: block;
  1075. }
  1076. select#org_id {
  1077. max-width: 90%;
  1078. }
  1079. /*********** Dashboards ***********/
  1080. .itop-dashboard {
  1081. background-color: #fff;
  1082. }
  1083. .itop-dashboard a {
  1084. cursor: unquote("not-allowed");
  1085. }
  1086. .dragHover {
  1087. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=#{$version});
  1088. }
  1089. .edit_mode .dashlet {
  1090. background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png?v=#{$version});
  1091. padding: 5px;
  1092. margin:0;
  1093. position:relative;
  1094. }
  1095. .edit_mode .dashlet-selected {
  1096. background: $highlight-color !important;
  1097. padding: 5px;
  1098. margin:0;
  1099. }
  1100. td.layout_cell {
  1101. height: 50px; /* min-height does not work */
  1102. vertical-align: top;
  1103. }
  1104. .dashlet-content {
  1105. background: #fff;
  1106. margin:0;
  1107. }
  1108. table.prop_table {
  1109. border-bottom: 2px solid #F9F9F1;
  1110. padding: 1px;
  1111. width: 100%;
  1112. }
  1113. .close-box {
  1114. margin: 5px;
  1115. width: 20px;
  1116. height: 20px;
  1117. position: absolute;
  1118. top: 0;
  1119. right: 0;
  1120. z-index: 10;
  1121. background: transparent url(../images/delete.png?v=#{$version}) no-repeat center;
  1122. }
  1123. td.prop_value {
  1124. text-align: left;
  1125. }
  1126. tr.itop-property-field-modified td {
  1127. background: #fbb;
  1128. }
  1129. tr.itop-property-field-modified td.hover {
  1130. background: #f99;
  1131. }
  1132. td.prop_value textarea, td.prop_value input[type=text]{
  1133. width: 98%;
  1134. }
  1135. td.prop_icon {
  1136. width: 20px;
  1137. }
  1138. .dashlet {
  1139. text-align:left;
  1140. }
  1141. .dashlet-inline {
  1142. display: inline-block;
  1143. }
  1144. .dashlet-badge a.actions {
  1145. background: none repeat scroll 0 0 transparent;
  1146. color: #666666;
  1147. font-size: 16px;
  1148. text-decoration: none;
  1149. }
  1150. .dashlet-content .display_block {
  1151. text-align:left;
  1152. }
  1153. .prop_apply .ui-icon-alert {
  1154. display: none;
  1155. }
  1156. .prop_apply .ui-state-error .ui-icon-alert {
  1157. display: block;
  1158. }
  1159. .ui-state-error .ui-icon-circle-check {
  1160. display: none;
  1161. }
  1162. .summary-details {
  1163. float: right;
  1164. margin-top: 5px;
  1165. }
  1166. .summary-details th {
  1167. background: none repeat scroll 0 0 $summary-details-background;
  1168. color: #EEEEEE;
  1169. padding: 5px;
  1170. text-align: center;
  1171. }
  1172. .main_header {
  1173. background-color: $main-header-background;
  1174. min-height: 60px;
  1175. width: 100%;
  1176. }
  1177. .main_header h1 {
  1178. color: $complement-color;
  1179. line-height: 16px;
  1180. margin-bottom: 0;
  1181. margin-top: 0;
  1182. padding-bottom: 10px;
  1183. padding-top: 10px;
  1184. }
  1185. .main_header img {
  1186. margin-top: 10px;
  1187. margin-right: 10px;
  1188. float:left;
  1189. }
  1190. a.summary, a.summary:hover {
  1191. background: none repeat scroll 0 0 transparent;
  1192. color: #666666;
  1193. text-decoration: none;
  1194. padding-left: 0;
  1195. }
  1196. .summary-details td {
  1197. background: none repeat scroll 0 0 transparent;
  1198. padding: 5px;
  1199. text-align: center;
  1200. }
  1201. #DashboardMenu > ul > li {
  1202. list-style: none;
  1203. vertical-align: middle;
  1204. margin: 0;
  1205. padding: 0;
  1206. cursor: pointer;
  1207. }
  1208. #DashboardMenu > ul {
  1209. list-style: none;
  1210. vertical-align: middle;
  1211. margin: 0;
  1212. padding: 0;
  1213. height: 25px;
  1214. }
  1215. #DashboardMenu li a {
  1216. display: block;
  1217. padding: 5px 12px;
  1218. text-decoration: none;
  1219. color: #000;
  1220. font-weight: bold;
  1221. text-align: left;
  1222. white-space: nowrap;
  1223. background: #fff;
  1224. }
  1225. #DashboardMenu li span {
  1226. display: block;
  1227. padding: 5px 12px;
  1228. text-decoration: none;
  1229. color: #000;
  1230. white-space: nowrap;
  1231. background: #fff;
  1232. }
  1233. #DashboardMenu li {
  1234. list-style: none;
  1235. }
  1236. #DashboardMenu li a:hover {
  1237. background: #1A4473;
  1238. }
  1239. #DashboardMenu ul > li > ul
  1240. {
  1241. border: 1px solid black;
  1242. background: #fff;
  1243. }
  1244. #DashboardMenu li > ul
  1245. { margin: 0;
  1246. padding: 0;
  1247. position: absolute;
  1248. display: none;
  1249. border-top: 1px solid white;
  1250. z-index: 999;
  1251. }
  1252. #DashboardMenu li ul li a:hover{
  1253. background: $popup-menu-highlight-color;
  1254. color: $popup-menu-text-higlight-color;
  1255. font-weight: bold;
  1256. list-style: none;
  1257. }
  1258. .sortable_field_list {
  1259. display: inline-block;
  1260. width: 250px;
  1261. height: 150px;
  1262. border: 1px #333 solid;
  1263. overflow: auto;
  1264. padding-left: 0;
  1265. margin: 0;
  1266. }
  1267. .sortable_field_list li {
  1268. list-style: none;
  1269. font-size: 11px;
  1270. }
  1271. .sort_order {
  1272. display: inline-block;
  1273. width: 16px;
  1274. height: 12px;
  1275. }
  1276. .sort_none {
  1277. background: url(../images/bg.gif) no-repeat center;
  1278. }
  1279. .sort_asc {
  1280. background: url(../images/desc.gif) no-repeat center;
  1281. }
  1282. .sort_desc {
  1283. background: url(../images/asc.gif) no-repeat center;
  1284. }
  1285. .sort_hidden {
  1286. display: none;
  1287. }
  1288. .sortable_field_list > li.selected {
  1289. background: #F6A828;
  1290. }
  1291. .itop-deleted-object {
  1292. text-decoration: line-through;
  1293. }
  1294. .header_message {
  1295. padding: 1em;
  1296. font-size: 10pt;
  1297. background: #fff;
  1298. border: 1px solid #999;
  1299. -moz-border-radius: 4px;
  1300. -webkit-border-radius: 4px;
  1301. border-radius: 4px;
  1302. margin-bottom: 10px;
  1303. }
  1304. .header_message {
  1305. padding: 1em;
  1306. font-size: 10pt;
  1307. background: #fff;
  1308. border: 1px solid #999;
  1309. -moz-border-radius: 4px;
  1310. -webkit-border-radius: 4px;
  1311. border-radius: 4px;
  1312. margin-bottom: 10px;
  1313. }
  1314. .message_info {
  1315. border: 1px solid #993;
  1316. background: url(../images/info-mini.png?v=#{$version}) 1em 1em no-repeat #ffc;
  1317. padding-left: 3em;
  1318. }
  1319. .message_ok {
  1320. border: 1px solid #393;
  1321. background: url(../images/ok.png?v=#{$version}) 1em 1em no-repeat #cfc;
  1322. padding-left: 3em;
  1323. }
  1324. .message_error {
  1325. border: 1px solid #933;
  1326. background: url(../images/error.png?v=#{$version}) 1em 1em no-repeat #fcc;
  1327. padding-left: 3em;
  1328. }
  1329. .fg-menu a img {
  1330. border: 0;
  1331. }
  1332. div.ui-dialog-header {
  1333. padding-bottom: 10px;
  1334. padding-top: 7px;
  1335. }
  1336. .form_field_error {
  1337. border: 1px solid #933;
  1338. background: #fcc;
  1339. }
  1340. .simple-graph, .graph_config {
  1341. background: #fff;
  1342. }
  1343. .graph_config {
  1344. padding: 0.25em;
  1345. }
  1346. .graph_config button.ui-widget {
  1347. font-size: 12px;
  1348. }
  1349. .ui-tooltip, .arrow:after {
  1350. background: $frame-background-color;
  1351. border: 1px solid $grey-color;
  1352. }
  1353. .ui-tooltip {
  1354. padding: 10px 10px;
  1355. box-shadow: 0 0 7px black;
  1356. }
  1357. .ui-tooltip .arrow {
  1358. width: 70px;
  1359. height: 16px;
  1360. overflow: hidden;
  1361. position: absolute;
  1362. left: 50%;
  1363. margin-left: -35px;
  1364. bottom: -16px;
  1365. }
  1366. .ui-tooltip .arrow.top {
  1367. top: -16px;
  1368. bottom: auto;
  1369. }
  1370. .ui-tooltip .arrow.left {
  1371. left: 20%;
  1372. }
  1373. .ui-tooltip .arrow:after {
  1374. content: "";
  1375. position: absolute;
  1376. left: 20px;
  1377. top: -20px;
  1378. width: 25px;
  1379. height: 25px;
  1380. box-shadow: 6px 5px 9px -9px black;
  1381. -webkit-transform: rotate(45deg);
  1382. -ms-transform: rotate(45deg);
  1383. transform: rotate(45deg);
  1384. }
  1385. .ui-tooltip .arrow.top:after {
  1386. bottom: -20px;
  1387. top: auto;
  1388. }
  1389. table.export_parameters td {
  1390. padding-right: 2em;
  1391. }
  1392. .table_preview > table {
  1393. border-collapse: collapse;
  1394. max-height: 150px;
  1395. overflow: auto;
  1396. display: block;
  1397. }
  1398. .table_preview > table > thead > tr > th, .table_preview > table > tbody > tr > td {
  1399. border: 1px $grey-color solid;
  1400. min-height: 1em;
  1401. padding-left: 0.25em;
  1402. padding-right: 0.25em;
  1403. font-size: 10pt;
  1404. }
  1405. .table_preview > table > tbody > tr > td {
  1406. vertical-align: top;
  1407. }
  1408. .table_preview .drag-handle {
  1409. cursor: move;
  1410. }
  1411. .table_preview div.text-preview {
  1412. white-space: pre-wrap;
  1413. }
  1414. .graph_zoom {
  1415. display: inline-block;
  1416. float: right;
  1417. margin-right: 2em;
  1418. }
  1419. .graph_zoom_slider {
  1420. display: inline-block;
  1421. width: 10em;
  1422. }
  1423. .graph_zoom_plus, .graph_zoom_minus {
  1424. display: inline-block;
  1425. margin-left: 1em;
  1426. margin-right: 1em;
  1427. }
  1428. div.explain-printable {
  1429. border: 5px solid $complement-color;
  1430. background: $complement-light;
  1431. color: #000;
  1432. padding: 10px;
  1433. margin: 0;
  1434. font-size: 12px;
  1435. }
  1436. .hideable-chapter {
  1437. cursor: pointer;
  1438. }
  1439. #hiddeable_chapters .ui-tabs .ui-tabs-nav li.hideable-chapter span {
  1440. padding-left: 20px;
  1441. background: url(../images/eye-open-555.png?v=#{$version}) 2px center no-repeat;
  1442. }
  1443. #hiddeable_chapters .ui-tabs .ui-tabs-nav li.hideable-chapter.strikethrough span {
  1444. text-decoration: line-through;
  1445. background: url(../images/eye-closed-555.png?v=#{$version}) 2px center no-repeat;
  1446. }
  1447. .printable-version legend {
  1448. padding-left: 26px;
  1449. background: $complement-color url(../images/eye-open-fff.png?v=#{$version}) 8px center no-repeat;
  1450. }
  1451. .printable-version .strikethrough legend {
  1452. background: $complement-color url(../images/eye-closed-fff.png?v=#{$version}) 8px center no-repeat;
  1453. }
  1454. .printable-version fieldset.strikethrough span {
  1455. display: none;
  1456. }
  1457. h2.printable-tab-title {
  1458. border-bottom: 2px solid;
  1459. }
  1460. .strikethrough {
  1461. text-decoration: line-through;
  1462. }
  1463. select.multiselect {
  1464. max-width: 150px;
  1465. }
  1466. span.refresh-button {
  1467. display: inline-block;
  1468. width: 21px;
  1469. height: 18px;
  1470. cursor: pointer;
  1471. background: transparent url(../images/refresh-fff.png?v=#{$version}) left center no-repeat;
  1472. }
  1473. .case-log-history-entry {
  1474. display: block;
  1475. }
  1476. .case-log-history-entry-end {
  1477. display: none;
  1478. }
  1479. .expanded .case-log-history-entry-end {
  1480. display: inline;
  1481. }
  1482. .case-log-history-entry-more {
  1483. display: inline;
  1484. }
  1485. .expanded .case-log-history-entry-more {
  1486. display: none;
  1487. }
  1488. .case-log-history-entry .case-log-history-entry-toggle {
  1489. display: inline-block;
  1490. float: none;
  1491. pointer: cursor;
  1492. vertical-align: bottom;
  1493. }
  1494. .printable-tab .case-log-history-entry-end {
  1495. display: inline;
  1496. }
  1497. .printable-tab .case-log-history-entry-more {
  1498. display: none;
  1499. }
  1500. .printable-tab .case-log-history-entry .case-log-history-entry-toggle {
  1501. display: none;
  1502. }