1
0
Fork 0

css changes for dropdown class

This commit is contained in:
Heiko Kernbach 2014-08-21 14:19:19 +02:00
parent aa57a43502
commit 750c87ed38
2 changed files with 8 additions and 0 deletions

View File

@ -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 {

View File

@ -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; }