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;
|
||||
height: 35px;
|
||||
|
||||
.textDiv {
|
||||
margin-right: 10px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
select,
|
||||
input {
|
||||
|
||||
|
|
|
@ -4189,6 +4189,9 @@ div.dropdownInner {
|
|||
div.queryline {
|
||||
color: black;
|
||||
height: 35px; }
|
||||
div.queryline .textDiv {
|
||||
margin-right: 10px;
|
||||
margin-top: 4px; }
|
||||
div.queryline select,
|
||||
div.queryline input {
|
||||
margin-bottom: 5px; }
|
||||
|
|
Loading…
Reference in New Issue