light-grey.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
  1. /* CSS Document */
  2. body {
  3. font-family: Tahoma, Verdana, Arial, Helevtica;
  4. font-size: 10pt;
  5. background-color: #fff;
  6. color:#000000;
  7. margin: 0; /* Remove body margin/padding */
  8. padding: 0;
  9. overflow: hidden; /* Remove scroll bars on browser window */
  10. }
  11. .raw_output {
  12. font-family: Courier-New, Courier, Arial, Helevtica;
  13. font-size: 8pt;
  14. background-color: #eeeeee;
  15. color: #000000;
  16. border: 1px dashed #000000;
  17. padding: 0.25em;
  18. margin-top: 1em;
  19. }
  20. h1 {
  21. font-family: Tahoma, Verdana, Arial, Helvetica;
  22. color: #000;
  23. font-weight: bold;
  24. font-size: 12pt;
  25. }
  26. h2 {
  27. font-family: Tahoma, Verdana, Arial, Helvetica;
  28. color: #000;
  29. font-weight: normal;
  30. font-size: 12pt;
  31. }
  32. h3 {
  33. font-family: Tahoma, Verdana, Arial, Helvetica;
  34. color: #000;
  35. font-weight: normal;
  36. font-size: 10pt;
  37. }
  38. .hilite, .hilite a, .hilite a:visited {
  39. color: #EB8F00;
  40. text-decoration: none;
  41. }
  42. table.listResults {
  43. padding: 0px;
  44. border-top: 3px solid #f6f6f1;
  45. border-left: 3px solid #f6f6f1;
  46. border-bottom: 3px solid #e6e6e1;
  47. border-right: 3px solid #e6e6e1;
  48. width: 100%;
  49. background-color: #fff;
  50. }
  51. table.listResults td {
  52. padding: 2px;
  53. }
  54. table.listContainer {
  55. border: 0;
  56. padding: 0;
  57. margin:0;
  58. width: 97%;
  59. }
  60. tr.containerHeader, tr.containerHeader td {
  61. background: transparent;
  62. }
  63. tr.even td, .wizContainer tr.even td {
  64. background-color: #f9f9f1;
  65. }
  66. tr.red_even td, .wizContainer tr.red_even td {
  67. background-color: #f97e75;
  68. color: #ffffff;
  69. }
  70. tr.red td, .wizContainer tr.red td {
  71. background-color: #f9a397;
  72. color: #ffffff;
  73. }
  74. tr.orange_even td, .wizContainer tr.orange_even td {
  75. background-color: #f4d07a;
  76. }
  77. tr.orange td, .wizContainer tr.orange td {
  78. background-color: #f4e96c;
  79. }
  80. tr.green_even td, .wizContainer tr.green_even td {
  81. background-color: #bee5a3;
  82. }
  83. tr.green td, .wizContainer tr.green td {
  84. background-color: #b3e5b4;
  85. }
  86. tr td.hover, tr.even td.hover, .hover a, .hover a:visited, .hover a:hover, .wizContainer tr.even td.hover, .wizContainer tr td.hover {
  87. background-color: #fdf5d0;
  88. color: #000000;
  89. }
  90. th {
  91. font-family: Tahoma, Verdana, Arial, Helvetica;
  92. font-size: 8pt;
  93. color: #1C94C4;
  94. height:20px;
  95. background: #f6f6f1 url(../images/grey-header.gif) bottom repeat-x;
  96. }
  97. th.header {
  98. cursor: pointer;
  99. background-repeat: no-repeat;
  100. background-position: center right;
  101. background-image: url(../images/bg.gif);
  102. background-repeat: no-repeat;
  103. padding-right: 16px; // some space for the asc/desc icons
  104. }
  105. th.headerSortUp {
  106. background-image: url(../images/asc.gif);
  107. text-decoration: underline;
  108. cursor: pointer;
  109. }
  110. th.headerSortDown {
  111. background-image: url(../images/desc.gif);
  112. text-decoration: underline;
  113. cursor: pointer;
  114. }
  115. td {
  116. font-family: Tahoma, Verdana, Arial, Helvetica;
  117. font-size: 12px;
  118. color:#696969;
  119. nobackground-color: #ffffff;
  120. padding: 0px;
  121. }
  122. tr.clicked td {
  123. font-family: Tahoma, Verdana, Arial, Helvetica;
  124. font-size: smaller;
  125. background-color: #ffcfe8;
  126. }
  127. td.label {
  128. font-family: Tahoma, Verdana, Arial, Helvetica;
  129. font-size: 12px;
  130. color: #000000;
  131. nobackground-color:#f6f6f6;
  132. padding: 0.25em;
  133. font-weight:bold;
  134. }
  135. .ui-widget-content td a, p a, p a:visited, td a, td a:visited {
  136. text-decoration:none;
  137. color: #1C94C4;
  138. padding-left:14px;
  139. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  140. }
  141. p a:hover, td a:hover {
  142. text-decoration:underline;
  143. color:#EB8F00;
  144. padding-left:14px;
  145. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  146. }
  147. td a.no-arrow, td a.no-arrow:visited, .SearchDrawer a.no-arrow, .SearchDrawer a.no-arrow:visited {
  148. text-decoration:none;
  149. color:#000000;
  150. padding-left:0px;
  151. background: inherit;
  152. }
  153. td a.no-arrow:hover {
  154. text-decoration:underline;
  155. color:#d81515;
  156. padding-left:0px;
  157. background: inherit;
  158. }
  159. td a.mailto, td a.mailto:visited {
  160. text-decoration:none;
  161. color:#000000;
  162. padding-left:20px;
  163. background: url(../images/mail.png) no-repeat left;
  164. }
  165. td a.mailto:hover {
  166. text-decoration:underline;
  167. color:#EB8F00;
  168. padding-left:20px;
  169. background: url(../images/mail.png) no-repeat left;
  170. }
  171. a.small_action {
  172. font-family: Tahoma, Verdana, Arial, Helvetica;
  173. font-size: 8pt;
  174. color: #000000;
  175. text-decoration:none;
  176. }
  177. .display_block {
  178. padding:0.25em;
  179. }
  180. .actions_details {
  181. float:right;
  182. margin-top:10px;
  183. margin-right:10px;
  184. padding-left: 5px;
  185. padding-top: 2px;
  186. padding-bottom: 2px;
  187. background: url(../images/actions_left.png) no-repeat left;
  188. }
  189. .actions_details span{
  190. background: url(../images/actions_right.png) no-repeat right;
  191. color: #fff;
  192. font-weight: bold;
  193. padding-top: 2px;
  194. padding-bottom: 2px;
  195. padding-right: 12px;
  196. }
  197. .actions_details a {
  198. text-decoration:none;
  199. }
  200. .loading {
  201. noborder: 1px dashed #CCC;
  202. background: #b9c1c8;
  203. padding:0.25em;
  204. }
  205. input.textSearch {
  206. border:1px solid #000;
  207. font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  208. font-size: 12px;
  209. color:#000000;
  210. }
  211. .ac_input {
  212. border: 1px solid #7f9db9;
  213. background: #fff url(../images/ac-background.gif) no-repeat right;
  214. }
  215. /* By Rom */
  216. .csvimport_createobj {
  217. color: #AA0000;
  218. background-color:#EEEEEE;
  219. }
  220. .csvimport_error {
  221. font-weight: bold;
  222. color: #FF0000;
  223. background-color:#EEEEEE;
  224. }
  225. .csvimport_warning {
  226. color: #CC8888;
  227. background-color:#EEEEEE;
  228. }
  229. .csvimport_ok {
  230. color: #00000;
  231. background-color:#BBFFBB;
  232. }
  233. .csvimport_reconkey {
  234. font-style: italic;
  235. color: #888888;
  236. background-color:#FFFFF;
  237. }
  238. .csvimport_extreconkey {
  239. color: #888888;
  240. background-color:#FFFFFF;
  241. }
  242. #accordion h3 {
  243. padding: 10px;
  244. }
  245. .ui-accordion-content ul {
  246. list-style:none;
  247. padding-left:16px;
  248. margin-top: 8px;
  249. }
  250. .ui-accordion-content li.submenu {
  251. margin-top: 8px;
  252. }
  253. .ui-accordion-content ul ul {
  254. padding: 8px 0px 8px 8px;
  255. margin:0;
  256. list-style:none;
  257. border: 0;
  258. }
  259. .nothing {
  260. noborder-top: 1px solid #8b8b8b;
  261. padding: 4px 0px 0px 16px;
  262. font-size:8pt;
  263. background: url(../images/green-square.gif) no-repeat bottom left;
  264. color:#83b217;
  265. font-weight:bold;
  266. text-decoration:none;
  267. }
  268. div.ui-accordion-content {
  269. padding-top: 10px;
  270. padding-left: 10px;
  271. }
  272. .ui-accordion-content a, ui-accordion-content a:visited {
  273. color: #1C94C4;
  274. text-decoration:none;
  275. }
  276. .ui-accordion-content a:hover {
  277. color: #EB8F00;
  278. text-decoration: none;
  279. }
  280. .ui-accordion-content p {
  281. color:#8b8b8b;
  282. text-decoration:none;
  283. margin: 0;
  284. padding-bottom: 1px;
  285. font-size: 9pt;
  286. font-weight:normal;
  287. border: 0;
  288. }
  289. .ui-accordion-content ul {
  290. padding-left: 0;
  291. margin-top: 0;
  292. }
  293. .ui-accordion-content li {
  294. color:#8b8b8b;
  295. text-decoration:none;
  296. margin: 0;
  297. padding: 0px 0pt 0px 16px;
  298. font-size: 9pt;
  299. background: url(../images/mini-arrow-orange.gif) no-repeat top left;
  300. font-weight:normal;
  301. border: 0;
  302. }
  303. a.CollapsibleLabel, td a.CollapsibleLabel {
  304. margin: 0;
  305. padding: 0px 0pt 0px 16px;
  306. font-size:8pt;
  307. text-decoration:none;
  308. color:#8b8b8b;
  309. background: url(../images/mini-arrow-orange.gif) no-repeat left;
  310. }
  311. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  312. a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
  313. margin: 0;
  314. padding: 0px 0pt 0px 16px;
  315. font-size:8pt;
  316. text-decoration:none;
  317. color: #EB8F00;
  318. background: url(../images/mini-arrow-orange-open.gif) no-repeat left;
  319. }
  320. .page_header {
  321. background-color:#f6f6f1;
  322. padding:5px;
  323. }
  324. .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
  325. .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
  326. .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
  327. .notreeview .last { background-image: url(../images/tv-item-last.gif); }
  328. .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
  329. .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
  330. #OrganizationSelection {
  331. padding:5px 0px 16px 20px;
  332. }
  333. /* popup menus */
  334. div.itop_popup {
  335. margin: 0;
  336. padding: 0;
  337. float:right;
  338. }
  339. div.itop_popup > ul {
  340. height:19px;
  341. display:block;
  342. width:70px; /* Nasty work-around for IE... en attendant mieux */
  343. padding-left: 5px;
  344. background: url(../images/actions_left.png) no-repeat top left;
  345. cursor: pointer;
  346. }
  347. div.itop_popup > ul > li {
  348. float: left;
  349. list-style: none;
  350. font-size: 11px;
  351. font-family: Tahoma,sans-serif;
  352. height: 19px;
  353. padding-right: 16px;
  354. padding-left: 4px;
  355. background: url(../images/actions_right.png) no-repeat top right transparent;
  356. font-weight: bold;
  357. color: #fff;
  358. vertical-align: middle;
  359. }
  360. #logOffBtn > ul > li {
  361. list-style: none;
  362. vertical-align: middle;
  363. margin: 0;
  364. padding: 0;
  365. }
  366. #logOffBtn > ul {
  367. list-style: none;
  368. vertical-align: middle;
  369. margin: 0;
  370. padding: 0;
  371. height: 25px;
  372. noline-height: 25px;
  373. }
  374. .itop_popup li a, #logOffBtn li a {
  375. display: block;
  376. padding: 5px 12px;
  377. text-decoration: none;
  378. nowidth: 70px;
  379. color: #000;
  380. font-weight: bold;
  381. white-space: nowrap;
  382. background: #fff;
  383. }
  384. #logOffBtn li span {
  385. display: block;
  386. padding: 5px 12px;
  387. text-decoration: none;
  388. nowidth: 70px;
  389. color: #000;
  390. white-space: nowrap;
  391. background: #fff;
  392. }
  393. .itop_popup li a:hover, #logOffBtn li a:hover {
  394. background: #1A4473;
  395. }
  396. .itop_popup ul > li > ul, #logOffBtn ul > li > ul
  397. {
  398. border: 1px solid black;
  399. background: #fff;
  400. }
  401. .itop_popup li > ul, #logOffBtn li > ul
  402. { margin: 0;
  403. padding: 0;
  404. position: absolute;
  405. display: none;
  406. border-top: 1px solid white;
  407. z-index: 999;
  408. }
  409. .itop_popup li ul li, #logOffBtn li ul li {
  410. float: none;
  411. display: inline;
  412. }
  413. .itop_popup li ul li a, #logOffBtn li ul li a {
  414. width: auto;
  415. text-align: left;
  416. }
  417. .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover{
  418. background: #D81515;
  419. color: #fff;
  420. font-weight: bold;
  421. }
  422. hr.menu-separator {
  423. border: none 0;
  424. border-top: 1px solid #ccc;;
  425. color: #ccc;
  426. background-color: transparent;
  427. height: 1px;
  428. margin: 3px;
  429. cursor: default;
  430. }
  431. /************************************/
  432. .wizHeader {
  433. background: #1c94c4;
  434. padding: 15px;
  435. }
  436. .wizSeparator {
  437. float:left;
  438. background: #83b217;
  439. height: 29px;
  440. margin-top: 5px;
  441. }
  442. div.wizActiveStep {
  443. height: 29px;
  444. background: url(../images/wizActiveStepLeft.gif) no-repeat left;
  445. color: #d81515;
  446. padding-left: 8px;
  447. margin-top: 5px;
  448. vertical-align: middle;
  449. float: left;
  450. }
  451. div.wizActiveStep span {
  452. height: 29px;
  453. background: url(../images/wizActiveStepRight.gif) no-repeat top right;
  454. padding-right: 8px;
  455. padding-top: 8px;
  456. float:left;
  457. }
  458. div.wizStep {
  459. height: 29px;
  460. background: url(../images/wizStepLeft.gif) no-repeat left;
  461. padding-left: 8px;
  462. vertical-align: middle;
  463. margin-top: 5px;
  464. float:left;
  465. }
  466. div.wizStep span {
  467. height: 29px;
  468. background: url(../images/wizStepRight.gif) no-repeat top right;
  469. padding-right: 8px;
  470. padding-top: 8px;
  471. float:left;
  472. }
  473. .wizContainer {
  474. border: 5px solid #1c94c4;
  475. background: #d6e8ef;
  476. padding: 5px;
  477. }
  478. .wizContainer table tr td {
  479. background: transparent;
  480. }
  481. .alignRight {
  482. text-align: right;
  483. padding: 3px;
  484. }
  485. .alignLeft {
  486. text-align: left;
  487. padding: 3px;
  488. }
  489. .red {
  490. background-color: #ff6000;
  491. color: #000;
  492. }
  493. th.red {
  494. background: url(../images/red-header.gif) bottom left repeat-x;
  495. color: #000;
  496. }
  497. .green {
  498. background-color: #00cc00;
  499. color: #000;
  500. }
  501. th.green {
  502. background: url(../images/green-header.gif) bottom left repeat-x;
  503. color: #000;
  504. }
  505. .orange {
  506. background-color: #ffde00;
  507. color: #000;
  508. }
  509. th.orange {
  510. background: url(../images/orange-header.gif) bottom left repeat-x;
  511. color: #000;
  512. }
  513. /* For Date Picker: Creates a little calendar icon
  514. * instead of a text link for "Choose date"
  515. */
  516. 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 {
  517. float: left;
  518. width: 16px;
  519. height: 16px;
  520. padding: 0;
  521. margin: 5px 3px 0;
  522. display: block;
  523. text-indent: -2000px;
  524. overflow: hidden;
  525. background: url(../images/calendar.png) no-repeat;
  526. }
  527. td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
  528. background-position: 0 -20px;
  529. cursor: default;
  530. }
  531. /* For Date Picker: makes the input field shorter once the date picker code
  532. * has run (to allow space for the calendar icon)
  533. */
  534. input.dp-applied {
  535. width: 140px;
  536. float: left;
  537. }
  538. /* For search forms */
  539. .SearchDrawer {
  540. //background: #1c94c4 url(../images/search-top-left-corner.png) top left no-repeat;
  541. border-top: 5px solid #1c94c4;
  542. border-left: 5px solid #1c94c4;
  543. border-right: 5px solid #1c94c4;
  544. border-bottom: 0;
  545. background: #d6e8ef;
  546. color: #000;
  547. padding: 10px;
  548. margin: 0;
  549. font-size: 12px;
  550. }
  551. .SearchDrawer label {
  552. background: #d6e8ef;
  553. color: #000;
  554. }
  555. .SearchDrawer h1 {
  556. color: #000;
  557. }
  558. .DrawerClosed {
  559. display: none;
  560. }
  561. .DrawerHandle {
  562. margin: 0;
  563. padding: 5px;
  564. background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
  565. color: #fff;
  566. cursor: pointer;
  567. text-align: center;
  568. /* center the block */
  569. width: 100px;
  570. margin-left: auto;
  571. margin-right: auto;
  572. margin-top: 0;
  573. margin-bottom: 0;
  574. display: block;
  575. font-size: 12px;
  576. }
  577. div.HRDrawer {
  578. height: 5px;
  579. width: 100%;
  580. margin: 0;
  581. background-color: #1c94c4;
  582. margin: 0;
  583. padding: 0;
  584. border: 0;
  585. display: block;
  586. }
  587. .mini_tabs a {
  588. text-decoration: none;
  589. font-weight:bold;
  590. color: #ccc;
  591. background-color:#333;
  592. padding-left: 1em;
  593. padding-right: 1em;
  594. padding-bottom: 0.25em;
  595. }
  596. .mini_tabs a.selected {
  597. color: #fff;
  598. background-color: #1c94c4;
  599. padding-top: 0.25em;
  600. }
  601. .mini_tabs ul {
  602. margin: -10px;
  603. }
  604. .mini_tabs ul li {
  605. float: right;
  606. list-style: none;
  607. nopadding-left: 1em;
  608. nopadding-right: 1em;
  609. margin-top: 0;
  610. }
  611. .mandatory {
  612. border: 1px solid #f00;
  613. }
  614. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  615. table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated {
  616. background: url(../images/truncated.png) bottom repeat-x;
  617. }
  618. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  619. table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated {
  620. background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
  621. }
  622. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  623. table.listResults tr.even td.hover.truncated, , .wizContainer table.listResults tr.even td.hover.truncated {
  624. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  625. }
  626. /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
  627. 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 {
  628. background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
  629. }
  630. table.listResults.truncated {
  631. border-bottom: 0;
  632. padding-bottom: 0;
  633. }
  634. tr.csv_row0 td {
  635. padding-top:5px;
  636. padding-bottom:5px;
  637. padding-left:10px;
  638. padding-right:10px;
  639. background: #fff;
  640. border-left: #000 1px solid;
  641. }
  642. tr.csv_row1 td {
  643. padding-top:5px;
  644. padding-bottom:5px;
  645. padding-left:10px;
  646. padding-right:10px;
  647. background: #f9f9f1;
  648. border-left: #000 1px solid;
  649. }
  650. tr.csv_row1 th, tr.csv_row0 th {
  651. padding-top:5px;
  652. padding-bottom:5px;
  653. padding-left:10px;
  654. padding-right:10px;
  655. border-left: #000 1px solid;
  656. }
  657. td.cell_modified {
  658. font-weight: bold;
  659. color: #000;
  660. }
  661. td.cell_error {
  662. font-weight: bold;
  663. color: #D81515;
  664. }
  665. table.transparent, table.transparent td {
  666. background: transparent;
  667. }
  668. p.page-header {
  669. color:#1c94c4;
  670. font-weight: bold;
  671. font-size: 12pt;
  672. font-family: Verdana, Arial, Helvetica, Sans-Serif
  673. }
  674. td.dashboard {
  675. vertical-align:top;
  676. text-align: center;
  677. border: 1px solid #ccc;
  678. -moz-border-radius: 10px;
  679. padding: 10px;
  680. width: 50%;
  681. }
  682. .white {
  683. background-color: #fff;
  684. }
  685. /*** New Lacanau layout ***/
  686. .ui-layout-pane { /* all 'panes' */
  687. background: #FFF;
  688. overflow: auto;
  689. }
  690. .ui-layout-resizer { /* all 'resizer-bars' */
  691. background: #DDD;
  692. }
  693. .ui-layout-toggler { /* all 'toggler-buttons' */
  694. background: #AAA;
  695. }
  696. div#top-left {
  697. width: 28px;
  698. height: 70px;
  699. background: #f6f6f1 url(../images/top-left-bkg.png) top left no-repeat;
  700. float:left;
  701. }
  702. div#header-logo {
  703. width: 100%;
  704. height: 70px;
  705. background: #f6f6f1 url(../images/splitter-top.png) top repeat-x;
  706. }
  707. .ui-layout-pane-west {
  708. background: #f6f6f1 url(../images/left-bkg.png) left repeat-y;
  709. }
  710. div#right {
  711. min-width: 260px;
  712. }
  713. div#menu {
  714. width: 100%;
  715. }
  716. .header-menu {
  717. padding-left: 24px;
  718. padding-right: 8px;
  719. padding-bottom: 24px;
  720. background: transparent;
  721. }
  722. div#inner_menu {
  723. padding-left: 24px;
  724. padding-right: 8px;
  725. background: transparent;
  726. }
  727. div#logo {
  728. height: 70px;
  729. nowidth: 100%;
  730. text-align: center;
  731. }
  732. div#logo div {
  733. height: 88px;
  734. width: 244px;
  735. background: url(../images/itop-logo-2.png) left no-repeat;
  736. }
  737. #top-bar {
  738. height: 55px;
  739. background: url(../images/banner-bkg.png) repeat-x scroll 0 0 transparent;
  740. text-align: right;
  741. }
  742. #admin-banner {
  743. float: left;
  744. margin-top: 2px;
  745. padding: 8px;
  746. border: 1px solid #c33;
  747. background-color: #fee;
  748. -moz-border-radius: 0.5em;
  749. }
  750. #global-search {
  751. height: 55px;
  752. float: right;
  753. background: url(../images/banner-search.png) no-repeat;
  754. nopadding-top: 15px;
  755. text-align: right;
  756. overflow-y: hidden;
  757. }
  758. #global-search > form div {
  759. padding-left: 4px;
  760. }
  761. #global-search table, #global-search tr td, #global-search tr {
  762. padding: 0;
  763. border: 0;
  764. height: 55px;
  765. margin: 0;
  766. background: transparent;
  767. overflow-y: hidden;
  768. vertical-align: middle;
  769. }
  770. #global-search > form input[type="text"] {
  771. border: 0;
  772. height: 18px;
  773. width: 180px;
  774. padding-top: 4;
  775. background: transparent;
  776. }
  777. #global-search > form tr td#g-search-input {
  778. padding-top: 3px;
  779. padding-left: 3px;
  780. background: transparent;
  781. }
  782. div.icon {
  783. width: 20px;
  784. height: 20px;
  785. margin: 2px;
  786. float: right;
  787. }
  788. span.ui-icon {
  789. float:left;
  790. margin:0 2px;
  791. }
  792. .ui-layout-button-pin-down {
  793. background: url(../images/splitter-bkg.png) transparent;
  794. width: 16px;
  795. background-position: -144px -144px;
  796. }
  797. .ui-layout-resizer-west-open {
  798. background: url(../images/splitter-bkg.png) repeat-y scroll 0 0 transparent;
  799. width: 16px;
  800. }
  801. div.footer img {
  802. border: 0;
  803. margin-bottom: 5px;
  804. margin-top: 5px;
  805. }
  806. div.footer{
  807. text-align:center;
  808. }
  809. #SearchResultsToAdd table.listResults tbody {
  810. height: 300px;
  811. overflow-y: auto;
  812. }
  813. tr.row_unchanged td {
  814. border-bottom: 1px #ccc solid;
  815. padding: 2px;
  816. }
  817. .wizContainer table tr.row_error td {
  818. border-bottom: 1px #ccc solid;
  819. background-color: #fdd;
  820. padding: 2px;
  821. }
  822. tr.row_modified td {
  823. border-bottom: 1px #ccc solid;
  824. padding: 2px;
  825. }
  826. tr.row_added td {
  827. border-bottom: 1px #ccc solid;
  828. padding: 2px;
  829. }
  830. a.truncated {
  831. cursor: pointer;
  832. }
  833. .org_combo
  834. {
  835. font-size:x-small;
  836. width: auto;
  837. max-width: 200px;
  838. }
  839. span.form_validation {
  840. width:24px;
  841. text-align:center;
  842. }
  843. .notification {
  844. border: 1px solid #c33;
  845. background-color: #fee;
  846. padding: 0.5em;
  847. margin: 0.5em;
  848. text-align:center;
  849. width: 95%;
  850. -moz-border-radius: 0.5em;
  851. }
  852. .wiki_broken_link {
  853. text-decoration: line-through;
  854. }
  855. .synoptics, .synoptics tr td {
  856. background: transparent;
  857. padding:10px;
  858. font-size:1em;
  859. vertical-align:middle;
  860. color:#fff;
  861. text-align:center;
  862. }
  863. .synoptics tr td.arrow {
  864. color:#333;
  865. border-top: 1px dashed #333;
  866. width:100px;
  867. }
  868. .synoptics tr.synoptics_header td {
  869. color:#000; font-size:1em;
  870. vertical-align:middle;
  871. text-align:center;
  872. }
  873. .mono_value {
  874. display: inline-block;
  875. background-color: #3c3;
  876. color: #fff;
  877. font-weight:bold;
  878. padding: 3px;
  879. padding-left: 5px;
  880. padding-right: 5px;
  881. margin-left:3px;
  882. -moz-border-radius: 10px;
  883. -webkit-border-radius: 10px;
  884. border-radius: 10px;
  885. }
  886. .multi_values {
  887. display: inline-block;
  888. background-color: #c33;
  889. color: #fff;
  890. font-weight:bold;
  891. padding: 3px;
  892. padding-left: 5px;
  893. padding-right: 5px;
  894. margin-left:3px;
  895. -moz-border-radius: 10px;
  896. -webkit-border-radius: 10px;
  897. border-radius: 10px;
  898. }