forked from chilipeppr/widget-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
widget.css
98 lines (74 loc) · 1.56 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
/* CSS for ChiliPeppr Widget */
#com-senscape-widget-bootloader {
}
#com-senscape-widget-bootloader .nav-tabs>li>a {
padding: 2px 6px;
}
#com-senscape-widget-bootloader .bootloader-buttons{
padding:10px;
}
#reprog {
margin-top: 10px;
}
.progress {
height: 34px;
line-height: 34px;
background-color:#ddd;
/* float:right; */
width: 100%;
font-size: 14px;
/*padding-left:10px;*/
margin-bottom: 10px;
margin-top: 10px;
text-align:center;
}
#progbar {
height: 34px;
line-height: 34px;
font-size: 14px;
width:0%;
}
#irideon {
font-size: 9px;
}
.btn-group {
/* float:left; */
/*margin:0px 4px 0px 0px;*/
}
.panel-body {
}
#nvbr {
background-color:#444d5d;
padding-top: 0;
padding-bottom: 0;
}
.logo-img{
float: left;
margin: 0px 0px 0px 0px; /* fixed the spacing. */
}
.navbar-nav > li .active > a {
margin-right: 2px;
}
.navbar-default .navbar-nav > li > a {
color: #b2bbbd;
margin-right: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
margin-top:10px;
line-height: 0px;
border-radius:3px;
margin-right: 2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
margin-top:10px;
line-height: 0px;
border-radius:3px;
}
.navbar-default .navbar-nav > li > a:focus {
margin-top:10px;
line-height: 0px;
border-radius:3px;
}