diff --git a/app/styles/base.css b/app/styles/base.css index b87c52e..bc5fc28 100644 --- a/app/styles/base.css +++ b/app/styles/base.css @@ -283,6 +283,15 @@ input[type=button]:active, select:active { transform: translateX(75px); } +.noVNC_panel hr { + border: none; + border-top: 1px solid rgb(192, 192, 192); +} + +.noVNC_panel label { + display: block; +} + .noVNC_submit { float: right; } @@ -332,6 +341,10 @@ input[type=button]:active, select:active { display: none; } +#noVNC_xvp input[type=button] { + width: 100%; +} + /* Clipboard */ :root:not(.noVNC_connected) #noVNC_clipboard_button { display: none; @@ -350,7 +363,7 @@ input[type=button]:active, select:active { } #noVNC_settings ul { list-style: none; - margin: 3px; + margin: 0px; padding: 0px; } #noVNC_setting_path { @@ -369,18 +382,9 @@ input[type=button]:active, select:active { margin: 0px; padding: 0px; } -#noVNC_connect_controls li { - padding-bottom:8px; -} -#noVNC_setting_host { - width:150px; -} #noVNC_setting_port { width: 80px; } -#noVNC_setting_password { - width: 150px; -} /* ---------------------------------------- * Status Dialog @@ -462,12 +466,6 @@ input[type=button]:active, select:active { margin: 0px; padding: 0px; } -#noVNC_password_dlg li { - padding-bottom:8px; -} -#noVNC_password_input { - width: 150px; -} /* ---------------------------------------- * Main Area diff --git a/vnc.html b/vnc.html index 8a68ba6..0d97734 100644 --- a/vnc.html +++ b/vnc.html @@ -147,37 +147,62 @@