forked from stevep99/keyboard-layout-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkb-config.css
executable file
·71 lines (58 loc) · 1.17 KB
/
kb-config.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*
CSS for the keyboard-configurer control
*/
#kb-config-container {
position: relative;
text-align: center;
}
.kb-config-container .form-horizontal .control-label {
width:120px;
}
.kb-config-container .form-horizontal .controls {
margin-left: 130px;
}
.kb-config-keyboard {
}
.kb-keyboard-container {
position: relative;
z-index: 0;
height: 252px !important;
}
.kb-keyboard-container:hover {
z-index: 1;
}
.kb-config-table, .kb-load-save-table {
position: relative;
margin-top:21px;
}
.kb-config-table {
background: radial-gradient(closest-side, #ddd, transparent);
}
.kb-config-table form, .kb-load-save-table form {
text-align: left;
}
.kb-config-more-info {
margin-left: 20px;
}
.kb-config-editor {
text-align:left;
}
.kb-config-leftarrow {
background-image:url("../img/left-arrow.png");
height:48px;
width:48px;
cursor:pointer;
opacity: 0.75;
float:left;
}
.kb-config-rightarrow {
background-image:url("../img/right-arrow.png");
height:48px;
width:48px;
cursor:pointer;
opacity: 0.75;
float:right;
}
.kb-config-leftarrow:hover, .kb-config-rightarrow:hover {
opacity:1;
}