95 lines
1.6 KiB
CSS
95 lines
1.6 KiB
CSS
/** \file html\css\content_ie.css
|
|
* \brief ZKL webinterface content stylesheet (internet explorer)
|
|
* \author Rob Schalken, Core|Vision
|
|
* \version 1.0
|
|
* \date 17-10-2008
|
|
*
|
|
* This file contains the content stylesheet definitions.
|
|
*/
|
|
|
|
/*
|
|
* Framework corrections
|
|
*/
|
|
table {
|
|
margin : 0px 0px 0px -3px;
|
|
}
|
|
|
|
#slideshow,
|
|
#slideshow img {
|
|
height : 240px;
|
|
width : 100%;
|
|
margin-left : auto;
|
|
margin-right : auto;
|
|
left : 0px;
|
|
}
|
|
|
|
.menu li {
|
|
margin-top : -5px;
|
|
margin-bottom : -5px;
|
|
}
|
|
|
|
#login_errormsg {
|
|
width : 375px;
|
|
margin-left : 73%;
|
|
margin-right : auto;
|
|
|
|
}
|
|
|
|
#login_info li {
|
|
margin-top : -5px;
|
|
margin-bottom : -5px;
|
|
}
|
|
|
|
.user_control {
|
|
width : 95%;
|
|
}
|
|
|
|
.user_control table {
|
|
margin : 0px 0px 0px 0px;
|
|
}
|
|
|
|
.user_control select {
|
|
width : 200px;
|
|
}
|
|
|
|
.form_table textarea {
|
|
width : 298px;
|
|
}
|
|
|
|
.form_table #table_select {
|
|
width : 303px;
|
|
}
|
|
|
|
.form_table #table_input {
|
|
width : 303px;
|
|
}
|
|
|
|
.form_table input[type=file] {
|
|
width : 372px;
|
|
}
|
|
|
|
.sub_menu_matrix_icon {
|
|
margin-left : 58px;
|
|
}
|
|
|
|
.nwerror_div,
|
|
.message_div {
|
|
margin-left : -2px;
|
|
margin-top :-2px;
|
|
}
|
|
|
|
#leftright_button {
|
|
margin-right : 13px;
|
|
}
|
|
|
|
#footer_email_input {
|
|
margin : 0px;
|
|
margin-top : 5px;
|
|
}
|
|
|
|
#footer_button {
|
|
padding : 5px 8px;
|
|
margin : 0px;
|
|
margin-top : 5px;
|
|
}
|