1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-22 19:52:40 +00:00

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

View File

@ -63,10 +63,22 @@ hr {
margin-bottom: 2%; 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"] { .form-shorten input[type="text"] {
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
height: 400%; height: 47px;
font-size: 20px; font-size: 20px;
border: none; border: none;
box-shadow: none; box-shadow: none;
@ -77,7 +89,7 @@ hr {
box-shadow: none; box-shadow: none;
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
height: 400%; height: 47px;
font-size: 20px; font-size: 20px;
} }