setting-panel.css 3.59 KB
span.buttongreen ,input.buttongreen {
background-color: #00CC00;
background-image: -webkit-gradient(linear,left top,left bottom,from(#00CC00),to(#009900));
background-image: -webkit-linear-gradient(top,#00CC00,#009900);
background-image: -moz-linear-gradient(top,#00CC00,#009900);
background-image: -ms-linear-gradient(top,#00CC00,#009900);
background-image: -o-linear-gradient(top,#00CC00,#009900);
background-image: linear-gradient(top,#00CC00,#009900);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00CC00',EndColorStr='#009900');
border: 1px solid transparent;
color: #fff!important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: inline-block;
zoom: 1;
font-size:13px;
_display: inline;
font-weight: bold;
height: 29px;
line-height: 29px;
min-width: 54px;
padding: 0px 10px;
margin: 5px 0;
text-align: center;
text-decoration: none !important;
-moz-user-select: none;
-webkit-user-select: none;
cursor: pointer;
}
input.buttonred {
background-color: #d14836;
background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));
background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
background-image: -o-linear-gradient(top,#dd4b39,#d14836);
background-image: linear-gradient(top,#dd4b39,#d14836);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dd4b39',EndColorStr='#d14836');
border: 1px solid transparent;
color: #fff!important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
display: inline-block;
zoom: 1;
_display: inline;
font-weight: bold;
height: 29px;
line-height: 29px;
min-width: 54px;
padding: 0px 10px;
margin: 5px 0;
text-align: center;
text-decoration: none !important;
-moz-user-select: none;
-webkit-user-select: none;
cursor: pointer;
}
input.buttonblue {
	background-color: #4d90fe;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
	border: 1px solid #3079ed;
	color: #fff!important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	zoom: 1;
	_display: inline;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	min-width: 54px;
	padding: 0px 10px;
	margin: 5px 0;
	text-align: center;
	text-decoration: none !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	}der-radius:2px;
 	}
	
	
	
	.tit {
padding: 10px;
background: #f5f5f5;
}

.main-form{
	margin-left:321px;
	margin-top:-10px;
	border:solid 1px #CCC;
	max-width:800px;
	min-width:700px;
	padding:8px;
}

.main-form fieldset {
	position:relative;
	min-width:200px;
	height:100%;
	margin:3px 3px 3px 6px;
	padding:5px;
	border-right:solid 1px #CCC;
	display:inline-table;
}

.main-form input{
	margin-left:10px;
}

.main-form legend {
	margin-bottom:10px;
}

.main-form fieldset table tr td{
	height:25px !important;
}

fieldset legend img{
	margin-right:5px;
}

.sensors_box{
	margin-top:5px;
	border: 1px solid #CCC;
	width:230px;
	height:100px;
	overflow-y:auto;
}