Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-04-03 15:04:22 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-03 15:04:22 +0300
commitd133c73526507c500400d6ba404618f06886c0d9 (patch)
tree159d78598d464fbbdccb3b8978aa7c69a0c1def3
parentfa1ec759f5ae2ecd7d29eee0f963e449729a897d (diff)
ncp-web: fix glitch showing power dialogv0.53.11
-rw-r--r--ncp-web/ncp.css25
1 files 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
+}