summaryrefslogtreecommitdiffstats
path: root/public/media/css/keyboard.css
blob: 3e478bcce837beba534e1e0e371fbae7e8717207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* keyboard - jQuery UI Widget */
.ui-keyboard { padding: .2em; position: absolute; left: 0; top: 0; z-index: 16000; }
.ui-keyboard div { font-size: 1.0em; }
.ui-keyboard-button { height: 1.5em; width: 2em; margin: .1em; cursor: pointer; }
.ui-keyboard-widekey { width: 3em; }
.ui-keyboard-space { width: 15em; }
.ui-keyboard-preview { text-align: left; margin-bottom: 3px; } /* width: 100%; now full window width in IE =( */ 
.ui-keyboard-keyset { text-align: center; }
.ui-keyboard-input { text-align: left; }
.ui-keyboard-input.placeholder { color: #888; }

/* only used in IE to prevent clicking in another input/textarea */
.ui-keyboard-overlay { height: 100%; width: 100%; background: transparent; position: absolute; top: 0; left: 0; z-index: 15999; }