mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Merge pull request #90 from glyptodon/menu-style
GUAC-1091: Alter menu figure sizes such that radio button should always fit.
This commit is contained in:
@@ -268,6 +268,8 @@
|
||||
#menu #mouse-settings .choice .figure {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 75%;
|
||||
max-width: 320px;
|
||||
}
|
||||
|
||||
#menu #keyboard-settings .caption {
|
||||
@@ -283,7 +285,7 @@
|
||||
|
||||
#menu #mouse-settings .figure img {
|
||||
display: block;
|
||||
width: 75%;
|
||||
width: 100%;
|
||||
max-width: 320px;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user