-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
60 lines (47 loc) · 720 Bytes
/
Copy pathcustom.css
File metadata and controls
60 lines (47 loc) · 720 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
57
58
59
60
html, body {
width: 100%;
height: 100%;
}
.content {
padding: 25px;
}
._align-left {
text-align: left;
}
._align-center {
text-align: center;
}
._align-right {
text-align: right;
}
.btn-group, .btn-group .btn {
width: 100%;
}
.dropdown-menu {
width: 100%;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
text-align: left;
}
.btn-group .caret {
position: absolute;
top: 14px;
right: 10px;
}
table {
table-layout: fixed;
width: 200px;
}
th {
width: 1px;
white-space: nowrap;
}
.top-widget {
height: 220px;
margin-bottom: 25px;
}
.top-widget > [class*="col-"],
.top-widget > [class*="col-"] .panel {
height: 100%;
}