mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Fixes for tag reference layout.
This commit is contained in:
+21
-3
@@ -1526,9 +1526,13 @@ div.combobox {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.tag-reference-body p:last-child {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.tag-reference-body a {
|
||||
margin-top: 5px;
|
||||
display: block;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.preset-list .tag-reference-body {
|
||||
@@ -1536,14 +1540,27 @@ div.combobox {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.preset-list .tag-reference-body a {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.preset-list .tag-reference-body p,
|
||||
.preset-list .tag-reference-body img {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.raw-tag-editor .tag-reference-body {
|
||||
border-bottom: 1px solid #ccc;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.raw-tag-editor .tag-reference-body * {
|
||||
padding-bottom: 10px;
|
||||
.raw-tag-editor .tag-reference-body p:last-child {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.raw-tag-editor .tag-reference-body a {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
img.wiki-image {
|
||||
@@ -1555,6 +1572,7 @@ img.wiki-image {
|
||||
margin-right: 10px;
|
||||
border-radius: 4px;
|
||||
max-height: 200px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* Raw relation membership editor */
|
||||
|
||||
Reference in New Issue
Block a user