- Consistent padding for input and select elements
- Add spaces to Bibliogram and Quetre labels for consistency
This commit is contained in:
parent
4c3c743536
commit
eb2131c2ff
|
@ -280,9 +280,11 @@ header .tabmenu li.active a {
|
||||||
color: white;
|
color: white;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
input, select {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
.btn {
|
.btn {
|
||||||
padding: 3px;
|
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
Loading…
Reference in New Issue