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:
parent
09280b93fa
commit
c1f5a2eee8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user