Skip to content

Commit

Permalink
Improved Query Panel Style
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Jan 10, 2017
1 parent 6d2d8fd commit 9e0f9c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions web/client/components/data/query/queryform.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@
margin-right: 10px;
}

#mapstore-drawermenu #queryFormPanel .btn.remove-filter-button {
padding: 3px 6px;
#mapstore-drawermenu #queryFormPanel .remove-filter-button {
height: 32px;
width: 32px;
padding: 0;
}
#mapstore-drawermenu #queryFormPanel input.form-control {
height: 32px;
}

#mapstore-drawermenu #queryFormPanel .logicHeader .group_label_a,#mapstore-drawermenu #queryFormPanel .logicHeader .group_label_b {
Expand Down

0 comments on commit 9e0f9c9

Please sign in to comment.