We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b45a75 commit 57b1047Copy full SHA for 57b1047
web/WebDriverJsDemo.html
@@ -15,7 +15,7 @@
15
}
16
17
.ui-keyboard-keyset {
18
- width: 800px;
+ width: 600px;
19
20
21
.ui-keyboard-space {
web/keyboard.css
@@ -1,7 +1,7 @@
1
/* keyboard - jQuery UI Widget */
2
.ui-keyboard { padding: .3em; position: absolute; left: 0; top: 0; z-index: 16000; }
3
.ui-keyboard-has-focus { z-index: 16001; }
4
-.ui-keyboard div { font-size: 1.1em; }
+.ui-keyboard div { font-size: 0.9em; }
5
.ui-keyboard-button { height: 2em; width: 2em; min-width: 1em; margin: .1em; cursor: pointer; overflow: hidden; line-height: 2em; -moz-user-focus: ignore; }
6
.ui-keyboard-button span { padding: 0; margin: 0; white-space:nowrap; display: inline-block; }
7
.ui-keyboard-button-endrow { clear: left; }
0 commit comments