|
|
@ -20,7 +20,7 @@ Required by: |
|
|
|
|
|
|
|
|
|
|
|
html, |
|
|
|
html, |
|
|
|
body { |
|
|
|
body { |
|
|
|
background: #fff; |
|
|
|
/*background: #fff;#19844*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
body { |
|
|
|
body { |
|
|
@ -37,11 +37,11 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopHeader { |
|
|
|
#desktopHeader { |
|
|
|
background: #f2f2f2; |
|
|
|
/*background: #f2f2f2;#19844*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopTitlebarWrapper { |
|
|
|
#desktopTitlebarWrapper { |
|
|
|
background: #718ba6 url("../images/bg-header.gif") repeat-x; |
|
|
|
/*background: #718ba6 url("../images/bg-header.gif") repeat-x;#19844*/ |
|
|
|
height: 45px; |
|
|
|
height: 45px; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
@ -55,7 +55,7 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopTitlebar h1.applicationTitle { |
|
|
|
#desktopTitlebar h1.applicationTitle { |
|
|
|
color: #fff; |
|
|
|
/*color: #fff;#19844*/ |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
@ -65,7 +65,7 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopTitlebar h2.tagline { |
|
|
|
#desktopTitlebar h2.tagline { |
|
|
|
color: #d4dce4; |
|
|
|
/*color: #d4dce4;#19844*/ |
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
|
|
font-size: 10px; |
|
|
|
font-size: 10px; |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
@ -75,12 +75,12 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopTitlebar h2.tagline .taglineEm { |
|
|
|
#desktopTitlebar h2.tagline .taglineEm { |
|
|
|
color: #fff; |
|
|
|
/*color: #fff;#19844*/ |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#topNav { |
|
|
|
#topNav { |
|
|
|
color: #d4dce4; |
|
|
|
/*color: #d4dce4;#19844*/ |
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
|
|
font-size: 10px; |
|
|
|
font-size: 10px; |
|
|
|
padding: 13px 10px 0 0; |
|
|
|
padding: 13px 10px 0 0; |
|
|
@ -91,7 +91,7 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#topNav a { |
|
|
|
#topNav a { |
|
|
|
color: #fff; |
|
|
|
/*color: #fff;#19844*/ |
|
|
|
font-weight: normal; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -101,11 +101,16 @@ body { |
|
|
|
|
|
|
|
|
|
|
|
/* Navbar */ |
|
|
|
/* Navbar */ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Filters_pad {/*#19844 @TODO element fix wanted*/ |
|
|
|
|
|
|
|
padding: 0 1px!important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar { |
|
|
|
#desktopNavbar { |
|
|
|
background: #f2f2f2; |
|
|
|
/*background: #f2f2f2;#19844*/ |
|
|
|
/*background-color: #ccc;*/ |
|
|
|
/*background-color: #ccc;*/ |
|
|
|
border-bottom: 1px solid #3f3f3f; |
|
|
|
/*border-bottom: 1px solid #3f3f3f;#19844*/ |
|
|
|
height: 20px; |
|
|
|
background-color: var(--color-background-default); |
|
|
|
|
|
|
|
/*height: 20px;#19844*/ |
|
|
|
margin: 0 0px; |
|
|
|
margin: 0 0px; |
|
|
|
overflow: hidden; /* Remove this line if you want the menu to be backward compatible with Firefox 2 */ |
|
|
|
overflow: hidden; /* Remove this line if you want the menu to be backward compatible with Firefox 2 */ |
|
|
|
} |
|
|
|
} |
|
|
@ -126,14 +131,18 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar ul li a { |
|
|
|
#desktopNavbar ul li a { |
|
|
|
color: #333; |
|
|
|
/*color: #333;#19844*/ |
|
|
|
|
|
|
|
color: var(--color-text-default); |
|
|
|
font-weight: normal; |
|
|
|
font-weight: normal; |
|
|
|
padding: 2px 10px 6px; |
|
|
|
/*padding: 2px 10px 6px;#19844*/ |
|
|
|
|
|
|
|
padding: 4px 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar ul li a:hover { |
|
|
|
#desktopNavbar ul li a:hover { |
|
|
|
background-color: #fff; |
|
|
|
/*background-color: #fff;#19844*/ |
|
|
|
color: #333; |
|
|
|
/*color: #333;#19844*/ |
|
|
|
|
|
|
|
background-color: var(--color-background-blue); |
|
|
|
|
|
|
|
color: var(--color-text-white); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar ul li a.arrow-right, |
|
|
|
#desktopNavbar ul li a.arrow-right, |
|
|
@ -144,10 +153,12 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar li ul { |
|
|
|
#desktopNavbar li ul { |
|
|
|
background: #fff url("../images/bg-dropdown.gif") repeat-y; |
|
|
|
/*background: #fff url("../images/bg-dropdown.gif") repeat-y;#19844*/ |
|
|
|
border: 1px solid #3f3f3f; |
|
|
|
/*border: 1px solid #3f3f3f;#19844*/ |
|
|
|
|
|
|
|
background-color: var(--color-background-default); |
|
|
|
|
|
|
|
border: 1px solid var(--color-border-default); |
|
|
|
left: -999em; |
|
|
|
left: -999em; |
|
|
|
margin-top: -6px; |
|
|
|
/*margin-top: -6px;#19844*/ |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
z-index: 8000; |
|
|
|
z-index: 8000; |
|
|
|
} |
|
|
|
} |
|
|
@ -165,7 +176,7 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar li ul li .check { |
|
|
|
#desktopNavbar li ul li .check { |
|
|
|
background: #555; |
|
|
|
/*background: #555;#19844*/ |
|
|
|
font-size: 1px; |
|
|
|
font-size: 1px; |
|
|
|
height: 5px; |
|
|
|
height: 5px; |
|
|
|
left: 6px; |
|
|
|
left: 6px; |
|
|
@ -177,21 +188,25 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar li ul li a { |
|
|
|
#desktopNavbar li ul li a { |
|
|
|
color: #3f3f3f; |
|
|
|
/*color: #3f3f3f;#19844*/ |
|
|
|
|
|
|
|
color: var(--color-text-default); |
|
|
|
font-weight: normal; |
|
|
|
font-weight: normal; |
|
|
|
min-width: 120px; |
|
|
|
min-width: 120px; |
|
|
|
padding: 1px 10px 1px 20px; |
|
|
|
/*padding: 1px 10px 1px 20px;#19844*/ |
|
|
|
|
|
|
|
padding: 4px 10px 4px 25px; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar li ul li a:hover { |
|
|
|
#desktopNavbar li ul li a:hover { |
|
|
|
background: #6c98d9; |
|
|
|
/*background: #6c98d9;#19844*/ |
|
|
|
border-radius: 2px; |
|
|
|
/*border-radius: 2px;#19844*/ |
|
|
|
color: #fff; |
|
|
|
/*color: #fff;#19844*/ |
|
|
|
|
|
|
|
background-color: var(--color-background-blue); |
|
|
|
|
|
|
|
color: var(--color-text-white); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopNavbar li ul li a:hover .check { |
|
|
|
#desktopNavbar li ul li a:hover .check { |
|
|
|
background: #fff; |
|
|
|
/*background: #fff;#19844*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* lists nested under hovered list items */ |
|
|
|
/* lists nested under hovered list items */ |
|
|
@ -210,14 +225,17 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
li.divider { |
|
|
|
li.divider { |
|
|
|
border-top: 1px solid #ebebeb; |
|
|
|
/*border-top: 1px solid #ebebeb;#19844*/ |
|
|
|
|
|
|
|
border-top: 1px solid var(--color-border-default); |
|
|
|
margin-top: 2px; |
|
|
|
margin-top: 2px; |
|
|
|
padding-top: 3px; |
|
|
|
padding-top: 3px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#pageWrapper { |
|
|
|
#pageWrapper { |
|
|
|
border-bottom: 1px solid #909090; |
|
|
|
/*border-bottom: 1px solid #909090;#19844*/ |
|
|
|
border-top: 1px solid #909090; |
|
|
|
/* border-top: 1px solid #909090;#19844*/ |
|
|
|
|
|
|
|
border-top: 1px solid var(--color-border-default); |
|
|
|
|
|
|
|
border-bottom: 1px solid var(--color-border-default); |
|
|
|
overflow: hidden; /* This can be set to hidden or auto */ |
|
|
|
overflow: hidden; /* This can be set to hidden or auto */ |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
/*height: 100%;*/ |
|
|
|
/*height: 100%;*/ |
|
|
@ -235,7 +253,7 @@ li.divider { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#desktopFooter { |
|
|
|
#desktopFooter { |
|
|
|
background: #f2f2f2; |
|
|
|
/*background: #f2f2f2;#19844*/ |
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
|
|
font-size: 11px; |
|
|
|
font-size: 11px; |
|
|
|
height: 24px; |
|
|
|
height: 24px; |
|
|
@ -256,8 +274,9 @@ li.divider { |
|
|
|
/* Panels */ |
|
|
|
/* Panels */ |
|
|
|
|
|
|
|
|
|
|
|
.panel { |
|
|
|
.panel { |
|
|
|
background: #f8f8f8; |
|
|
|
/*background: #f8f8f8;#19844*/ |
|
|
|
border-bottom: 1px solid #b9b9b9; |
|
|
|
/*border-bottom: 1px solid #b9b9b9;*/ |
|
|
|
|
|
|
|
border-bottom: 1px solid var(--color-border-default); |
|
|
|
overflow: auto; |
|
|
|
overflow: auto; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
@ -267,7 +286,7 @@ li.divider { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.panelAlt { |
|
|
|
.panelAlt { |
|
|
|
background: #f2f2f2; |
|
|
|
/*background: #f2f2f2;#19844*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.bottomPanel { |
|
|
|
.bottomPanel { |
|
|
@ -279,13 +298,14 @@ li.divider { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#mainPanel { |
|
|
|
#mainPanel { |
|
|
|
background: #fff; |
|
|
|
/*background: #fff;#19844*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.panel-header { |
|
|
|
.panel-header { |
|
|
|
background: #f1f1f1 url("../images/bg-panel-header.gif") repeat-x; |
|
|
|
/*background: #f1f1f1 url("../images/bg-panel-header.gif") repeat-x;#19844*/ |
|
|
|
border-bottom: 1px solid #d3d3d3; |
|
|
|
/*border-bottom: 1px solid #d3d3d3;#19844*/ |
|
|
|
height: 30px; |
|
|
|
/*height: 30px;#19844*/ |
|
|
|
|
|
|
|
border-bottom: 1px solid var(--color-border-default); |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
@ -295,12 +315,12 @@ li.divider { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.panel-headerContent.tabs { |
|
|
|
.panel-headerContent.tabs { |
|
|
|
background: url("../images/tabs.gif") repeat-x; |
|
|
|
/*background: url("../images/tabs.gif") repeat-x;#19844*/ |
|
|
|
background-position: left -68px; |
|
|
|
/*background-position: left -68px;#19844*/ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.panel-header h2 { |
|
|
|
.panel-header h2 { |
|
|
|
color: #333; |
|
|
|
/*color: #333;#19844*/ |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
height: 22px; |
|
|
|
height: 22px; |
|
|
@ -326,7 +346,7 @@ li.divider { |
|
|
|
/* Column and Panel Handles */ |
|
|
|
/* Column and Panel Handles */ |
|
|
|
|
|
|
|
|
|
|
|
.horizontalHandle { |
|
|
|
.horizontalHandle { |
|
|
|
background: #eee url("../images/bg-handle-horizontal.gif") repeat-x; |
|
|
|
/*background: #eee url("../images/bg-handle-horizontal.gif") repeat-x;#19844*/ |
|
|
|
font-size: 1px; |
|
|
|
font-size: 1px; |
|
|
|
height: 4px; |
|
|
|
height: 4px; |
|
|
|
line-height: 1px; |
|
|
|
line-height: 1px; |
|
|
@ -348,8 +368,9 @@ li.divider { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.columnHandle { |
|
|
|
.columnHandle { |
|
|
|
background: #c3c3c3 url("../images/handle-icon.gif") center center no-repeat; |
|
|
|
background: /*#c3c3c3#19844*/ url("../images/handle-icon.gif") center center no-repeat; |
|
|
|
border: 1px solid #909090; |
|
|
|
/*border: 1px solid #909090;*/ |
|
|
|
|
|
|
|
border: 1px solid var(--color-border-default); |
|
|
|
border-bottom: 0; |
|
|
|
border-bottom: 0; |
|
|
|
border-top: 0; |
|
|
|
border-top: 0; |
|
|
|
float: left; |
|
|
|
float: left; |
|
|
|