bunker_like: padding adjust
This commit is contained in:
parent
e27f7c3621
commit
13ffe08443
|
@ -68,19 +68,14 @@ form table tr th {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"],
|
|
||||||
input[type="password"],
|
|
||||||
select {
|
|
||||||
padding: 4px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"], input[type="password"], textarea, select {
|
input[type="text"], input[type="password"], textarea, select {
|
||||||
border: 1px double #07371F;
|
border: 1px double #07371F;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
background: #282A2E;
|
background: #282A2E;
|
||||||
color: #ACACAC;
|
color: #ACACAC;
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
margin: 0 2px;
|
margin: 0 1px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
||||||
|
@ -94,7 +89,6 @@ input[type="submit"] {
|
||||||
color: #ACACAC;
|
color: #ACACAC;
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="submit"]:hover {
|
input[type="submit"]:hover {
|
||||||
|
|
Loading…
Reference in New Issue