From 3e9e9d58ec47a4cbb917193bb64f6fc6e6fc2cb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 28 Oct 2015 12:58:01 -0400 Subject: [PATCH] Controlgroup: Simplify CSS overrides for spinner Closes gh-1633 --- themes/base/controlgroup.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css index 481459102..35e442e17 100644 --- a/themes/base/controlgroup.css +++ b/themes/base/controlgroup.css @@ -53,16 +53,11 @@ } /* Spinner specific style fixes */ -.ui-controlgroup-vertical .ui-spinner { - padding-right: .4em; -} .ui-controlgroup-vertical .ui-spinner-input { - margin: .4em; - padding: 0; /* Support: IE8 only, Android < 4.4 only */ - width: 85%; - width: calc( 100% - 22px ); + width: 75%; + width: calc( 100% - 2.4em ); } .ui-controlgroup-vertical .ui-spinner .ui-spinner-up { border-top-style: solid; -- 2.39.5