summaryrefslogtreecommitdiffstats
path: root/app/configuration
diff options
context:
space:
mode:
authorbeccabroek <beccabroek@gmail.com>2019-03-11 15:02:25 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-03-26 13:38:17 +0000
commitd0dbe3b3fbe0d4d43d16d17bcfcf0d8aff196bbb (patch)
tree1e9c5dc91b6d24b36e11210b05d39c15f26ef90b /app/configuration
parenta2e36e0f479d1a9fa2b6d26448d5e070aea7259b (diff)
downloadphosphor-webui-d0dbe3b3fbe0d4d43d16d17bcfcf0d8aff196bbb.tar.gz
phosphor-webui-d0dbe3b3fbe0d4d43d16d17bcfcf0d8aff196bbb.zip
Center modals and fix sizing
Previously the modals were not centered on the screen and the size of the modal was set to 50% of the screen, leading to a lot of white space within modals with less content. This sizes the modal based on the amount of content within and centers the modal. Also adds the grey modal overlay to the 'confirm network settings' modal to be consistent with the other pages. Resolves openbmc/phosphor-webui#35 Tested: Viewed all modals currently in GUI (Firmware page, network page, and overview page) and modals were sized correctly and appeared with the modal overlay in the background. Change-Id: Ie35d179810d36b8bcbbf39dc1302e773387fa788 Signed-off-by: beccabroek <beccabroek@gmail.com>
Diffstat (limited to 'app/configuration')
-rw-r--r--app/configuration/controllers/network-controller.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/configuration/controllers/network-controller.html b/app/configuration/controllers/network-controller.html
index 6500c0b..0a8b7c7 100644
--- a/app/configuration/controllers/network-controller.html
+++ b/app/configuration/controllers/network-controller.html
@@ -102,6 +102,7 @@
</section>
</form>
</div>
+<div class="modal-overlay" tabindex="-1" ng-class="{'active': confirmSettings}"></div>
<section class="modal" aria-hidden="true" aria-labelledby="modalTitle" aria-describedby="modalDescription" role="dialog" ng-class="{'active': confirmSettings}">
<div class="modal__tftp-unreachable" role="document">
<div class="screen-reader-offscreen modal-description">Change network settings</div><!-- accessibility only; used for screen readers -->
OpenPOWER on IntegriCloud