Merged two separate select styles
This commit is contained in:
parent
7ab682091d
commit
d160dba51a
@ -233,7 +233,8 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background: #fff; }
|
background: #fff; }
|
||||||
select {
|
select {
|
||||||
padding: 0; }
|
padding: 0;
|
||||||
|
width: 220px; }
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
input[type="password"]:focus,
|
input[type="password"]:focus,
|
||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
@ -250,8 +251,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px; }
|
font-size: 13px; }
|
||||||
select {
|
|
||||||
width: 220px; }
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
display: inline; }
|
display: inline; }
|
||||||
label span,
|
label span,
|
||||||
|
Loading…
Reference in New Issue
Block a user