mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 12:57:26 +00:00
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:
parent
9ae7422694
commit
4091ae8226
@ -117,9 +117,10 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-shorten {
|
.form-shorten {
|
||||||
max-width: 600px;
|
max-width: 51%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
padding-top: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-shorten .form-shorten-heading{
|
.form-shorten .form-shorten-heading{
|
||||||
|
@ -80,9 +80,6 @@
|
|||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<?php include('navbar.php'); ?>
|
<?php include('navbar.php'); ?>
|
||||||
|
|
||||||
<div class="container" style="float:center;padding-bottom:7%;">
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<form class="form-shorten" id="form-shorten">
|
<form class="form-shorten" id="form-shorten">
|
||||||
|
Loading…
Reference in New Issue
Block a user