mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Adjust grid styles for line presets
This commit is contained in:
+12
@@ -747,6 +747,10 @@ div.combobox {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.line .grid-entry {
|
||||
min-height: 120px;
|
||||
}
|
||||
|
||||
.grid-inner {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -781,6 +785,10 @@ div.combobox {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.line .grid-entry .icon {
|
||||
top: 10%;
|
||||
}
|
||||
|
||||
.grid-entry .label {
|
||||
text-align: center;
|
||||
display: block;
|
||||
@@ -794,6 +802,10 @@ div.combobox {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.line .grid-entry .label {
|
||||
top: 80%;
|
||||
}
|
||||
|
||||
.preset-grid-search {
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
|
||||
Reference in New Issue
Block a user