1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-08-13 10:18:45 +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

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;
}