mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
43 lines
627 B
CSS
43 lines
627 B
CSS
#menu ul{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#menu ul ul{
|
|
list-style: square inside;
|
|
margin: 5px;
|
|
marker-offset: auto;
|
|
}
|
|
#menu h3 {
|
|
font-size: 100%;
|
|
margin-top: 10px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#menu {
|
|
position : absolute;
|
|
width : 20%;
|
|
height : 100%;
|
|
top : 0;
|
|
right : 0;
|
|
bottom : auto;
|
|
left : 0;
|
|
overflow: auto;
|
|
font-size: 0.8em;
|
|
/*border-bottom: 1px solid #aaa;*/
|
|
}
|
|
#main {
|
|
position : absolute;
|
|
top : 0;
|
|
left : 20%;
|
|
bottom : auto;
|
|
width : 80%;
|
|
height : 100%;
|
|
}
|
|
.embeddedobject {
|
|
width:100%;
|
|
height:100%;
|
|
position:absolute;
|
|
}
|
|
|