light-grey.scss 34 KB

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