-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
61 lines (52 loc) · 963 Bytes
/
app.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
.header {
padding-top: 20px;
padding-bottom: 8px;
border-radius: 0 0 5px 5px;
background: #F2F9FB;
}
.header .logo {
overflow:auto;
}
.header .logo img {
float: left;
width: 80px;
height: 80px;
background: #555;
}
.header .logo h1 {
float: left;
padding-left: 20px;
}
.nav-nobg>li>a {
background: none;
border-radius: 0;
border-left: 3px solid #F2F9FB;
}
.nav-nobg>li>a.active {
background: none;
border-radius: 0;
border-left: 3px solid #0081BB;
}
.nav-nobg>li>a:hover {
background: none;
border-radius: 0;
border-left: 3px solid #0081BB;
}
.nav-nobg>li>a:focus {
background: none;
border-radius: 0;
border-left: 3px solid #0081BB;
}
.bg-title {
background-color: #C9E7ED;
border-radius: 5px 5px 0 0;
}
.bg-body {
background-color: #F2F9FB;
border-radius: 0 0 5px 5px;
border-top: none;
padding: 7px;
}
div.interval {
height: 30px;
}