themes: add zone badge classes to remaining themes
This commit is contained in:
parent
a23f1335d8
commit
f8d8f10aa8
7 changed files with 183 additions and 0 deletions
|
@ -735,3 +735,29 @@ div.cbi-tab-descr {
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
|
@ -844,3 +844,29 @@ div.cbi-tab-descr {
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
|
@ -124,6 +124,32 @@ a img {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
height: auto;
|
height: auto;
|
||||||
background: #FFF url(header.jpg) repeat-x left bottom;
|
background: #FFF url(header.jpg) repeat-x left bottom;
|
||||||
|
|
|
@ -933,4 +933,30 @@ td.cbi-value-error {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -851,3 +851,30 @@ div.cbi-tab-descr {
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -858,4 +858,30 @@ td.cbi-value-error {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -726,4 +726,30 @@ td.cbi-value-error {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zonebadge {
|
||||||
|
padding: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge em,
|
||||||
|
.zonebadge strong {
|
||||||
|
margin: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge input {
|
||||||
|
width: 6em;
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.zonebadge-empty {
|
||||||
|
border: 1px dashed #AAAAAA;
|
||||||
|
color: #AAAAAA;
|
||||||
|
font-style: italic;
|
||||||
|
font-size: smaller;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue