From 0187d20fb5f428d3bd5b63edc8c2be3a2f2b6bee Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 5 Nov 2013 16:46:08 -0800 Subject: [PATCH] Iterate on layer control item design --- app/assets/stylesheets/common.css.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 82b78f664..fe4217d8b 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -709,23 +709,22 @@ nav.secondary { label { position: absolute; - top: 10px; - left: 8px; + top: 0; + left: 0; padding: 2px 6px; - border-radius: 3px; + border-bottom-right-radius: 3px; cursor: pointer; font-weight: 500; font-size: 16px; text-stroke: 2px #fff; - background: rgba(255,255,255,.8); + background: rgba(255,255,255,.9); text-shadow: -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 2px 1px #fff; input[type="radio"] { - vertical-align: middle; - margin-bottom: 4px; + display: none; } } -- 2.43.2