3
0
Fork 0
fsim/WebRoot/css/fsim-layout-default.css
2022-11-13 14:46:54 +01:00

55 lines
635 B
CSS

/* ---- THIS STYLE SHEETS ONLY HANDLES STYLE CLASSES --- */
#top {
height: 100px;
}
#topLogo {
float: left;
width: 150px;
height: 95%;
}
#topSearchBox {
float: left;
width: 450px;
/*height: 95%;*/
}
#topFsimLinks {
float: right;
width: 15%;
height: 95%;
}
#topBar {
}
#results {
min-height: 100px;
}
#bottomBar {
}
#bottom {
}
#fsimKeywordsPopup {
position: absolute;
width: 365px;
left: 160px;
top: 68px;
visibility: hidden;
z-index: 1;
/* strange it wont do the class ??? */
font-size: 60%;
border-style: solid;
border-color: green;
border-width: 2px;
background-color:#C4D8FD;
}