From 005869f414874d61d2e0d8870d951a02ca4e1f91 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Mon, 6 Dec 2021 23:05:33 -0500 Subject: [PATCH] Css for Add All Zones button Complementary CSS for the "Add All Zones" button. --- scripts/system/html/css/edit-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/system/html/css/edit-style.css b/scripts/system/html/css/edit-style.css index d912cd5d4c..62c58a5676 100644 --- a/scripts/system/html/css/edit-style.css +++ b/scripts/system/html/css/edit-style.css @@ -2029,6 +2029,10 @@ div.zoneSelectListFooter { text-align: right; } +.forceAlignRight { + float: right; +} + #menuBackgroundOverlay{ background-color:transparent; position:fixed;