forked from OHDSI/Circe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcirce.boostrap.css
60 lines (58 loc) · 848 Bytes
/
circe.boostrap.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
/* Bootstrap overrides */
nav {
min-width: 480px;
margin-bottom: 7px;
}
.navbar-brand {
padding: 0px 10px 0px 0px;
line-height: 57px;
}
.dropdown-menu {
padding-top: 0px;
padding-bottom:0px;
}
.navbar-brand img {
margin-top: -7px;
}
input[type=text].navbar-input {
width: 300px;
height: 30px;
line-height: 30px;
padding-left: 10px;
padding-right: 10px;
}
.panel-heading {
padding: 5px 15px;
line-height: 30px;
}
.badge {
border-radius: 5px;
font-size: 1.0em;
font-weight:normal;
}
a {
color: #428bca;
}
tr .glyphicon-ok-sign {
color: #ccc;
cursor: pointer;
}
tr.selected .glyphicon-ok-sign {
color: #4AC3FF;
}
.glyphicon-ok-sign.selected {
color: #4AC3FF;
}
.glyphicon-ok {
cursor:pointer;
color: #ccc;
}
.glyphicon-ok.selected {
color: #4AC3FF;
}
.active .glyphicon {
color: #4AC3FF;
}
.glyphicon {
font-size:1.4em;
}