mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUAC-1053: Clean up display of mouse modes.
This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
.preferences .mouse-mode .choices {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.preferences .mouse-mode .choice {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.preferences .mouse-mode .choice .figure {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
@@ -33,3 +41,7 @@
|
||||
max-width: 320px;
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
.preferences .mouse-mode .caption {
|
||||
text-align: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user