dl > dd > fieldset {
margin-top: 0;
margin-bottom: 0;
+ padding-top: 5px;
+ padding-bottom: 5px;
}
dl > dd > fieldset > legend {
-
-
-
}
.preInput .dropdown > li:first-child {
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
}
.preInput .dropdown > li:last-child {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
+ border-bottom-left-radius: 5px;
+ border-bottom-right-radius: 5px;
}
.preInput .dropdown > li:hover {