mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Updating form field widths, so error messages align better.
This commit is contained in:
parent
cb0e63c2fd
commit
cd661126ae
1 changed files with 2 additions and 2 deletions
|
@ -280,8 +280,8 @@ input, textarea {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-size: 140%;
|
font-size: 140%;
|
||||||
font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
|
font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
|
||||||
padding: 2px;
|
padding: 1%;
|
||||||
width: 100%;
|
width:98%;
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
Loading…
Reference in a new issue