54 lines
936 B
CSS
54 lines
936 B
CSS
/** \file html\css\extended_menu.css
|
|
* \brief ZKL webinterface extended menu stylesheet
|
|
* \author Rob Schalken, Core|Vision
|
|
* \version 1.0
|
|
* \date 17-10-2008
|
|
*
|
|
* This file contains the extended menu stylesheet definitions.
|
|
*/
|
|
|
|
|
|
body {
|
|
background : transparent;
|
|
overflow-x : hidden;
|
|
}
|
|
|
|
#content {
|
|
padding-top : 0px;
|
|
width : 470px;
|
|
}
|
|
|
|
#content_table {
|
|
width : 100%;
|
|
margin : 0px 0px 0px -10px;
|
|
}
|
|
|
|
.form_table #col0,
|
|
.form_table #col1 {
|
|
display : none;
|
|
}
|
|
|
|
.form_table #col2 {
|
|
width : 100%;
|
|
}
|
|
|
|
.form_table p {
|
|
margin-bottom : 0px;
|
|
}
|
|
|
|
#period table {
|
|
margin-left : 0px;
|
|
}
|
|
|
|
#period {
|
|
position : relative;
|
|
left : -13px;
|
|
}
|
|
|
|
#period .form_table {
|
|
margin-left : 9px;
|
|
}
|
|
|
|
#input_info {
|
|
width : 140px;
|
|
} |