Rev 3548 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3548 | Rev 5484 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | padding:0px; |
39 | padding:0px; |
40 | border:0px none; |
40 | border:0px none; |
41 | outline:0px; |
41 | outline:0px; |
42 | vertical-align:baseline; |
42 | vertical-align:baseline; |
43 | line-height:1.3em; |
43 | line-height:1.3em; |
- | 44 | } |
|
- | 45 | #keyboardInputMaster table { |
|
- | 46 | table-layout:auto; |
|
44 | } |
47 | } |
45 | #keyboardInputMaster.keyboardInputSize1, |
48 | #keyboardInputMaster.keyboardInputSize1, |
46 | #keyboardInputMaster.keyboardInputSize1 * { |
49 | #keyboardInputMaster.keyboardInputSize1 * { |
47 | font-size:9px; |
50 | font-size:9px; |
48 | } |
51 | } |
Line 62... | Line 65... | ||
62 | #keyboardInputMaster thead tr th { |
65 | #keyboardInputMaster thead tr th { |
63 | padding:0.3em 0.3em 0.1em 0.3em; |
66 | padding:0.3em 0.3em 0.1em 0.3em; |
64 | background-color:#999999; |
67 | background-color:#999999; |
65 | white-space:nowrap; |
68 | white-space:nowrap; |
66 | text-align:right; |
69 | text-align:right; |
- | 70 | -webkit-border-radius:0.6em 0.6em 0px 0px; |
|
- | 71 | -moz-border-radius:0.6em 0.6em 0px 0px; |
|
67 | border-radius:0.6em 0.6em 0px 0px; |
72 | border-radius:0.6em 0.6em 0px 0px; |
68 | } |
73 | } |
69 | #keyboardInputMaster thead tr th div { |
74 | #keyboardInputMaster thead tr th div { |
70 | float:left; |
75 | float:left; |
71 | font-size:130% !important; |
76 | font-size:130% !important; |
Line 251... | Line 256... | ||
251 | height:1.1em; |
256 | height:1.1em; |
252 | } |
257 | } |
253 | #keyboardInputMaster tbody tr td div var { |
258 | #keyboardInputMaster tbody tr td div var { |
254 | position:absolute; |
259 | position:absolute; |
255 | bottom:0px; |
260 | bottom:0px; |
256 | right: |
261 | right:3px; |
257 | font-weight:bold; |
262 | font-weight:bold; |
258 | font-style:italic; |
263 | font-style:italic; |
259 | color:#444444; |
264 | color:#444444; |
260 | } |
265 | } |
261 | 266 |