* luci/themes/openwrt.org: third round of layout fixes
This commit is contained in:
parent
8a9562ba33
commit
59b79c1746
1 changed files with 10 additions and 0 deletions
|
@ -657,6 +657,10 @@ div.cbi-section-create {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
input.cbi-section-create-name {
|
||||
margin-right: -0.25em;
|
||||
}
|
||||
|
||||
div.cbi-map-descr {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
@ -710,6 +714,7 @@ td.cbi-section-table-optionals {
|
|||
|
||||
div.cbi-section-create {
|
||||
border-bottom: 1px dotted #bbbbbb;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
div.cbi-section-create .cbi-button {
|
||||
|
@ -843,6 +848,11 @@ td.cbi-value-error {
|
|||
width: 50% !important;
|
||||
}
|
||||
|
||||
* html table.cbi-section-table td .cbi-input-text,
|
||||
* html table.cbi-section-table td .cbi-input-select {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
* html div.cbi-page-actions {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue