2013-12-07 22:13:29 +00:00
|
|
|
.tab-auxiliary_configuration {
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
2014-05-04 12:51:08 +00:00
|
|
|
.tab-auxiliary_configuration .boxes .heads {
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .boxes .main {
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-auxiliary_configuration .boxes .name {
|
|
|
|
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
|
|
|
}
|
2014-05-04 12:51:08 +00:00
|
|
|
.tab-auxiliary_configuration .boxes .switches:nth-child(odd) {
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-auxiliary_configuration .boxes .heads th:first-child {
|
|
|
|
border: 0;
|
|
|
|
background-color: white;
|
|
|
|
}
|
2014-07-04 18:55:46 +00:00
|
|
|
.tab-auxiliary_configuration .buttons {
|
|
|
|
width: calc(100% - 20px);
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
}
|
2013-12-07 22:13:29 +00:00
|
|
|
.tab-auxiliary_configuration .update {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
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;
|
2013-12-07 22:13:29 +00:00
|
|
|
}
|