Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
d29c54c4
Commit
d29c54c4
authored
13 years ago
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused include/plain.css.
parent
89a76c78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
97 deletions
+0
-97
plain.css
include/plain.css
+0
-97
No files found.
include/plain.css
deleted
100644 → 0
View file @
89a76c78
#VNC_controls
{
overflow
:
hidden
;
}
#VNC_controls
ul
{
list-style
:
none
;
margin
:
0px
;
padding
:
0px
;
}
#VNC_controls
li
{
float
:
left
;
margin-right
:
15px
;
}
#VNC_host
{
width
:
100px
;
}
#VNC_port
{
width
:
50px
;
}
#VNC_password
{
width
:
80px
;
}
#VNC_encrypt
{
}
#VNC_connectTimeout
{
width
:
30px
;
}
#VNC_connect_button
{
width
:
110px
;
}
#VNC_status_bar
td
{
margin-top
:
15px
;
padding
:
0px
;
margin
:
0px
;
}
#VNC_status_bar
div
{
font-size
:
12px
;
margin
:
0px
;
padding
:
0px
;
}
.VNC_status_button
{
font-size
:
10px
;
margin
:
0px
;
padding
:
0px
;
}
#VNC_status
{
text-align
:
center
;
}
#VNC_settings_menu
{
display
:
none
;
position
:
absolute
;
width
:
12em
;
border
:
1px
solid
#888
;
background-color
:
#f0f2f6
;
padding
:
5px
;
margin
:
3px
;
z-index
:
100
;
opacity
:
1
;
text-align
:
left
;
white-space
:
normal
;
}
#VNC_settings_menu
ul
{
list-style
:
none
;
margin
:
0px
;
padding
:
0px
;
}
.VNC_buttons_right
{
text-align
:
right
;
}
.VNC_buttons_left
{
text-align
:
left
;
}
.VNC_status_normal
{
background
:
#eee
;
}
.VNC_status_error
{
background
:
#f44
;
}
.VNC_status_warn
{
background
:
#ff4
;
}
/* Do not set width/height for VNC_screen or VNC_canvas or incorrect
* scaling will occur. Canvas resizes to remote VNC settings */
#VNC_screen
{
text-align
:
center
;
display
:
table
;
}
#VNC_canvas
{
background
:
#eee
;
}
#VNC_clipboard_clear_button
{
}
#VNC_clipboard_text
{
font-size
:
9px
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment