From c0a44c9e80b7630e3a06ac030a2c6081f3fe8025 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 28 Nov 2015 11:23:39 +0100 Subject: [PATCH] Changed styling for 'Receive Notifications' button and the timeout spinner in the settings page. --- src/assets/css/backend.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/assets/css/backend.css b/src/assets/css/backend.css index 4125147a..7f9ca0e3 100644 --- a/src/assets/css/backend.css +++ b/src/assets/css/backend.css @@ -700,20 +700,23 @@ padding: 4px 7px; } #business-logic #book-advance-timeout { - margin: 0; - width: 131px; + margin: 0 0 0 10px; + width: 50px; } #business-logic .ui-spinner { border: none; - width: 145px; + width: 80px; +} + +#settings-page #user-notifications, +#settings-page #customer-notifications { + outline: none; } #settings-page #user-notifications.active, #settings-page #customer-notifications.active { background: #B6DCFF; - box-shadow: none; - outline: none; } #settings-page #general fieldset .wrapper {