From 104e5fb8c8b6c402336c448f369b54625373fdca Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Fri, 21 Jun 2013 14:02:52 -0400 Subject: [PATCH] minor style fixes. --- css/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/app.css b/css/app.css index a46452d82..8139e3079 100644 --- a/css/app.css +++ b/css/app.css @@ -960,6 +960,11 @@ a:hover .icon.out-link { background-position: -500px -14px;} border-bottom-color: #ccc; } +.entity-editor-pane .preset-list-item .preset-list-button-wrap { + margin-bottom: 0; +} + + .form-field { margin-bottom: 10px; width: 100%; @@ -2574,6 +2579,10 @@ img.wiki-image { border-top-color: #000; } +.entity-editor-pane .tooltip.bottom .tooltip-arrow { + border-bottom-color: #000; +} + .entity-editor-pane .tooltip.left .tooltip-arrow { border-left-color: #000; }