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%;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user