close button style

This commit is contained in:
Pawel Raczyk 2019-04-19 15:19:44 +02:00
parent 8b6e9faf30
commit c899e20555
1 changed files with 5 additions and 0 deletions

View File

@ -472,6 +472,7 @@ select:active {
/* Panels */ /* Panels */
.noVNC_panel { .noVNC_panel {
position: relative;
transform: translateX(25px); transform: translateX(25px);
transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;
@ -616,6 +617,10 @@ select:active {
max-width: 100%; max-width: 100%;
} }
.noVNC_close {
float: right;
}
/* Settings */ /* Settings */
#noVNC_settings { #noVNC_settings {
} }