From 72b329938e82c3da7dbfcd345dd578b0dca1ac25 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 28 May 2013 18:18:45 -0400 Subject: [PATCH] Fixes for tag reference layout. --- css/app.css | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index b709f09f8..75169ea1c 100644 --- a/css/app.css +++ b/css/app.css @@ -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 */