Skip to content

Commit

Permalink
confined max width of the forms to reduce white portions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sapbasu15 committed Jun 3, 2016
1 parent dd8f00b commit 3113337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.navbar {min-height: 0px; margin-bottom: 0px; border: 0px}
.nav>li {display: inline-block;}
.navbar-centered .nav > li > a {color: white}
.navbar-inverse { background-color: #333 } /* #7B7B7B */
.navbar-inverse { background-color: #555 } /* #7B7B7B */
.navbar-centered .nav > li > a:hover{ background-color: white; color: black }
.navbar-centered .nav .active > a,.navbar-centered .navbar-nav > .active > a:focus { background-color: white; color: black; font-weight:bold; }
.navbar-centered .navbar-nav { float: none; text-align: center; }
Expand Down Expand Up @@ -227,7 +227,7 @@ function showTab(target){
<br><p><button type="button" id="addShippingButton" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal" style="margin: 5px">Add New Address</button></p><br>
</div>

<div id="iframe_holder" class="center-block" style="width:90%;">
<div id="iframe_holder" class="center-block" style="width:90%;max-width: 1000px">
<iframe id="load_profile" class="embed-responsive-item" name="load_profile" width="100%" height="1150px" frameborder="0" scrolling="no" hidden="true">
</iframe>

Expand Down

0 comments on commit 3113337

Please sign in to comment.