Blame view

css/setting-panel.css 3.59 KB
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
  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;
  }