179 lines
3.1 KiB
CSS
179 lines
3.1 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 0px;
|
|
}
|
|
|
|
.menu li {
|
|
margin-top : -5px;
|
|
margin-bottom : -5px;
|
|
}
|
|
|
|
#di_header_image img,
|
|
#di_header_image {
|
|
height : 240px;
|
|
overflow : hidden;
|
|
}
|
|
|
|
#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_info {
|
|
margin-left : -99px;
|
|
}
|
|
|
|
.sub_menu_matrix_icon {
|
|
margin-left : 58px;
|
|
}
|
|
|
|
.form_table #text_element, .form_table #filter_element {
|
|
width : 300px;
|
|
}
|
|
|
|
.form_table #date_element {
|
|
width : 281px;
|
|
}
|
|
|
|
.form_table #datetime_element {
|
|
width : 177px;
|
|
}
|
|
|
|
.checkbox_element, .radio_element {
|
|
margin-bottom : 0px;
|
|
vertical-align : middle;
|
|
width : 15px;
|
|
text-transform : capitalize;
|
|
}
|
|
|
|
#password_element {
|
|
width : 250px;
|
|
}
|
|
|
|
.form_table #file_element {
|
|
width : 383px;
|
|
}
|
|
|
|
#content {
|
|
padding : 25px 0px;
|
|
}
|
|
|
|
#ibox_content {
|
|
border-style : none;
|
|
}
|
|
|
|
#ibox_wrapper {
|
|
border-color : #dcdcdc;
|
|
}
|
|
|
|
#ibox_title {
|
|
width : 100%;
|
|
}
|
|
|
|
.social_media_icons,
|
|
.container-tweet,
|
|
#img_rt,
|
|
#twit-bird,
|
|
#arrow_right,
|
|
#arrow_left,
|
|
#menu_image,
|
|
#img_sts {
|
|
filter : progid:DXImageTransform.Microsoft.Alpha(opacity=0);
|
|
width : 100%;
|
|
height : 100%;
|
|
}
|
|
|
|
#arrow_left_bg {
|
|
filter : progid:DXImageTransform.Microsoft.Alpha(opacity=50);
|
|
}
|
|
|
|
#arrow_right_span,
|
|
#arrow_left_span {
|
|
position : absolute;
|
|
top : 0px;
|
|
width : 100%;
|
|
height : 100%;
|
|
}
|
|
|
|
|
|
#arrow_info_hide_span,
|
|
#arrow_info_show_span {
|
|
position : absolute;
|
|
top : 794px;
|
|
z-index : 10000;
|
|
width : 28px;
|
|
height : 16px;
|
|
}
|
|
|
|
#motd {
|
|
border-top : 0px;
|
|
line-height : 0px;
|
|
}
|
|
|
|
#period_title {
|
|
margin-top : -5px;
|
|
margin-left : 0px;
|
|
background : #efefff;
|
|
}
|
|
|
|
#footer_button {
|
|
padding : 10px 8px;
|
|
margin : 0px;
|
|
margin-top : 5px;
|
|
}
|
|
|
|
#footer .block {
|
|
width : 220px;
|
|
}
|
|
|
|
.tweet {
|
|
margin-top : -55px;
|
|
}
|
|
|
|
#social_media_spacer {
|
|
height : 20px;
|
|
margin-top : 15px;
|
|
}
|
|
|
|
#twit-bird {
|
|
position : relative;
|
|
} |