From 828a1083126335ee8a8ef897853162457320f73f Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Mon, 8 Apr 2013 19:31:22 -0400 Subject: [PATCH] fine-tuning bg adjustment ui. --- css/app.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 8af8c61ba..4e0758097 100644 --- a/css/app.css +++ b/css/app.css @@ -1415,7 +1415,7 @@ img.wiki-image { position: fixed; left: 30px; display: block; - padding: 10px; + padding: 10px 10px 0 10px; } /* Zoomer */ @@ -1439,9 +1439,13 @@ img.wiki-image { border-radius:0 4px 0 0; } +.background-control button.active { + border-radius: 0; +} + .nudge-container { border-top: 1px solid #CCC; - margin: 10px -10px -10px -10px; + margin: 0 -10px; } .background-control .adjustments button:last-child { @@ -1449,7 +1453,8 @@ img.wiki-image { } .hide-toggle { - padding-left: 12px; + display: block; + padding: 0 0 10px 12px; position: relative; } @@ -1460,7 +1465,7 @@ img.wiki-image { height: 0; width: 0; left: 0; - top: 4px; + top: 5px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 8px solid #7092ff;