Commit 1e3c5d42ae1f97c8540c58158ececb16f73f8133
1 parent
5ad36628
Exists in
master
and in
2 other branches
Including responsive style for toggle_slide buttons
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -276,12 +276,15 @@ |
276 | 276 | p{ |
277 | 277 | margin: 10px; |
278 | 278 | } |
279 | + .slide_toggle{ | |
280 | + visibility: hidden; | |
281 | + } | |
279 | 282 | } |
280 | 283 | @media(max-width:610px){ |
281 | 284 | .outside-title{ |
282 | 285 | font-size:1.5em; |
283 | 286 | } |
284 | - | |
287 | + | |
285 | 288 | .container-fluid { |
286 | 289 | padding-left: 10px; |
287 | 290 | padding-right: 10px; | ... | ... |