Commit 8e515c3ef1ffdd772ee69e52303f38626afa49cd
1 parent
07e8414b
Exists in
master
and in
29 other branches
responsive: fix problems with bootstrap's border-box
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
public/designs/themes/base/style.scss
@@ -639,8 +639,7 @@ div#notice { | @@ -639,8 +639,7 @@ div#notice { | ||
639 | border-radius-topright: 0px; | 639 | border-radius-topright: 0px; |
640 | border-radius-bottomright: 0px; | 640 | border-radius-bottomright: 0px; |
641 | background-color: #cecece; | 641 | background-color: #cecece; |
642 | - max-width: 175px; | ||
643 | - width: 200px; | 642 | + width: 100%; |
644 | border-right: 2px solid #555753; | 643 | border-right: 2px solid #555753; |
645 | } | 644 | } |
646 | 645 |
public/stylesheets/application.css
@@ -4624,7 +4624,7 @@ h1#agenda-title { | @@ -4624,7 +4624,7 @@ h1#agenda-title { | ||
4624 | width: 140px; | 4624 | width: 140px; |
4625 | background-repeat: no-repeat; | 4625 | background-repeat: no-repeat; |
4626 | background-position: 0px 50%; | 4626 | background-position: 0px 50%; |
4627 | - height: 48px; | 4627 | + height: 70px; |
4628 | padding: 4px 5px 0px 55px; | 4628 | padding: 4px 5px 0px 55px; |
4629 | margin-bottom: 30px; | 4629 | margin-bottom: 30px; |
4630 | margin-right: 10px; | 4630 | margin-right: 10px; |