initial checkin from subversion
This commit is contained in:
67
menuBar.css
Normal file
67
menuBar.css
Normal file
@@ -0,0 +1,67 @@
|
||||
div.menuBar {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user