mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
restructured CSS to allow for full-width tag reference on narrow preset inputs.
This commit is contained in:
+10
-4
@@ -971,10 +971,16 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
height: 65px;
|
||||
}
|
||||
|
||||
.form-field-levels,
|
||||
.form-field-elevation,
|
||||
.form-field.checkselect {
|
||||
width: 60%;
|
||||
.form-field-levels label,
|
||||
.form-field-elevation label,
|
||||
.form-field.checkselect label {
|
||||
margin-right: 50%;
|
||||
}
|
||||
|
||||
.form-field-levels input,
|
||||
.form-field-elevation input,
|
||||
.form-field.checkselect input {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.form-field-name input {
|
||||
|
||||
Reference in New Issue
Block a user