From d133c73526507c500400d6ba404618f06886c0d9 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Tue, 3 Apr 2018 14:04:22 +0200 Subject: ncp-web: fix glitch showing power dialog --- ncp-web/ncp.css | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/ncp-web/ncp.css b/ncp-web/ncp.css index 30cf2acb..5e1b89cd 100644 --- a/ncp-web/ncp.css +++ b/ncp-web/ncp.css @@ -862,17 +862,6 @@ kbd { .clear-both { clear:both } -.hidden { - display:none -} -.hidden-visually { - position:absolute; - left:-10000px; - top:auto; - width:1px; - height:1px; - overflow:hidden -} .bold { font-weight:600 } @@ -1238,7 +1227,6 @@ a#versionlink:hover { } #poweroff-dialog { - display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-around; @@ -1294,3 +1282,16 @@ a#versionlink:hover { #dashboard-suggestions { margin-bottom: 1em; } + +.hidden { + display:none +} + +.hidden-visually { + position:absolute; + left:-10000px; + top:auto; + width:1px; + height:1px; + overflow:hidden +} -- cgit v1.2.3