From 49df1d0364aaa49fc59ec23e1175e9b465ddfe8e Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 20 Nov 2018 18:27:50 -0500 Subject: [PATCH] Visually centers the change count in the save button --- css/80_app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 8720b65ed..be23974ca 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -522,13 +522,14 @@ button.save .count { display: inline-block; border: 0px solid #ccc; border-left-width: 1px; - padding: 0px 8px; + padding: 0px 0px 0px 10px; min-width: 32px; text-align: center; } [dir='rtl'] button.save .count { border-left-width: 0px; border-right-width: 1px; + padding: 0px 10px 0px 0px; } button.save.has-count .count { visibility: visible;