mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 04:57:25 +00:00
Revert "Attempt to make interface more scalable"
This reverts commit 4091ae8226
.
This commit is contained in:
parent
4091ae8226
commit
ddde0fef8d
@ -117,10 +117,9 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-shorten {
|
.form-shorten {
|
||||||
max-width: 51%;
|
max-width: 600px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 20%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-shorten .form-shorten-heading{
|
.form-shorten .form-shorten-heading{
|
||||||
|
@ -80,6 +80,9 @@
|
|||||||
<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