themes: add new classes to remaining themes
This commit is contained in:
parent
83de41903c
commit
6832010927
7 changed files with 254 additions and 1 deletions
|
@ -456,6 +456,11 @@ table.smalltext tr td {
|
|||
|
||||
}
|
||||
|
||||
table.cbi-section-table .cbi-section-table-cell {
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.cbi-value {
|
||||
clear: left;
|
||||
vertical-align: middle;
|
||||
|
@ -698,3 +703,34 @@ div.cbi-tab-descr {
|
|||
* html div.cbi-value-description {
|
||||
margin-left: 40%;
|
||||
}
|
||||
|
||||
|
||||
.ifacebox {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-head {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
border-color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -544,6 +544,11 @@ table.smalltext tr td {
|
|||
.cbi-rowstyle-2 {
|
||||
}
|
||||
|
||||
table.cbi-section-table .cbi-section-table-cell {
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.cbi-value {
|
||||
clear: left;
|
||||
vertical-align: middle;
|
||||
|
@ -807,3 +812,34 @@ div.cbi-tab-descr {
|
|||
* html div.cbi-value-description {
|
||||
margin-left: 40%;
|
||||
}
|
||||
|
||||
|
||||
.ifacebox {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-head {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
border-color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -91,7 +91,40 @@ a img {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
#header {height: auto;
|
||||
|
||||
.ifacebox {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-head {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
border-color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
#header {
|
||||
height: auto;
|
||||
background: #FFF url(header.jpg) repeat-x left bottom;
|
||||
color: #ccc;
|
||||
font-weight: bold;
|
||||
|
@ -768,6 +801,11 @@ table.cbi-section-table .cbi-rowstyle-2:hover {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
table.cbi-section-table .cbi-section-table-cell {
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cbi-section .cbi-rowstyle-1 h3 {
|
||||
background-color: #f1f6fa;
|
||||
color: #555;
|
||||
|
|
|
@ -715,6 +715,11 @@ table.cbi-section-table .cbi-rowstyle-1 * {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
table.cbi-section-table .cbi-section-table-cell {
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cbi-section .cbi-rowstyle-1 h3 {
|
||||
background-color: #f1f6fa;
|
||||
color: #555555;
|
||||
|
@ -897,4 +902,34 @@ td.cbi-value-error {
|
|||
}
|
||||
|
||||
|
||||
.ifacebox {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-head {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
border-color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -552,6 +552,11 @@ table.smalltext tr td {
|
|||
.cbi-rowstyle-2 {
|
||||
}
|
||||
|
||||
table.cbi-section-table .cbi-section-table-cell {
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
div.cbi-value {
|
||||
clear: left;
|
||||
vertical-align: middle;
|
||||
|
@ -814,3 +819,34 @@ div.cbi-tab-descr {
|
|||
* html div.cbi-value-description {
|
||||
margin-left: 40%;
|
||||
}
|
||||
|
||||
|
||||
.ifacebox {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-head {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
border-color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -649,6 +649,11 @@ table.cbi-section-table .cbi-rowstyle-1 * {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
table.cbi-section-table .cbi-section-table-cell {
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cbi-section .cbi-rowstyle-1 h3 {
|
||||
background-color: #eeeeff;
|
||||
color: #555555;
|
||||
|
@ -821,4 +826,35 @@ td.cbi-value-error {
|
|||
padding: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.ifacebox {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-head {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
border-color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -507,6 +507,11 @@ table.cbi-section-table .cbi-rowstyle-1 * {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
table.cbi-section-table .cbi-section-table-cell {
|
||||
padding: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.cbi-section .cbi-rowstyle-1 h3 {
|
||||
background-color: #eeeeff;
|
||||
color: #555555;
|
||||
|
@ -689,4 +694,35 @@ td.cbi-value-error {
|
|||
margin-left: 40%;
|
||||
}
|
||||
|
||||
|
||||
.ifacebox {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 0 10px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-head {
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ifacebox .ifacebox-body {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
||||
.ifacebadge {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px solid #CCCCCC;
|
||||
padding: 2px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.ifacebadge-active {
|
||||
border-color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue