-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.css
More file actions
56 lines (43 loc) · 735 Bytes
/
Copy pathmain.css
File metadata and controls
56 lines (43 loc) · 735 Bytes
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
.container{
margin-top:100px;
}
.nav-tabs li, label, .btn{
text-transform: uppercase;
}
.nav-tabs{
border-bottom-color: transparent;
}
input, select{
margin-bottom: 10px;
}
.nav-tabs.nav-stacked li{
margin-top: 0;
}
.nav-tabs.nav-stacked li a{
border-radius: 4px 0 0 4px;
border-color: transparent;
border-right: 1px solid #ddd;
}
.nav-tabs.nav-stacked li.active a{
border: 1px solid #ddd;
border-right-color: transparent;
}
a.btn{
text-decoration: underline;
}
i{
margin-right:10px;
}
ul.unmarked{
list-style-type: none;
}
.datepicker{
top: 60px !important;
left: 15px !important;
}
.checkboxOffset{
margin-top: 30px;
}
.width70{
width:70% !important;
}