Moved form control styles (i.e., border and radius) out of base
This commit is contained in:
parent
14eeef4ac4
commit
68f83211a5
|
@ -48,14 +48,6 @@ padding:4px;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
}
|
}
|
||||||
input, textarea, select {
|
|
||||||
border-width:2px;
|
|
||||||
border-style: solid;
|
|
||||||
border-radius:4px;
|
|
||||||
-moz-border-radius:4px;
|
|
||||||
-webkit-border-radius:4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input.submit {
|
input.submit {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
|
|
@ -20,7 +20,13 @@ font-size:1em;
|
||||||
address {
|
address {
|
||||||
margin-right:5.7%;
|
margin-right:5.7%;
|
||||||
}
|
}
|
||||||
|
input, textarea, select {
|
||||||
|
border-width:2px;
|
||||||
|
border-style: solid;
|
||||||
|
border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
|
}
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,13 @@ font-size:1em;
|
||||||
address {
|
address {
|
||||||
margin-right:7.2%;
|
margin-right:7.2%;
|
||||||
}
|
}
|
||||||
|
input, textarea, select {
|
||||||
|
border-width:2px;
|
||||||
|
border-style: solid;
|
||||||
|
border-radius:4px;
|
||||||
|
-moz-border-radius:4px;
|
||||||
|
-webkit-border-radius:4px;
|
||||||
|
}
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user