1
|
@import url("/bootstrap/css/bootstrap.min.css");
|
2
|
@import url("/bootstrap/css/bootstrap-theme.min.css");
|
3
|
@import url("/bootstrap/glyphicons/glyphicons-halflings.css");
|
4
|
|
5
|
html {
|
6
|
position: relative;
|
7
|
min-height: 100%;
|
8
|
}
|
9
|
|
10
|
body {
|
11
|
padding-top: 70px;
|
12
|
margin-bottom: 60px;
|
13
|
}
|
14
|
|
15
|
.navbar-brand {
|
16
|
padding-top: 0;
|
17
|
}
|
18
|
|
19
|
body.no-menu #jumbotron {
|
20
|
padding: 100px;
|
21
|
background: #3c3c3c no-repeat;
|
22
|
}
|
23
|
|
24
|
body.no-menu #jumbotron .container {
|
25
|
width: 450px;
|
26
|
padding-top: 50px;
|
27
|
background: url("/logo.png") no-repeat;
|
28
|
}
|
29
|
|
30
|
body#index .icons {
|
31
|
float: right;
|
32
|
}
|
33
|
|
34
|
.ui-sortable-handle {
|
35
|
cursor: move;
|
36
|
}
|
37
|
|
38
|
tr.disabled {
|
39
|
opacity: .5;
|
40
|
}
|
41
|
|
42
|
/** Page header with title and breadcrumb */
|
43
|
.header {
|
44
|
position: relative;
|
45
|
}
|
46
|
|
47
|
.header .page-header {
|
48
|
margin-top: 0;
|
49
|
}
|
50
|
|
51
|
.header .help-icon {
|
52
|
position: absolute;
|
53
|
right: 0;
|
54
|
top: 15px;
|
55
|
}
|
56
|
|
57
|
/** Page footer */
|
58
|
.footer {
|
59
|
position: absolute;
|
60
|
bottom: 0;
|
61
|
width: 100%;
|
62
|
height: 60px;
|
63
|
background-color: #f5f5f5;
|
64
|
padding-top: 21px;
|
65
|
text-align: center;
|
66
|
}
|