Commit 231b9309c984f3817f03498b0ddc36beabd18a23
1 parent
2f1df277
Exists in
master
and in
5 other branches
button css included [Issue:#251]
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
core/static/css/base/amadeus.css
... | ... | @@ -22,6 +22,9 @@ |
22 | 22 | position: absolute; |
23 | 23 | left: 30%; |
24 | 24 | } |
25 | +#btn-search{ | |
26 | + margin-bottom: 0px; | |
27 | + } | |
25 | 28 | .user-notification-img{ |
26 | 29 | width:40%; |
27 | 30 | } |
... | ... | @@ -453,4 +456,4 @@ ul, li { |
453 | 456 | |
454 | 457 | #panel2 .col-md-2, #panel2 .col-md-10{ |
455 | 458 | padding-left: 0; |
456 | -} | |
457 | 459 | \ No newline at end of file |
460 | +} | ... | ... |