forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
52 lines (42 loc) · 798 Bytes
/
index.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
.btn-panel {
border: 1px solid #ddd;
border-top: none;
background: #f6f6f6;
padding: 20px;
}
.thin-box {
border: 1px solid #ddd;
padding: 20px 20px;
}
#loaderWrapper .loader {
float: left;
margin-right: 20px;
}
#mainWrapper {
padding-bottom: 1.5rem;
}
#mainWrapper section {
padding-bottom: 1.5rem;
}
#mainWrapper section section {
padding-bottom: 1.5rem;
}
#myInfiniteScroll1, #myInfiniteScroll2 {
border: 1px solid #ddd;
float: left;
height: 200px;
width: 45%;
}
#myInfiniteScroll2 {
float: right;
}
#myPlacard1, #myPlacard2, #myPlacard3 {
width: 300px;
}
.example-pill-class {
font-style: italic;
font-weight: bold;
}
#myRepeater[data-currentview="list.frozen"] table thead tr th, #myRepeater[data-currentview="list.frozen"] .repeater-list-heading {
width: 400px;
}