* luci/themes: several css fixes for openwrt.org theme
This commit is contained in:
parent
10b0d3e0df
commit
8169f8ca8b
1 changed files with 71 additions and 4 deletions
|
@ -15,6 +15,10 @@ body {
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#content ul {
|
||||||
|
margin-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
|
@ -50,12 +54,15 @@ body {
|
||||||
.mainmenu {
|
.mainmenu {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/* height: 2em;*/
|
min-height: 1.8em;
|
||||||
min-height: 1.5em;
|
|
||||||
background: #000000;
|
background: #000000;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* html .mainmenu {
|
||||||
|
height: 1.8em;
|
||||||
|
}
|
||||||
|
|
||||||
.mainmenu div {
|
.mainmenu div {
|
||||||
float: left;
|
float: left;
|
||||||
/*display: inline;*/
|
/*display: inline;*/
|
||||||
|
@ -190,11 +197,19 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-section {
|
.cbi-section {
|
||||||
margin: 0 1em;
|
margin-bottom: 0.5em;
|
||||||
|
padding: 0.5em 1em;
|
||||||
|
border: 1px dotted #555555;
|
||||||
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-section h2 {
|
.cbi-section h2 {
|
||||||
margin: 0.5em 0 0.5em -0.5em !important;
|
margin: 0em 0 0.5em -0.5em !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-section h3 {
|
||||||
|
height: 1.2em;
|
||||||
|
margin-top: -1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-section-descr {
|
.cbi-section-descr {
|
||||||
|
@ -249,6 +264,58 @@ table.smalltext tr td {
|
||||||
border-left: 1px solid #666666;
|
border-left: 1px solid #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.cbi-value {
|
||||||
|
clear: left;
|
||||||
|
border-bottom: 1px dotted #AAAAAA;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-value:last-child {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-value-title {
|
||||||
|
width: 30%;
|
||||||
|
float: left;
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-value-field {
|
||||||
|
width: 68%;
|
||||||
|
float: left;
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-value-description {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-section-create {
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-map-descr {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-optionals {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-section-remove input {
|
||||||
|
border-color: #AAAAAA;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.cbi-section-node {
|
||||||
|
border: 1px solid #AAAAAA;
|
||||||
|
padding: 0.25em;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.luci {
|
.luci {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue