* luci/themes: fix css from last commit
This commit is contained in:
parent
9a7c358cfb
commit
ee9be3fa6e
1 changed files with 1 additions and 11 deletions
|
@ -417,16 +417,6 @@ div.cbi-value-description {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
div.cbi-value-field > div.cbi-value-description {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.cbi-value:hover div.cbi-value-field > div.cbi-value-description {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
div.cbi-section-create {
|
div.cbi-section-create {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
@ -445,7 +435,7 @@ div.cbi-section-remove {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbi-section-node {
|
.cbi-section-node {
|
||||||
CLEAR: Both;
|
clear: both;
|
||||||
border: 1px dotted #bbbbbb;
|
border: 1px dotted #bbbbbb;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue