Commit 8e515c3ef1ffdd772ee69e52303f38626afa49cd

Authored by Braulio Bhavamitra
1 parent 07e8414b

responsive: fix problems with bootstrap's border-box

public/designs/themes/base/style.scss
... ... @@ -639,8 +639,7 @@ div#notice {
639 639 border-radius-topright: 0px;
640 640 border-radius-bottomright: 0px;
641 641 background-color: #cecece;
642   - max-width: 175px;
643   - width: 200px;
  642 + width: 100%;
644 643 border-right: 2px solid #555753;
645 644 }
646 645  
... ...
public/stylesheets/application.css
... ... @@ -4624,7 +4624,7 @@ h1#agenda-title {
4624 4624 width: 140px;
4625 4625 background-repeat: no-repeat;
4626 4626 background-position: 0px 50%;
4627   - height: 48px;
  4627 + height: 70px;
4628 4628 padding: 4px 5px 0px 55px;
4629 4629 margin-bottom: 30px;
4630 4630 margin-right: 10px;
... ...