Fixes for tag reference layout.

This commit is contained in:
Saman Bemel-Benrud
2013-05-28 18:18:45 -04:00
parent e66eeacd12
commit 72b329938e
+21 -3
View File
@@ -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 */