From 1b83df20d2e645241899031e957f260dbc0fd57a Mon Sep 17 00:00:00 2001 From: Cindy Qi Li Date: Mon, 1 Apr 2013 13:29:19 -0400 Subject: [PATCH] FLUID-4965: Fixed the text slider styling when the text size is enlarged and bold links are turned on. --- .../components/uiOptions/css/FatPanelUIOptionsFrame.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/webapp/components/uiOptions/css/FatPanelUIOptionsFrame.css b/src/webapp/components/uiOptions/css/FatPanelUIOptionsFrame.css index f5f49d8172..7d1f07a7bf 100644 --- a/src/webapp/components/uiOptions/css/FatPanelUIOptionsFrame.css +++ b/src/webapp/components/uiOptions/css/FatPanelUIOptionsFrame.css @@ -65,7 +65,7 @@ /* Sliders */ .fl-uiOptions-fatPanel .fl-slider { border: 1px solid #b3b3b3; - border-radius: 5px; + border-radius: 0.3em; background-color: #dad6d3; padding: 0; position: relative; @@ -76,8 +76,8 @@ .fl-uiOptions-fatPanel .fl-slider a { height: 2.2em; width: 2.2em; - margin-top: -10px; - margin-left: -5px; + margin-top: -0.625em; + margin-left: -0.4em; background-color: #fff; border: 1px solid #b3b3b3; border-radius: 2em; @@ -104,7 +104,7 @@ .fl-uiOptions-fatPanel .fl-slider-horz { } .fl-uiOptions-fatPanel .fl-slider-input { - /* margin-left: 2em;*/ + margin-left: 1em; float:left; }