Skip to content

Commit 57b1047

Browse files
author
Vasyl Vavrychuk
committed
making this thing a little bit smaller
1 parent 8b45a75 commit 57b1047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/WebDriverJsDemo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.ui-keyboard-keyset {
18-
width: 800px;
18+
width: 600px;
1919
}
2020

2121
.ui-keyboard-space {

web/keyboard.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* keyboard - jQuery UI Widget */
22
.ui-keyboard { padding: .3em; position: absolute; left: 0; top: 0; z-index: 16000; }
33
.ui-keyboard-has-focus { z-index: 16001; }
4-
.ui-keyboard div { font-size: 1.1em; }
4+
.ui-keyboard div { font-size: 0.9em; }
55
.ui-keyboard-button { height: 2em; width: 2em; min-width: 1em; margin: .1em; cursor: pointer; overflow: hidden; line-height: 2em; -moz-user-focus: ignore; }
66
.ui-keyboard-button span { padding: 0; margin: 0; white-space:nowrap; display: inline-block; }
77
.ui-keyboard-button-endrow { clear: left; }

0 commit comments

Comments
 (0)