From 97afd6386cc6ddd2e24be6c521905ca681fe5251 Mon Sep 17 00:00:00 2001 From: Menaka Jayawardena Date: Sun, 8 Oct 2017 14:40:55 +0530 Subject: [PATCH] Modal footer button layout styles. --- .../public/themes/default/default-theme.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/public/themes/default/default-theme.css b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/public/themes/default/default-theme.css index ded54adbd7..8fd1ebfd71 100644 --- a/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/public/themes/default/default-theme.css +++ b/components/application-mgt/org.wso2.carbon.device.application.mgt.publisher.ui/src/main/resources/publisher/public/themes/default/default-theme.css @@ -470,12 +470,22 @@ body { overflow-y: auto; } +.custom-footer { + justify-content: inherit !important; + margin: 0 !important; +} + +.footer-main-btn { + display: flex; + justify-content: flex-end; +} + #img-btn-screenshot { margin: 0 5px 0 5px; } #app-create-modal { - max-width: 700px; + max-width: 850px; border-radius: 0% !important; } @@ -512,7 +522,7 @@ body { float: left; } -#app-release-switch-switch { +#app-release-switch { position: absolute; right: 10px; }