From 4e13860067ab6809d260d486ac24d63b30cc664d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Tue, 27 Oct 2015 09:29:02 -0400 Subject: [PATCH] Spinner: Adjust styles for new button CSS Closes gh-1629 --- themes/base/spinner.css | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/themes/base/spinner.css b/themes/base/spinner.css index 8c910958d..7bb9de6fd 100644 --- a/themes/base/spinner.css +++ b/themes/base/spinner.css @@ -23,10 +23,10 @@ margin: .2em 0; vertical-align: middle; margin-left: .4em; - margin-right: 22px; + margin-right: 2em; } .ui-spinner-button { - width: 16px; + width: 1.6em; height: 50%; font-size: .5em; padding: 0; @@ -44,13 +44,6 @@ border-bottom-style: none; border-right-style: none; } -/* vertically center icon */ -.ui-spinner .ui-icon { - position: absolute; - margin-top: -8px; - top: 50%; - left: 0; -} .ui-spinner-up { top: 0; }