little adjustments

10.3.x-maintenance
skaman82 2015-11-08 18:04:29 +01:00
parent 6f327544b0
commit 7203be88fd
1 changed files with 13 additions and 4 deletions

View File

@ -168,8 +168,9 @@
}
.tab-receiver .tunings table th {
background: #8b8b8b;
background: #828885;
color: white;
border-right: 1px solid silver;
}
@ -179,11 +180,14 @@
.tab-receiver .tunings table th:last-child {
border-top-right-radius: 3px;
border-right: 0px;
}
.tab-receiver .tunings table td {
background: #DEDEDE;
border-right: 1px solid silver;
}
.tab-receiver .tunings table td:first-child {
@ -192,6 +196,7 @@
.tab-receiver .tunings table td:last-child {
border-bottom-right-radius: 5px;
border-right: 0px;
}
.tab-receiver .tunings table td {
@ -229,7 +234,7 @@
text-align: left;
padding-left: 6px;
font-weight: bold;
background: #8b8b8b;
background: #828885;
color: white;
border-top-right-radius: 5px;
@ -261,15 +266,19 @@
text-align: left;
padding-left: 6px;
font-weight: bold;
background: #8b8b8b;
background: #828885;
color: white;
border-top-left-radius: 5px;
border-right: 1px solid silver;
}
.tab-receiver .rcmap_wrapper .head span {
}
.tab-receiver .hybrid_element {
border-right: 1px solid silver;
}
.tab-receiver .hybrid_element input {
position: absolute;
padding-left: 5px;