forked from chilipeppr/widget-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
widget.css
104 lines (85 loc) · 1.88 KB
/
widget.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#com-chilipeppr-widget-grbl-body {
/*padding:0; */
}
.com-chilipeppr-interface-cnccontroller-stat .col{
padding:0 10px 0 0;
}
#com-chilipeppr-widget-grbl-body{
font-size:12px;
}
.com-chilipeppr-interface-cnccontroller-stat .col:last-child {
padding:0;
}
.com-chilipeppr-interface-cnccontroller-stat .progress {
margin-bottom:0;
}
.com-chilipeppr-interface-cnccontroller-stat .stat-row {
padding-top:2px;
}
.com-chilipeppr-interface-cnccontroller-stat .col.lblpad {
padding-left:10px;
}
.com-chilipeppr-interface-cnccontroller-stat .col.well {
margin-bottom:0px;
padding-left:5px;
}
.com-chilipeppr-interface-cnccontroller-stat .stat-sm {
font-size:12px;
}
#com-chilipeppr-widget-grbl .enabled{
background-color: #CCFF99;
}
.v1Show{
display: none;
}
.com-chilipeppr-widget-grbl-realtime-commands .well{
padding: 5px;
}
.com-chilipeppr-widget-grbl-realtime-commands .overrides-btn{
margin-bottom: 10px;
}
.com-chilipeppr-widget-grbl-realtime-commands .col:last-child{
padding:0;
}
#grbl-config-div .input-group {
margin-bottom: 2px;
}
#grbl-config-div .input-group-addon:first-child{
width:15%;
}
#grbl-config-div .input-group-addon:last-child{
width:60%;
text-align: left;
}
.switch-button-label {
float: left;
font-size: 10pt;
cursor: pointer;
}
.switch-button-label.off {
color: #adadad;
}
.switch-button-label.on {
color: #0088CC;
}
.switch-button-background {
float: left;
position: relative;
background: #ccc;
border: 1px solid #aaa;
margin: 1px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
}
.switch-button-button {
position: absolute;
left: -1px;
top : -1px;
background: #FAFAFA;
border: 1px solid #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}