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: 0px;
|
12
|
margin-bottom: 80px;
|
13
|
}
|
14
|
|
15
|
.navbar-brand {
|
16
|
padding-top: 0;
|
17
|
}
|
18
|
|
19
|
body.no-menu #jumbotron {
|
20
|
padding: 100px 0;
|
21
|
background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%)
|
22
|
}
|
23
|
|
24
|
body.no-menu {
|
25
|
background: url("/logo-black.png") no-repeat center 30px;
|
26
|
padding-top: 70px;
|
27
|
}
|
28
|
|
29
|
body.no-menu #jumbotron {
|
30
|
margin-top: 75px;
|
31
|
}
|
32
|
|
33
|
body#index .icons {
|
34
|
float: right;
|
35
|
}
|
36
|
|
37
|
.ui-sortable-handle {
|
38
|
cursor: move;
|
39
|
}
|
40
|
|
41
|
tr.disabled td,
|
42
|
tr.disabled th {
|
43
|
opacity: .5;
|
44
|
}
|
45
|
|
46
|
.contains-table table {
|
47
|
border: 1px solid #ddd;
|
48
|
}
|
49
|
|
50
|
.nav-pills {
|
51
|
margin-bottom: 20px;
|
52
|
}
|
53
|
|
54
|
/** Form validation */
|
55
|
.input-errors ul {
|
56
|
margin-top: 20px;
|
57
|
}
|
58
|
|
59
|
/** Page header with title and breadcrumb */
|
60
|
.header {
|
61
|
position: relative;
|
62
|
}
|
63
|
|
64
|
.header .page-header {
|
65
|
margin-top: 0;
|
66
|
}
|
67
|
|
68
|
.header .context-links {
|
69
|
position: absolute;
|
70
|
right: 0;
|
71
|
top: 15px;
|
72
|
}
|
73
|
|
74
|
.header .context-links li {
|
75
|
float: left;
|
76
|
display: inline;
|
77
|
margin-left: 10px;
|
78
|
}
|
79
|
|
80
|
form .btn + .btn {
|
81
|
margin-left: 5px;
|
82
|
}
|
83
|
|
84
|
/** Page footer */
|
85
|
.footer {
|
86
|
position: absolute;
|
87
|
bottom: 0;
|
88
|
left: 0;
|
89
|
width: 100%;
|
90
|
height: 60px;
|
91
|
background-color: #f5f5f5;
|
92
|
padding-top: 21px;
|
93
|
text-align: center;
|
94
|
}
|