Commit 6beb1813a13dd9248f262d4cb020a39d243c6e57
1 parent
17b20949
Exists in
master
and in
2 other branches
Fixed bug related to Error info that covered the lower entry in the registration form
Showing
1 changed file
with
21 additions
and
5 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -83,6 +83,9 @@ |
83 | 83 | margin: 10px; |
84 | 84 | } |
85 | 85 | |
86 | + .help-block span{ | |
87 | + position: relative !important; | |
88 | + } | |
86 | 89 | |
87 | 90 | /* End Bottom Menu */ |
88 | 91 | } |
... | ... | @@ -178,6 +181,9 @@ |
178 | 181 | padding-left: 5px; |
179 | 182 | padding-right: 5px; |
180 | 183 | } |
184 | + .help-block span{ | |
185 | + position: relative !important; | |
186 | + } | |
181 | 187 | } |
182 | 188 | |
183 | 189 | @media(min-width: 768px) { |
... | ... | @@ -247,6 +253,9 @@ |
247 | 253 | font-size: 25px !important; |
248 | 254 | margin-top: 6px; |
249 | 255 | } |
256 | + .help-block span{ | |
257 | + position: relative !important; | |
258 | + } | |
250 | 259 | } |
251 | 260 | |
252 | 261 | @media(max-width: 680px) { |
... | ... | @@ -308,8 +317,15 @@ |
308 | 317 | .navbar-collapse{ |
309 | 318 | background: #EDEDEE; |
310 | 319 | color: #000000; |
320 | + width: 40%!important; | |
321 | + position: absolute; | |
322 | + z-index: 5; | |
311 | 323 | } |
312 | 324 | |
325 | + .help-block span{ | |
326 | + position: relative !important; | |
327 | + } | |
328 | + | |
313 | 329 | } |
314 | 330 | @media(max-width:610px){ |
315 | 331 | .outside-title{ |
... | ... | @@ -324,11 +340,11 @@ |
324 | 340 | p{ |
325 | 341 | margin: 10px; |
326 | 342 | } |
327 | - .carousel-caption{ | |
328 | - position: static; | |
329 | - text-align: center; | |
330 | - font-size: 1em; | |
331 | - } | |
343 | + .carousel-caption{ | |
344 | + position: static; | |
345 | + text-align: center; | |
346 | + font-size: 1em; | |
347 | + } | |
332 | 348 | } |
333 | 349 | |
334 | 350 | @media(min-width: 500px) { | ... | ... |