Change the names of settings-elements

This change was made in order to make it easier to distinguish
settings-elements from other elements. One example of the problem
that was solved is the two elements "noVNC_clip" and
"noVNC_clipboard" where the first is the setting for clipping mode.
That element was now renamed to "noVNC_setting_clip".
This commit is contained in:
Samuel Mannehed
2016-04-30 04:35:19 +02:00
parent a20a898765
commit 682fd02be6
3 changed files with 57 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
/*
* noVNC base CSS
* Copyright (C) 2012 Joel Martin
* Copyright (C) 2013 Samuel Mannehed for Cendio AB
* Copyright (C) 2016 Samuel Mannehed for Cendio AB
* noVNC is licensed under the MPL 2.0 (see LICENSE.txt)
* This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
*/
@@ -30,18 +30,18 @@ html {
padding-bottom:8px;
}
#noVNC_host {
#noVNC_setting_host {
width:150px;
}
#noVNC_port {
#noVNC_setting_port {
width: 80px;
}
#noVNC_password {
#noVNC_setting_password {
width: 150px;
}
#noVNC_encrypt {
#noVNC_setting_encrypt {
}
#noVNC_path {
#noVNC_setting_path {
width: 100px;
}
#noVNC_connect_button {
@@ -109,7 +109,7 @@ html {
padding: 0px;
}
#noVNC_apply {
#noVNC_settings_apply {
float:right;
}