Add linkage css and make input box 47px tall instead of %

This commit is contained in:
alopexc0de 2014-07-24 21:25:40 -04:00
parent 09280b93fa
commit c1f5a2eee8
No known key found for this signature in database
GPG Key ID: 48E847F18074C953
1 changed files with 14 additions and 2 deletions

View File

@ -63,10 +63,22 @@ hr {
margin-bottom: 2%;
}
.lexp select{
height: 25px;
border: none;
width: 78px;
}
.linkage{
margin-top: 28%;
font-size: 15px;
color: #ccc;
}
.form-shorten input[type="text"] {
padding: 10px;
font-size: 16px;
height: 400%;
height: 47px;
font-size: 20px;
border: none;
box-shadow: none;
@ -77,7 +89,7 @@ hr {
box-shadow: none;
padding: 10px;
font-size: 16px;
height: 400%;
height: 47px;
font-size: 20px;
}