Attempt to make interface more scalable

This makes better positions the form element on the page,
removing the need for the dummy element in index.php
This commit is contained in:
Arctic Code 2014-02-19 10:22:49 -06:00
parent 9ae7422694
commit 4091ae8226
2 changed files with 2 additions and 4 deletions

View File

@ -117,9 +117,10 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
}
.form-shorten {
max-width: 600px;
max-width: 51%;
padding: 15px;
margin: 0 auto;
padding-top: 20%;
}
.form-shorten .form-shorten-heading{

View File

@ -80,9 +80,6 @@
<div id="wrap">
<?php include('navbar.php'); ?>
<div class="container" style="float:center;padding-bottom:7%;">
<p></p>
</div>
<div class="container">
<form class="form-shorten" id="form-shorten">