layout details.

This commit is contained in:
Saman Bemel-Benrud
2013-03-21 14:35:48 -04:00
parent fd969bb93e
commit 6b4baf93fb
+5 -3
View File
@@ -1070,15 +1070,17 @@ input[type=number] {
.radio-wrap button {
font-weight: normal;
padding: 2px 10px;
padding: 2px 5px;
height: 30px;
border-radius: 0;
border-right: 1px solid #CCC;
width: 20%;
width: 22.5%;
}
.radio-wrap button:last-child {
border-right: 0;
width: 10%;
padding: 0;
}
/* Preset form address */
@@ -2135,7 +2137,7 @@ a.success-action {
background-color: rgba(0,0,0,.2);
background-clip: padding-box;
border: solid transparent;
border-width: 3px 3px 3px 3px;
border-width: 3px 3px 3px 4px;
min-height: 25px;
border-radius: 6px;
}