diff --git a/css/app.css b/css/app.css index cd1a617f0..894956067 100644 --- a/css/app.css +++ b/css/app.css @@ -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; }