mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
layout details.
This commit is contained in:
+5
-3
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user