mirror of https://gitee.com/bigwinds/arangodb
css changes for dropdown class
This commit is contained in:
parent
aa57a43502
commit
750c87ed38
|
@ -68,6 +68,11 @@ div.queryline {
|
||||||
color: $c-black;
|
color: $c-black;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
|
|
||||||
|
.textDiv {
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
select,
|
select,
|
||||||
input {
|
input {
|
||||||
|
|
||||||
|
|
|
@ -4189,6 +4189,9 @@ div.dropdownInner {
|
||||||
div.queryline {
|
div.queryline {
|
||||||
color: black;
|
color: black;
|
||||||
height: 35px; }
|
height: 35px; }
|
||||||
|
div.queryline .textDiv {
|
||||||
|
margin-right: 10px;
|
||||||
|
margin-top: 4px; }
|
||||||
div.queryline select,
|
div.queryline select,
|
||||||
div.queryline input {
|
div.queryline input {
|
||||||
margin-bottom: 5px; }
|
margin-bottom: 5px; }
|
||||||
|
|
Loading…
Reference in New Issue