34 lines
370 B
CSS
34 lines
370 B
CSS
.ui-spinner {
|
|
width: 80px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
#menu {
|
|
width: 250px;
|
|
}
|
|
|
|
#menubox {
|
|
height: 100%;
|
|
top: 0px;
|
|
left : 320px;
|
|
position: fixed;
|
|
border-left-width: 2px;
|
|
border-color: black;
|
|
border-left-style: solid;
|
|
left: 320px;
|
|
}
|
|
|
|
.splitable {
|
|
font-weight: 700;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.notsplitable {
|
|
|
|
}
|
|
|
|
#bottom-left {
|
|
right: 5px;
|
|
bottom: 0;
|
|
position: fixed;
|
|
} |