Commit bb709fe995bd52c237f12d903a00cfa8571dbddb
1 parent
17b20949
Exists in
master
and in
2 other branches
Button adjustment
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -289,13 +289,11 @@ |
289 | 289 | padding:10px; |
290 | 290 | } |
291 | 291 | |
292 | - .btn{ | |
293 | - padding: 0px 10px; | |
294 | - margin: 10px 1px; | |
295 | - } | |
296 | 292 | |
297 | 293 | #btn-search { |
298 | 294 | font-size: 1.5em; |
295 | + padding: 0px 10px; | |
296 | + margin: 10px 1px; | |
299 | 297 | } |
300 | 298 | .navbar .logo{ |
301 | 299 | margin: auto; | ... | ... |