Skip to content

Commit

Permalink
ncp-web: fix glitch showing power dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Apr 3, 2018
1 parent fa1ec75 commit d133c73
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions ncp-web/ncp.css
Expand Up @@ -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
}
Expand Down Expand Up @@ -1238,7 +1227,6 @@ a#versionlink:hover {
}

#poweroff-dialog {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
Expand Down Expand Up @@ -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
}

0 comments on commit d133c73

Please sign in to comment.