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
9d04096e
Commit
9d04096e
authored
Jul 25, 2013
by
samhed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaked the media sizing rules to match the new buttons to the left.
parent
53c01a23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
45 deletions
+28
-45
base.css
include/base.css
+28
-45
No files found.
include/base.css
View file @
9d04096e
...
...
@@ -410,34 +410,41 @@ html {
z-index
:
0
;
position
:
absolute
;
width
:
100%
;
margin-left
:
0px
;
}
#noVNC_extra_keys
{
float
:
none
;
top
:
0px
;
}
#noVNC_extra_keys
li
{
display
:
inline
;
}
#showExtraKeysButton
{
display
:
none
;
}
#toggleCtrlButton
{
display
:
inline
;
}
#toggleAltButton
{
display
:
inline
;
}
#sendTabButton
{
display
:
inline
;
}
#sendEscButton
{
display
:
inline
;
#showExtraKeysButton
{
display
:
none
;
}
#toggleCtrlButton
{
display
:
inline
;
}
#toggleAltButton
{
display
:
inline
;
}
#sendTabButton
{
display
:
inline
;
}
#sendEscButton
{
display
:
inline
;
}
/* left-align the status text on lower resolutions */
@media
screen
and
(
max-width
:
800px
){
#noVNC_status
{
z-index
:
1
;
position
:
relative
;
width
:
auto
;
float
:
left
;
margin-left
:
4px
;
}
}
@media
screen
and
(
max-width
:
640px
){
#noVNC_clipboard_text
{
width
:
410px
;
}
#noVNC_logo
{
font-size
:
150px
;
}
.noVNC_status_button
{
font-size
:
10px
;
}
...
...
@@ -447,12 +454,6 @@ html {
.noVNC-buttons-right
{
padding-right
:
0px
;
}
#noVNC_status
{
z-index
:
1
;
position
:
relative
;
width
:
auto
;
float
:
left
;
}
#noVNC_extra_keys
{
float
:
right
;
top
:
-35px
;
...
...
@@ -460,30 +461,12 @@ html {
#noVNC_extra_keys
li
{
display
:
block
;
}
#showExtraKeysButton
{
display
:
inline
;
}
#toggleCtrlButton
{
display
:
none
;
}
#toggleAltButton
{
display
:
none
;
}
#sendTabButton
{
display
:
none
;
}
#sendEscButton
{
display
:
none
;
}
}
@media
screen
and
(
min-width
:
481px
)
and
(
max-width
:
640px
)
{
#noVNC_clipboard_text
{
width
:
410px
;
}
#noVNC_logo
{
font-size
:
150px
;
}
/* collapse the extra keys on lower resolutions */
#showExtraKeysButton
{
display
:
inline
;
}
#toggleCtrlButton
{
display
:
none
;
}
#toggleAltButton
{
display
:
none
;
}
#sendTabButton
{
display
:
none
;
}
#sendEscButton
{
display
:
none
;
}
}
@media
screen
and
(
min-width
:
321px
)
and
(
max-width
:
480px
)
{
...
...
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