1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456 |
- @import 'css-variables.scss';
- $hilight-color = $highlight-color;
- $summary-details-background = $grey-color;
- $main-header-background = $frame-background-color;
- $table-even-background = $frame-background-color;
- $popup-menu-highlight-color = $highlight-color;
- $popup-menu-text-color: #000;
- $popup-menu-background-color: #fff;
- $popup-menu-text-higlight-color: #fff;
- /* CSS Document */
- body {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: 10pt;
- color: $text-color;
- margin: 0; /* Remove body margin/padding */
- padding: 0;
- overflow: hidden; /* Remove scroll bars on browser window */
- }
- /* to prevent flicker, hide the pane's content until it's ready */
- .ui-layout-center, .ui-layout-north, .ui-layout-south {
- display: none;
- }
- .ui-layout-content {
- padding-left: 10px;
- }
- .raw_output {
- font-family: Courier-New, Courier, Arial, Helvetica;
- font-size: 8pt;
- background-color: #eeeeee;
- color: $text-color;
- border: 1px dashed $text-color;
- padding: 0.25em;
- margin-top: 1em;
- }
- h1 {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- color: $text-color;
- font-weight: bold;
- font-size: 12pt;
- }
- h2 {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- color: $text-color;
- font-weight: normal;
- font-size: 12pt;
- }
- h3 {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- color: $text-color;
- font-weight: normal;
- font-size: 10pt;
- }
- .hilite, .hilite a, .hilite a:visited {
- color: $hilight-color;
- text-decoration: none;
- }
- table.datatable {
- width: 100%;
- border: 0;
- padding: 0;
- }
- td.menucontainer {
- text-align: right;
- }
- table.listResults {
- padding: 0px;
- border-top: 3px solid $frame-background-color;
- border-left: 3px solid $frame-background-color;
- border-bottom: 3px solid #e6e6e1;
- border-right: 3px solid #e6e6e1;
- width: 100%;
- background-color: #fff;
- }
- table.listResults td {
- padding: 2px;
- }
- table.listContainer {
- border: 0;
- padding: 0;
- margin:0;
- width: 100%;
- clear: both;
- }
- tr.containerHeader, tr.containerHeader td {
- background: transparent;
- }
- tr.even td, .wizContainer tr.even td {
- background-color: $table-even-background;
- }
- tr.red_even td, .wizContainer tr.red_even td {
- background-color: #f97e75;
- color: #fff;
- }
- tr.red td, .wizContainer tr.red td {
- background-color: #f9a397;
- color: #fff;
- }
- tr.orange_even td, .wizContainer tr.orange_even td {
- background-color: #f4d07a;
- }
- tr.orange td, .wizContainer tr.orange td {
- background-color: #f4e96c;
- }
- tr.green_even td, .wizContainer tr.green_even td {
- background-color: #bee5a3;
- }
- tr.green td, .wizContainer tr.green td {
- background-color: #b3e5b4;
- }
- tr td.hover, tr.even td.hover, .hover a, .hover a:visited, .hover a:hover, .wizContainer tr.even td.hover, .wizContainer tr td.hover {
- background-color: #fdf5d0;
- color: $text-color;
- }
- th {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: 8pt;
- color: $complement-color;
- height:20px;
- background: $frame-background-color bottom repeat-x;
- }
- th.header {
- cursor: pointer;
- background-repeat: no-repeat;
- background-position: center right;
- background-repeat: no-repeat;
- padding-right: 16px; // some space for the asc/desc icons
- }
- th.headerSortUp {
- background-image: url(../images/asc.gif);
- text-decoration: underline;
- cursor: pointer;
- }
- th.headerSortDown {
- background-image: url(../images/desc.gif);
- text-decoration: underline;
- cursor: pointer;
- }
- td {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: 12px;
- color:#696969;
- nobackground-color: #ffffff;
- padding: 0px;
- }
- tr.clicked td {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: smaller;
- background-color: #ffcfe8;
- }
- td.label {
- vertical-align: top;
- }
- td.label span {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: 12px;
- color: #000000;
- padding: 5px;
- padding-right: 10px;
- font-weight:bold;
- vertical-align: top;
- text-align: right;
- display: block;
- }
- fieldset td.label span {
- padding: 3px;
- padding-right: 10px;
- }
- fieldset {
- margin-top: 3px;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- border-radius: 6px;
- border-style: solid;
- border-color: #ddd;
- }
- legend {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: 12px;
- padding:8px;
- color: #fff;
- background-color: $complement-color;
- font-weight: bold;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- border-radius: 6px;
- }
- legend.transparent {
- background: transparent;
- color: #333333;
- font-size: 1em;
- font-weight: normal;
- padding: 0;
- }
- .ui-widget-content td legend a, .ui-widget-content td legend a:hover, .ui-widget-content td legend a:visited {
- color: #fff;
- }
- .ui-widget-content td a, p a, p a:visited, td a, td a:visited {
- text-decoration:none;
- color: $complement-color;
- padding-left:14px;
- background: url(../images/mini-arrow-orange.gif) no-repeat left;
- }
- p a:hover, td a:hover {
- text-decoration:underline;
- color:$highlight-color;
- padding-left:14px;
- background: url(../images/mini-arrow-orange.gif) no-repeat left;
- }
- td a.no-arrow, td a.no-arrow:visited, .SearchDrawer a.no-arrow, .SearchDrawer a.no-arrow:visited {
- text-decoration:none;
- color:#000000;
- padding-left:0px;
- background: inherit;
- }
- td a.no-arrow:hover {
- text-decoration:underline;
- color:#d81515;
- padding-left:0px;
- background: inherit;
- }
- td a.mailto, td a.mailto:visited {
- text-decoration:none;
- color:#000000;
- padding-left:20px;
- background: url(../images/mail.png) no-repeat left;
- }
- td a.mailto:hover {
- text-decoration:underline;
- color:$highlight-color;
- padding-left:20px;
- background: url(../images/mail.png) no-repeat left;
- }
- a.small_action {
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: 8pt;
- color: #000000;
- text-decoration:none;
- }
- .display_block {
- padding:0.25em;
- }
- .actions_details {
- float:right;
- margin-top:10px;
- margin-right:10px;
- padding-left: 5px;
- padding-top: 2px;
- padding-bottom: 2px;
- background: url(../images/actions_left.png) no-repeat left;
- }
- .actions_details span{
- background: url(../images/actions_right.png) no-repeat right;
- color: #fff;
- font-weight: bold;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 12px;
- }
- .actions_details a {
- text-decoration:none;
- }
- .loading {
- noborder: 1px dashed #CCC;
- background: #b9c1c8;
- padding:0.25em;
- }
- input.textSearch {
- border:1px solid #000;
- font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px;
- color:#000000;
- }
- .ac_input {
- border: 1px solid #7f9db9;
- background: #fff url(../images/ac-background.gif) no-repeat right;
- }
- /* By Rom */
- .csvimport_createobj {
- color: #AA0000;
- background-color:#EEEEEE;
- }
- .csvimport_error {
- font-weight: bold;
- color: #FF0000;
- background-color:#EEEEEE;
- }
- .csvimport_warning {
- color: #CC8888;
- background-color:#EEEEEE;
- }
- .csvimport_ok {
- color: #00000;
- background-color:#BBFFBB;
- }
- .csvimport_reconkey {
- font-style: italic;
- color: #888888;
- background-color:#FFFFF;
- }
- .csvimport_extreconkey {
- color: #888888;
- background-color:#FFFFFF;
- }
- #accordion h3 {
- padding: 10px;
- }
- .ui-accordion-content ul {
- list-style:none;
- list-style-image: url(data:0);
- padding-left:16px;
- margin-top: 8px;
- }
- .ui-accordion-content li.submenu {
- margin-top: 8px;
- }
- .ui-accordion-content ul ul {
- padding: 8px 0px 8px 8px;
- margin:0;
- list-style:none;
- list-style-image: url(data:0);
- border: 0;
- }
-
- .nothing {
- noborder-top: 1px solid #8b8b8b;
- padding: 4px 0px 0px 16px;
- font-size:8pt;
- background: url(../images/green-square.gif) no-repeat bottom left;
- color:#83b217;
- font-weight:bold;
- text-decoration:none;
- }
- div.ui-accordion-content {
- padding-top: 10px;
- padding-left: 10px;
- }
- .ui-accordion-content a, ui-accordion-content a:visited {
- color: $complement-color;
- text-decoration:none;
- }
- .ui-accordion-content a:hover {
- color: $highlight-color;
- text-decoration: none;
- }
- .ui-accordion-content ul {
- padding-left: 0;
- margin-top: 0;
- }
- .ui-accordion-content li {
- color:$grey-color;
- text-decoration:none;
- margin: 0;
- padding: 0px 0pt 0px 16px;
- font-size: 9pt;
- background: url(../images/mini-arrow-orange.gif) no-repeat top left;
- font-weight:normal;
- border: 0;
- }
- a.CollapsibleLabel, td a.CollapsibleLabel {
- margin: 0;
- padding: 0px 0pt 0px 16px;
- font-size:8pt;
- text-decoration:none;
- color:$grey-color;
- background: url(../images/mini-arrow-orange.gif) no-repeat left;
- }
- /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
- a.CollapsibleLabel.open, td a.CollapsibleLabel.open {
- margin: 0;
- padding: 0px 0pt 0px 16px;
- font-size:8pt;
- text-decoration:none;
- color: $highlight-color;
- background: url(../images/mini-arrow-orange-open.gif) no-repeat left;
- }
- .page_header {
- background-color:$frame-background-color;
- padding:5px;
- }
- /* move up a header immediately following a display block (i.e. "actions" menu) */
- .display_block + .page_header {
- margin-top: -8px;
- }
- .notreeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
- .notreeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
- .notreeview .expandable { background-image: url(../images/tv-expandable.gif); }
- .notreeview .last { background-image: url(../images/tv-item-last.gif); }
- .notreeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
- .notreeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }
- #OrganizationSelection {
- padding:5px 0px 16px 20px;
- }
- /* popup menus */
- div.itop_popup {
- margin: 0;
- padding: 0;
- float:right;
- }
- div.itop_popup > ul > li {
- list-style: none;
- cursor: pointer;
- }
- div.actions_menu > ul {
- height:19px;
- line-height: 17px;
- vertical-align: middle;
- display:block;
- nowidth:70px; /* Nasty work-around for IE... en attendant mieux */
- padding-left: 5px;
- background: url(../images/actions_left.png) no-repeat top left;
- cursor: pointer;
- margin: 0;
- }
- div.actions_menu > ul > li {
- float: left;
- list-style: none;
- font-size: 11px;
- font-family: Tahoma,sans-serif;
- height: 17px;
- padding-right: 16px;
- padding-left: 4px;
- background: url(../images/actions_right.png) no-repeat top right transparent;
- font-weight: bold;
- color: $popup-menu-text-higlight-color;
- vertical-align: middle;
- margin: 0;
- }
- #logOffBtn > ul > li {
- list-style: none;
- vertical-align: middle;
- margin: 0;
- padding: 0;
- cursor: pointer;
- }
- #logOffBtn > ul {
- list-style: none;
- vertical-align: middle;
- margin: 0;
- padding: 0;
- height: 25px;
- noline-height: 25px;
- }
-
- .itop_popup li a, #logOffBtn li a {
- display: block;
- padding: 5px 12px;
- text-decoration: none;
- nowidth: 70px;
- color: $popup-menu-text-color;
- font-weight: bold;
- white-space: nowrap;
- background: $popup-menu-background-color;
- }
- #logOffBtn li span {
- display: block;
- padding: 5px 12px;
- text-decoration: none;
- nowidth: 70px;
- color: $popup-menu-text-color;
- white-space: nowrap;
- background: $popup-menu-background-color;
- }
- .itop_popup ul {
- padding-left: 0;
- }
- .menucontainer div.toolkit_menu {
- margin-left: 10px;
- }
- .itop_popup li a:hover, #logOffBtn li a:hover {
- background: #1A4473;
- }
- .itop_popup ul > li > ul, #logOffBtn ul > li > ul
- {
- border: 1px solid black;
- background: #fff;
- }
-
- .itop_popup li > ul, #logOffBtn li > ul
- { margin: 0;
- padding: 0;
- position: absolute;
- display: none;
- border-top: 1px solid white;
- z-index: 999;
- }
- .itop_popup li ul li, #logOffBtn li ul li {
- float: none;
- display: inline;
- }
- .itop_popup li ul li a, #logOffBtn li ul li a {
- width: auto;
- text-align: left;
- }
- .itop_popup li ul li a:hover, #logOffBtn li ul li a:hover{
- background: $popup-menu-highlight-color;
- color: $popup-menu-text-higlight-color;
- font-weight: bold;
- }
- .itop_popup > ul {
- margin: 0;
- }
- hr.menu-separator {
- border: none 0;
- border-top: 1px solid #ccc;
- color: #ccc;
- background-color: transparent;
- height: 1px;
- margin: 3px;
- cursor: default;
- }
- /************************************/
- .wizHeader {
- background: $complement-color;
- padding: 15px;
- }
- .wizContainer {
- border: 5px solid $complement-color;
- background: $complement-light;
- padding: 5px;
- }
- .wizContainer table tr td {
- background: transparent;
- }
- .alignRight {
- text-align: right;
- padding: 3px;
- }
- .alignLeft {
- text-align: left;
- padding: 3px;
- }
- .red {
- background-color: #ff6000;
- color: #000;
- }
- th.red {
- background: url(../images/red-header.gif) bottom left repeat-x;
- color: #000;
- }
- .green {
- background-color: #00cc00;
- color: #000;
- }
- th.green {
- background: url(../images/green-header.gif) bottom left repeat-x;
- color: #000;
- }
- .orange {
- background-color: #ffde00;
- color: #000;
- }
- th.orange {
- background: url(../images/orange-header.gif) bottom left repeat-x;
- color: #000;
- }
- /* For Date Picker: Creates a little calendar icon
- * instead of a text link for "Choose date"
- */
- 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 {
- float: left;
- width: 16px;
- height: 16px;
- padding: 0;
- margin: 5px 3px 0;
- display: block;
- text-indent: -2000px;
- overflow: hidden;
- background: url(../images/calendar.png) no-repeat;
- }
- td a.dp-choose-date.dp-disabled, a.dp-choose-date.dp-disabled {
- background-position: 0 -20px;
- cursor: default;
- }
- /* For Date Picker: makes the input field shorter once the date picker code
- * has run (to allow space for the calendar icon)
- */
- input.dp-applied {
- width: 140px;
- float: left;
- }
- /* For search forms */
- .SearchDrawer {
- //background: $complement-color url(../images/search-top-left-corner.png) top left no-repeat;
- border-top: 5px solid $complement-color;
- border-left: 5px solid $complement-color;
- border-right: 5px solid $complement-color;
- border-bottom: 0;
- background: $complement-light;
- color: #000;
- padding: 10px;
- margin: 0;
- font-size: 12px;
- }
- .SearchDrawer label {
- background: $complement-light;
- color: #000;
- }
- .SearchDrawer h1 {
- color: #000;
- }
- .DrawerClosed {
- display: none;
- }
- .DrawerHandle {
- margin: 0;
- padding: 5px;
- background: url(../images/drawer-handle.gif) bottom no-repeat transparent;
- color: #fff;
- cursor: pointer;
- text-align: center;
- /* center the block */
- width: 100px;
- margin-left: auto;
- margin-right: auto;
- margin-top: 0;
- margin-bottom: 0;
- display: block;
- font-size: 12px;
- }
- div.HRDrawer {
- height: 5px;
- width: 100%;
- margin: 0;
- background-color: $complement-color;
- margin: 0;
- padding: 0;
- border: 0;
- display: block;
- }
- .mini_tabs a {
- text-decoration: none;
- font-weight:bold;
- color: #ccc;
- background-color:#333;
- padding-left: 1em;
- padding-right: 1em;
- padding-bottom: 0.25em;
- }
- .mini_tabs a.selected {
- color: #fff;
- background-color: $complement-color;
- padding-top: 0.25em;
- }
- .mini_tabs ul {
- margin: -10px;
- }
- .mini_tabs ul li {
- float: right;
- list-style: none;
- nopadding-left: 1em;
- nopadding-right: 1em;
- margin-top: 0;
- }
- .mandatory {
- border: 1px solid #f00;
- }
- /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
- table.listResults tr.odd td.truncated, table.listResults tr td.truncated, .wizContainer table.listResults tr.odd td.truncated, .wizContainer table.listResults tr td.truncated {
- background: url(../images/truncated.png) bottom repeat-x;
- }
- /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
- table.listResults tr.even td.truncated, .wizContainer table.listResults tr.even td.truncated {
- background: #f9f9f1 url(../images/truncated.png) bottom repeat-x;
- }
- /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
- table.listResults tr.even td.hover.truncated, , .wizContainer table.listResults tr.even td.hover.truncated {
- background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
- }
- /* Beware: IE6 does not support multiple selector with multiple classes, only the last class is used */
- 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 {
- background: #fdf5d0 url(../images/truncated.png) bottom repeat-x;
- }
- table.listResults.truncated {
- border-bottom: 0;
- padding-bottom: 0;
- }
- tr.csv_row0 td {
- padding-top:5px;
- padding-bottom:5px;
- padding-left:10px;
- padding-right:10px;
- background: #fff;
- border-left: #000 1px solid;
-
- }
- tr.csv_row1 td {
- padding-top:5px;
- padding-bottom:5px;
- padding-left:10px;
- padding-right:10px;
- background: #f9f9f1;
- border-left: #000 1px solid;
-
- }
- tr.csv_row1 th, tr.csv_row0 th {
- padding-top:5px;
- padding-bottom:5px;
- padding-left:10px;
- padding-right:10px;
- border-left: #000 1px solid;
-
- }
- td.cell_modified {
- font-weight: bold;
- color: #000;
- }
- td.cell_error {
- font-weight: bold;
- color: #D81515;
- }
- table.transparent, table.transparent td {
- background: transparent;
- }
- p.page-header {
- color:$complement-color;
- font-weight: bold;
- font-size: 12pt;
- font-family: Verdana, Arial, Helvetica, Sans-Serif
- }
- td.dashboard {
- vertical-align:top;
- border: 1px solid #ccc;
- padding: 0.5em;
- width: 50%;
- }
- .white {
- background-color: #fff;
- }
- /*** New Lacanau layout ***/
- .ui-layout-pane { /* all 'panes' */
- overflow: auto;
- }
- .ui-layout-resizer { /* all 'resizer-bars' */
- background: #f1f1f1;
- }
- .ui-layout-toggler { /* all 'toggler-buttons' */
- background: #AAA;
- }
- div#top-left {
- width: 28px;
- height: 70px;
- background: $frame-background-color;
- float:left;
- }
- div#header-logo {
- width: 100%;
- height: 70px;
- background: $frame-background-color;
- }
- .ui-layout-pane-west {
- background: $frame-background-color;
- }
- div#right {
- min-width: 260px;
- }
- div#menu {
- width: 100%;
- overflow: auto;
- }
- .header-menu {
- padding-left: 24px;
- padding-right: 8px;
- padding-bottom: 24px;
- background: transparent;
- }
- div#inner_menu {
- padding-left: 24px;
- padding-right: 8px;
- background: transparent;
- }
- div#logo {
- height: 70px;
- nowidth: 100%;
- text-align: center;
- }
- div#logo div {
- height: 88px;
- width: 244px;
- background: url(../images/itop-logo-2.png) left no-repeat;
- }
- #left-pane .ui-layout-north {
- overflow: hidden;
- }
- #top-bar {
- height: 55px;
- background: $frame-background-color;
- text-align: right;
- }
- #admin-banner {
- float: left;
- margin-top: 2px;
- padding: 8px;
- border: 1px solid #c33;
- background-color: #fee;
- -moz-border-radius: 0.5em;
- }
- #global-search {
- height: 55px;
- float: right;
- background: url(../images/banner-search.png) no-repeat;
- nopadding-top: 15px;
- text-align: right;
- overflow-y: hidden;
- }
- #global-search > form div {
- padding-left: 4px;
- }
- #global-search table, #global-search tr td, #global-search tr {
- padding: 0;
- border: 0;
- height: 55px;
- margin: 0;
- background: transparent;
- overflow-y: hidden;
- vertical-align: middle;
- }
- #global-search > form input[type="text"] {
- border: 0;
- height: 18px;
- width: 180px;
- padding-top: 4;
- background: transparent;
- }
- #global-search > form tr td#g-search-input {
- padding-top: 3px;
- padding-left: 3px;
- background: transparent;
- }
- div.icon {
- width: 20px;
- height: 20px;
- margin: 2px;
- float: right;
- }
- span.ui-icon {
- float:left;
- margin:0 2px;
- }
- .ui-layout-button-pin-down {
- background: url(../images/splitter-bkg.png) transparent;
- width: 16px;
- background-position: -144px -144px;
- }
- .ui-layout-resizer-west-open {
- background-color: $frame-background-color;
- width: 8px;
- }
- div.footer img {
- border: 0;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- div.footer{
- text-align:center;
- }
- #SearchResultsToAdd table.listResults tbody {
- height: 300px;
- overflow-y: auto;
- }
- tr.row_unchanged td {
- border-bottom: 1px #ccc solid;
- padding: 2px;
- }
- .wizContainer table tr.row_error td {
- border-bottom: 1px #ccc solid;
- background-color: #fdd;
- padding: 2px;
- }
- tr.row_modified td {
- border-bottom: 1px #ccc solid;
- padding: 2px;
- }
- tr.row_added td {
- border-bottom: 1px #ccc solid;
- padding: 2px;
- }
- a.truncated {
- cursor: pointer;
- }
- .org_combo
- {
- font-size:x-small;
- width: auto;
- max-width: 200px;
- }
- span.form_validation {
- width:24px;
- text-align:center;
- }
- .notification {
- border: 1px solid #c33;
- background-color: #fee;
- padding: 0.5em;
- margin: 0.5em;
- text-align:center;
- width: 95%;
- -moz-border-radius: 0.5em;
- }
- .wiki_broken_link {
- text-decoration: line-through;
- }
- .synoptics, .synoptics tr td {
- background: transparent;
- padding:10px;
- font-size:1em;
- vertical-align:middle;
- color:#fff;
- text-align:center;
- }
- .synoptics tr td.arrow {
- color:#333;
- border-top: 1px dashed #333;
- width:100px;
- }
- .synoptics tr.synoptics_header td {
- color:#000; font-size:1em;
- vertical-align:middle;
- text-align:center;
- }
- .mono_value {
- display: inline-block;
- background-color: #3c3;
- color: #fff;
- font-weight:bold;
- padding: 3px;
- padding-left: 5px;
- padding-right: 5px;
- margin-left:3px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- .multi_values {
- display: inline-block;
- background-color: #c33;
- color: #fff;
- font-weight:bold;
- padding: 3px;
- padding-left: 5px;
- padding-right: 5px;
- margin-left:3px;
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- }
- .caselog {
- overflow-x: hidden;
- display: block;
- overflow-y: auto;
- border: 1px #ddd solid;
- font-family: Tahoma, Verdana, Arial, Helvetica;
- font-size: 12px;
- }
- .caselog_input_header {
- padding-top:3px;
- padding-bottom:3px;
- border-top:1px solid #fff;
- background: #ddd;
- width:100%;
- }
- .caselog_header {
- padding:3px;
- border-top:1px solid #fff;
- background: #ddd url(../images/plus.gif) left no-repeat;
- padding-left: 16px;
- cursor: pointer;
- width:100%;
- }
- .caselog_header.open {
- background: #ddd url(../images/minus.gif) left no-repeat;
- }
- .caselog_entry {
- padding:3px;
- padding-left: 16px;
- border-bottom:1px #999 solid;
- margin-left:0;
- margin-right:0;
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+, CSS3 */
- }
- table.details {
- border-collapse: collapse;
- noborder-bottom: 2px #fff solid;
- width:100%;
- }
- table.details>tbody>tr>td {
- border-bottom: 2px #ddd solid;
- padding-bottom: 5px;
- padding-top: 3px;
- }
- fieldset table.details>tbody>tr>td {
- padding-top: 3px;
- background: transparent;
- border: 0;
- }
- .ac_dlg_loading {
- background: white url('../images/indicator.gif') right center no-repeat;
- }
- table.pagination {
- display:inline-block;
- }
- table.pagination tr td {
- padding: 3px;
- }
- .pagination_container {
- padding-left: 3px;
- }
- .pager p {
- margin-top: 0;
- margin-bottom: 0;
- }
- .pager td span {
- min-width: 20px;
- padding-left: 2px;
- padding-right: 2px;
- display:inline-block;
- text-align: center;
- cursor: pointer;
- }
- .pager td span.curr_page {
- color: #fff;
- background: #999;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- img.prev, img.first, img.next, img.last {
- cursor: pointer;
- }
- div.actions_button {
- float:right;
- background: url("../images/actions_left.png") no-repeat scroll left top transparent;
- padding-left: 5px;
- margin-top: 0;
- margin-right: 10px;
- height:17px;
- vertical-align: middle;
- }
- div.actions_button a, .actions_button a:hover, .actions_button a:visited {
- background:url(../images/actions_bkg.png) no-repeat scroll right top transparent;
- color:#fff;
- padding-right: 8px;
- cursor:pointer;
- font-family: Tahoma,sans-serif;
- font-size: 11px;
- font-weight: bold;
- padding-left: 4px;
- text-decoration: none;
- height:17px;
- line-height: 17px;
- display: block;
- }
- select#org_id {
- max-width: 90%;
- }
- /*********** Dashboards ***********/
- .itop-dashboard {
- background-color: #fff;
- }
- .dragHover {
- background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
- }
- .edit_mode .dashlet {
- background: url(./ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
- padding: 5px;
- margin:0;
- position:relative;
- }
- .edit_mode .dashlet-selected {
- background: $highlight-color !important;
- padding: 5px;
- margin:0;
- }
- td.layout_cell {
- height: 50px; /* min-height does not work */
- vertical-align: top;
- }
- .dashlet-content {
- background: #fff;
- margin:0;
- }
- table.prop_table {
- border-bottom: 2px solid #F9F9F1;
- padding: 1px;
- width: 100%;
- }
- .close-box {
- margin: 5px;
- width: 20px;
- height: 20px;
- position: absolute;
- top: 0;
- right: 0;
- z-index: 10;
- background: transparent url(../images/delete.png) no-repeat center;
- }
- td.prop_value {
- text-align: left;
- }
- tr.itop-property-field-modified td {
- background: #fbb;
- }
- tr.itop-property-field-modified td.hover {
- background: #f99;
- }
- td.prop_value textarea, td.prop_value input[type=text]{
- width: 98%;
- }
- td.prop_icon {
- width: 20px;
- }
- .dashlet {
- text-align:left;
- }
- .dashlet-inline {
- display: inline-block;
- }
- .dashlet-badge a.actions {
- background: none repeat scroll 0 0 transparent;
- color: #666666;
- font-size: 16px;
- text-decoration: none;
- }
- .dashlet-content .display_block {
- text-align:left;
- }
- .prop_apply .ui-icon-alert {
- display: none;
- }
- .prop_apply .ui-state-error .ui-icon-alert {
- display: block;
- }
- .ui-state-error .ui-icon-circle-check {
- display: none;
- }
- .summary-details {
- float: right;
- margin-top: 5px;
- }
- .summary-details th {
- background: none repeat scroll 0 0 $summary-details-background;
- color: #EEEEEE;
- padding: 5px;
- text-align: center;
- }
- .main_header {
- background-color: $main-header-background;
- min-height: 60px;
- width: 100%;
- }
- .main_header h1 {
- color: $complement-color;
- line-height: 16px;
- margin-bottom: 0;
- margin-top: 0;
- padding-bottom: 10px;
- padding-top: 10px;
- }
- .main_header img {
- margin-top: 10px;
- margin-right: 10px;
- float:left;
- }
- a.summary, a.summary:hover {
- background: none repeat scroll 0 0 transparent;
- color: #666666;
- text-decoration: none;
- padding-left: 0;
- }
- .summary-details td {
- background: none repeat scroll 0 0 transparent;
- padding: 5px;
- text-align: center;
- }
- #DashboardMenu > ul > li {
- list-style: none;
- vertical-align: middle;
- margin: 0;
- padding: 0;
- cursor: pointer;
- }
- #DashboardMenu > ul {
- list-style: none;
- vertical-align: middle;
- margin: 0;
- padding: 0;
- height: 25px;
- }
- #DashboardMenu li a {
- display: block;
- padding: 5px 12px;
- text-decoration: none;
- color: #000;
- font-weight: bold;
- text-align: left;
- white-space: nowrap;
- background: #fff;
- }
- #DashboardMenu li span {
- display: block;
- padding: 5px 12px;
- text-decoration: none;
- color: #000;
- white-space: nowrap;
- background: #fff;
- }
- #DashboardMenu li {
- list-style: none;
- }
- #DashboardMenu li a:hover {
- background: #1A4473;
- }
- #DashboardMenu ul > li > ul
- {
- border: 1px solid black;
- background: #fff;
- }
-
- #DashboardMenu li > ul
- { margin: 0;
- padding: 0;
- position: absolute;
- display: none;
- border-top: 1px solid white;
- z-index: 999;
- }
- #DashboardMenu li ul li a:hover{
- background: #D81515;
- color: #fff;
- font-weight: bold;
- list-style: none;
- }
- .sortable_field_list {
- display: inline-block;
- width: 250px;
- height: 150px;
- border: 1px #333 solid;
- overflow: auto;
- padding-left: 0;
- margin: 0;
- }
- .sortable_field_list li {
- list-style: none;
- font-size: 11px;
- }
- .sort_order {
- display: inline-block;
- width: 16px;
- height: 12px;
- }
- .sort_none {
- background: url(../images/bg.gif) no-repeat center;
- }
- .sort_asc {
- background: url(../images/desc.gif) no-repeat center;
- }
- .sort_desc {
- background: url(../images/asc.gif) no-repeat center;
- }
- .sort_hidden {
- display: none;
- }
- .sortable_field_list > li.selected {
- background: #F6A828;
- }
- .itop-deleted-object {
- text-decoration: line-through;
- }
- .header_message {
- padding: 1em;
- font-size: 10pt;
- background: #fff;
- border: 1px solid #999;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- margin-bottom: 10px;
- }
- .header_message {
- padding: 1em;
- font-size: 10pt;
- background: #fff;
- border: 1px solid #999;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- margin-bottom: 10px;
- }
- .message_info {
- border: 1px solid #993;
- background: url(../images/info-mini.png) 1em 1em no-repeat #ffc;
- padding-left: 3em;
- }
- .message_ok {
- border: 1px solid #393;
- background: url(../images/ok.png) 1em 1em no-repeat #cfc;
- padding-left: 3em;
- }
- .message_error {
- border: 1px solid #933;
- background: url(../images/error.png) 1em 1em no-repeat #fcc;
- padding-left: 3em;
- }
- .fg-menu a img {
- border: 0;
- }
- div.ui-dialog-header {
- padding-bottom: 10px;
- padding-top: 7px;
- }
- .form_field_error {
- border: 1px solid #933;
- background: #fcc;
- }
- .simple-graph, .graph_config {
- background: #fff;
- }
- .graph_config {
- padding: 0.25em;
- }
- .graph_config button.ui-widget {
- font-size: 12px;
- }
- .ui-tooltip, .arrow:after {
- background: $frame-background-color;
- border: 1px solid $grey-color;
- }
- .ui-tooltip {
- padding: 10px 10px;
- box-shadow: 0 0 7px black;
- }
- .arrow {
- width: 70px;
- height: 16px;
- overflow: hidden;
- position: absolute;
- left: 50%;
- margin-left: -35px;
- bottom: -16px;
- }
- .arrow.top {
- top: -16px;
- bottom: auto;
- }
- .arrow.left {
- left: 20%;
- }
- .arrow:after {
- content: "";
- position: absolute;
- left: 20px;
- top: -20px;
- width: 25px;
- height: 25px;
- box-shadow: 6px 5px 9px -9px black;
- -webkit-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .arrow.top:after {
- bottom: -20px;
- top: auto;
- }
- table.export_parameters td {
- padding-right: 2em;
- }
- .table_preview > table {
- border-collapse: collapse;
- }
- .table_preview > table > thead > tr > th, .table_preview > table > tbody > tr > td {
- border: 1px $grey-color solid;
- min-height: 1em;
- padding-left: 0.25em;
- padding-right: 0.25em;
- font-size: 10pt;
- }
- .table_preview .nodragtable-sortable li {
- border: 1px $grey-color solid;
- font-size: 10pt;
- }
|