Commit 2b209b2706e589ce2fc7979aa199952c7ec15b02
1 parent
8244ab01
Exists in
master
and in
10 other branches
Bugfix in proposal-header.
Showing
1 changed file
with
30 additions
and
0 deletions
Show diff stats
sass/_proposal_detail.scss
| @@ -519,6 +519,36 @@ | @@ -519,6 +519,36 @@ | ||
| 519 | 519 | ||
| 520 | // @media only screen and (max-device-width: 480px) { | 520 | // @media only screen and (max-device-width: 480px) { |
| 521 | @media only screen and (max-width: 480px) { | 521 | @media only screen and (max-width: 480px) { |
| 522 | + .proposal-header { | ||
| 523 | + .title { | ||
| 524 | + line-height: 1.2 !important; | ||
| 525 | + padding: 15px 20px 10px !important; | ||
| 526 | + position: relative !important; | ||
| 527 | + width: auto !important; | ||
| 528 | + bottom: inherit !important; | ||
| 529 | + margin: 0 !important; | ||
| 530 | + } | ||
| 531 | + .abstract { | ||
| 532 | + width: 100% !important; | ||
| 533 | + margin: 0 !important; | ||
| 534 | + p { | ||
| 535 | + padding: 0 20px !important; | ||
| 536 | + position: relative !important; | ||
| 537 | + width: 100% !important; | ||
| 538 | + bottom: inherit !important; | ||
| 539 | + } | ||
| 540 | + } | ||
| 541 | + .show_body { | ||
| 542 | + padding: 20px 0 !important; | ||
| 543 | + span { | ||
| 544 | + text-align: center !important; | ||
| 545 | + margin: 0 10px !important; | ||
| 546 | + display: block !important; | ||
| 547 | + padding: 0 !important; | ||
| 548 | + line-height: 1.2 !important; | ||
| 549 | + } | ||
| 550 | + } | ||
| 551 | + } | ||
| 522 | form { | 552 | form { |
| 523 | .actions { | 553 | .actions { |
| 524 | float: none !important; | 554 | float: none !important; |