From 6ae7489699486e879ef11e847bc49a97d04261ff Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 19 Nov 2015 09:26:39 +0000 Subject: [PATCH] Fix styling for slide-switch --- etemplate/templates/default/etemplate2.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 0a3b9b853e..d969e55dc9 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1669,7 +1669,8 @@ span.et2_checkbox_slideSwitch { vertical-align: middle; } span.et2_checkbox_slideSwitch > span.slideSwitch_container { - width: 50px; + width: 100%; + min-width:12px; height: 12px; display: block; position: relative;