From c899e205555292f443c10dd8de7c3481b1fbcdf7 Mon Sep 17 00:00:00 2001 From: Pawel Raczyk Date: Fri, 19 Apr 2019 15:19:44 +0200 Subject: [PATCH] close button style --- app/styles/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/base.css b/app/styles/base.css index e3a6296c..57f1a4d2 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -472,6 +472,7 @@ select:active { /* Panels */ .noVNC_panel { + position: relative; transform: translateX(25px); transition: 0.5s ease-in-out; @@ -616,6 +617,10 @@ select:active { max-width: 100%; } +.noVNC_close { + float: right; +} + /* Settings */ #noVNC_settings { }