2013-12-07 22:13:29 +00:00
|
|
|
.tab-auxiliary_configuration {
|
|
|
|
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .heads {
|
2013-12-18 13:57:27 +00:00
|
|
|
float: right;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .heads li {
|
|
|
|
float: left;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
width: 182px;
|
|
|
|
height: 22px;
|
|
|
|
line-height: 22px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
border-bottom: 0;
|
|
|
|
border-left: 0;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .heads li:first-child {
|
|
|
|
border-left: 1px solid #8b8b8b;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .heads li:nth-child(3) {
|
|
|
|
width: 183px;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .heads li:nth-child(4) {
|
|
|
|
width: 185px;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .boxes {
|
|
|
|
width: 100%;
|
2014-03-08 05:25:15 +00:00
|
|
|
border-collapse: collapse;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
2014-03-08 05:25:15 +00:00
|
|
|
.tab-auxiliary_configuration .boxes th, .tab-auxiliary_configuration .boxes td {
|
2013-12-07 22:13:29 +00:00
|
|
|
line-height: 22px;
|
|
|
|
text-align: center;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .boxes .name {
|
|
|
|
/* padding-left: 5px; */
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .boxes .on {
|
|
|
|
color: white;
|
|
|
|
background-color: #0d8b13;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .boxes .off {
|
|
|
|
color: white;
|
|
|
|
background-color: #be2222;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .boxes td input {
|
|
|
|
position: absolute;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
margin-top: -6px;
|
|
|
|
margin-left: -6px;
|
2014-03-08 05:25:15 +00:00
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-auxiliary_configuration .boxes tr:nth-child(odd) {
|
|
|
|
background-color: #ececec;
|
2014-03-08 05:25:15 +00:00
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-auxiliary_configuration .update {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
margin-top: 10px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2014-01-03 09:35:57 +00:00
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2014-01-03 09:35:57 +00:00
|
|
|
padding: 0 15px 0 15px;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
text-align: center;
|
2014-01-03 09:35:57 +00:00
|
|
|
font-weight: bold;
|
2014-03-08 05:25:15 +00:00
|
|
|
|
2013-12-07 22:13:29 +00:00
|
|
|
border: 1px solid silver;
|
2014-01-03 09:35:57 +00:00
|
|
|
background-color: #ececec;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .update:hover {
|
2014-01-03 09:35:57 +00:00
|
|
|
background-color: #dedcdc;
|
2014-01-22 18:05:52 +00:00
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .update.success {
|
|
|
|
border: 1px solid #43c84d;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|