2017-02-07 20:13:14 +00:00
|
|
|
div.menuBar {
|
|
|
|
|
-moz-border-radius-bottomright:20px;
|
2020-04-27 14:33:37 -05:00
|
|
|
-webkit-border-bottom-right-radius: 20px;
|
2017-02-07 20:13:14 +00:00
|
|
|
position:fixed;
|
|
|
|
|
top:0px;
|
|
|
|
|
left:150px;
|
|
|
|
|
width:280px;
|
|
|
|
|
height:50px;
|
|
|
|
|
background:#AB934B;
|
|
|
|
|
z-index:100;
|
|
|
|
|
}
|
|
|
|
|
div.logoContainer {
|
|
|
|
|
position:fixed;
|
|
|
|
|
top:0;
|
|
|
|
|
left:0;
|
|
|
|
|
height:50px;
|
|
|
|
|
width:150;
|
|
|
|
|
background:#AB934B;
|
|
|
|
|
color:#60A3CC;
|
|
|
|
|
z-index:100;
|
|
|
|
|
font-style:italic;
|
|
|
|
|
font-family:arial;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
font-size:22px;
|
|
|
|
|
text-align:left;
|
|
|
|
|
}
|
|
|
|
|
img#icnBusyWait {
|
|
|
|
|
position:absolute;
|
|
|
|
|
left:30;
|
|
|
|
|
top:28;
|
|
|
|
|
z-index:101;
|
|
|
|
|
}
|
|
|
|
|
span.userName {
|
|
|
|
|
position:fixed;
|
|
|
|
|
top:0;
|
|
|
|
|
left:450;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* File-Selector Control */
|
|
|
|
|
div.fileSelector{
|
|
|
|
|
position:fixed;
|
|
|
|
|
top:50px;
|
|
|
|
|
left:0px;
|
|
|
|
|
background:#AB934B;
|
|
|
|
|
}
|
|
|
|
|
div.btnContainer {
|
|
|
|
|
background:#AB934B;
|
|
|
|
|
z-index:100;
|
|
|
|
|
}
|
|
|
|
|
ul.fileList {
|
|
|
|
|
background:#AB934B;
|
|
|
|
|
color:#cccccc;
|
|
|
|
|
z-index:100;
|
|
|
|
|
max-height:300px;
|
|
|
|
|
min-width:100px;
|
|
|
|
|
overflow:auto;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
}
|
|
|
|
|
li.selected {
|
|
|
|
|
color:#080808;
|
|
|
|
|
background:#F7D56D;
|
|
|
|
|
}
|
|
|
|
|
li.unselected {
|
|
|
|
|
color:#F7F7F7;
|
|
|
|
|
}
|
|
|
|
|
li:hover {
|
|
|
|
|
color:#0000FF;
|
|
|
|
|
}
|