1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

Update noVNC

This commit is contained in:
Doro Wu
2015-05-12 19:04:00 +08:00
parent fc314ed81c
commit 602ac45102
312 changed files with 43548 additions and 2338 deletions
+1090
View File
File diff suppressed because it is too large Load Diff
+7241
View File
File diff suppressed because it is too large Load Diff
+1177
View File
File diff suppressed because it is too large Load Diff
+92
View File
@@ -0,0 +1,92 @@
#popup_container {
font-size: 12px;
font-family: QNAPCustomFont,'Lucida Grande','Verdana','Tahoma','Arial','Helvetica','sans-serif','Microsoft JhengHei';
min-width: 300px; /* Dialog will be no smaller than this */
max-width: 350px; /* Dialog will wrap after this width */
background: #FFF;
color: #000;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
}
#popup_title {
font-size: 12px;
font-weight: bold;
text-align: center;
height: 40px;
color: #666;
background: #FFF url(/media/img/title_bg.png) top repeat;
cursor: default;
margin: 0px;
-webkit-border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
}
#popup_content {
background: 16px 16px no-repeat url(images/info.gif);
padding: 1em 0 1em 1.75em;
margin: 0em;
/*height: 60px;*/
}
#popup_content.alert {
background-image: url(/media/img/icon-info.png);
}
#popup_content.confirm {
background-image: url(/media/img/icon-question-b.png);
height: auto;
}
#popup_content.confirm3 {
background-image: url(/media/img/icon-question-b.png);
height: auto;
}
#popup_content.prompt {
background-image: url(images/help.gif);
}
#popup_message {
display: block;
color: #000;
width: auto;
min-height: 50px;
max-height: 400px;
overflow-y: auto;
text-overflow:ellipsis;
word-break: break-word;
padding-left: 60px;
padding-top: 6px;
padding-right: 6px;
}
#popup_panel input {
width: 76px;
height: 26px;
padding: 0px;
margin-top: 5px;
}
#popup_panel {
text-align: center;
padding: 6px 0px;
height: 34px;
background-color: #E7E7E7;
border-top: 1px solid #bbb;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
*zoom: 1;
}
#popup_prompt {
margin: .5em 0em;
}
+84
View File
@@ -0,0 +1,84 @@
.treeview, .treeview ul {
padding: 0;
margin: 0;
list-style: none;
}
.treeview ul {
background-color: white;
margin-top: 4px;
}
.treeview .hitarea {
margin-top: 5px;
background: url(../img/treeview/treeview-default.gif) -64px -25px no-repeat;
height: 16px;
width: 16px;
margin-left: -16px;
float: left;
cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
display: inline;
float:none;
}
.treeview li {
margin: 0;
padding: 3px 0pt 3px 16px;
line-height: 20px;
}
.treeview a.selected {
background-color: #eee;
}
#treeviewcontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }
.treeview li { background: url(../img/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: 0px -3px; }
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/treeview/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview .collapsable-hitarea { background-position: -16px -2px; }
.treeview div.lastExpandable-hitarea { background-position: 0px -3px; }
.treeview-red li { background-image: url(../img/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../img/treeview/treeview-red.gif); }
.treeview-black li { background-image: url(../img/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../img/treeview/treeview-black.gif); }
.treeview-gray li { background-image: url(../img/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../img/treeview/treeview-gray.gif); }
.treeview-famfamfam li { background-image: url(../img/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../img/treeview/tree_arrows.png); }
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 19px; display: block;}
.filetree span.folder { background: url(../img/treeview/folder.gif) 0 0 no-repeat; background-position: 0 0px;}
.filetree li.expandable span.folder { background: url(../img/treeview/folder-closed.gif) 0 0 no-repeat;background-position: 0 0px; }
.filetree span.file { background: url(../img/treeview/file.gif) 0 0 no-repeat; }
/* For Qnap style */
.qtreeview {
padding: 1em;
font-size: 12px;
background: #fff;
color: #333;
min-height:150px;
}
.qtreeview li {
line-height: 20px;
cursor: pointer;
}
+72
View File
@@ -0,0 +1,72 @@
input[type=radio] {
border-radius: 20px;
border:1px solid rgb(125,125,125);
background: #CCC;
-webkit-appearance: none;
width: 13px;
height: 13px;
}
input[type="radio"]:after {
background-color: #FFF;
border-radius: 25px;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
0 1px 1px hsla(0,0%,100%,.8);
content: '';
display: block;
height: 7px;
left: 2px;
position: relative;
top: 2px;
width: 7px;
}
input[type=radio]:checked:after {
background: #006494;
}
input[type=radio]:disabled{
border-radius: 20px;
border:1px solid rgb(175,175,175);
background: #CCC;
-webkit-appearance: none;
}
input[type="radio"]:disabled:after {
background-color: #CCC;
border-radius: 25px;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
0 1px 1px hsla(0,0%,100%,.8);
content: '';
display: block;
height: 7px;
left: 2px;
position: relative;
top: 2px;
width: 7px;
}
input[type=checkbox] {
background: #CCC;
border:1px solid rgb(125,125,125);
-webkit-appearance: none;
width: 15px;
height: 15px;
}
input[type="checkbox"]:after {
background-color: #FFF;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
0 1px 1px hsla(0,0%,100%,.8);
content: '';
display: block;
height: 9px;
left: 2px;
position: relative;
top: 2px;
width: 9px;
}
input[type=checkbox]:checked:after {
background: #006494;
}
+95
View File
@@ -0,0 +1,95 @@
input[type=radio] {
border-radius: 20px;
border:1px solid rgb(125,125,125);
background: #CCC;
-webkit-appearance: none;
width: 13px;
height: 13px;
}
input[type="radio"]:after {
background-color: #FFF;
border-radius: 25px;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.4),
0 1px 1px hsla(0,0%,100%,.8);
content: '';
display: block;
height: 7px;
left: 2px;
position: relative;
top: 2px;
width: 7px;
}
input[type=radio]:checked:after {
background: #006494;
}
input[type=radio]:disabled{
border-radius: 20px;
border:1px solid rgb(175,175,175);
background: #CCC;
-webkit-appearance: none;
}
input[type="radio"]:disabled:after {
background-color: #CCC;
border-radius: 25px;
box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.2),
0 1px 1px hsla(0,0%,100%,.8);
content: '';
display: block;
height: 7px;
left: 2px;
position: relative;
top: 2px;
width: 7px;
}
input[type="checkbox"] {
display:none;
}
input[type="checkbox"] + label {
display:inline-block;
width:13px;
height:13px;
background:url(../img/account/checker.png);
background-repeat:no-repeat;
background-position: -3px -3px;
margin:0 5px -2px 0;
}
input[type="checkbox"]:checked + label {
display:inline-block;
width:13px;
height:13px;
background:url(../img/account/checker.png);
background-repeat:no-repeat;
background-position: -22px -3px;
margin:0 5px -2px 0;
}
input[type="checkbox"]:disabled + label {
display:inline-block;
width:13px;
height:13px;
background:url(../img/account/checker.png);
background-repeat:no-repeat;
background-position: -41px -3px;
margin:0 5px -2px 0;
}
input[type="checkbox"]:disabled:checked + label {
display:inline-block;
width:13px;
height:13px;
background:url(../img/account/checker.png);
background-repeat:no-repeat;
background-position: -60px -3px;
margin:0 5px -2px 0;
}
input[type=checkbox]:checked:after {
background: #006494;
}*/
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

+1
View File
@@ -0,0 +1 @@
/share/CACHEDEV1_DATA/.qpkg/.QKVM/tmp/cent/snapshot.jpg
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 685 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 214 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Some files were not shown because too many files have changed in this diff Show More