~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to web/theme/default/css/install.css

  • Committer: Dan Garner
  • Date: 2015-03-26 14:08:33 UTC
  • Revision ID: git-v1:70d14044444f8dc5d602b99890d59dea46d9470c
Moved web servable files to web folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Xibo - Digital Signage - http://www.xibo.org.uk
 
3
 * Copyright (C) 2006-2014 Daniel Garner
 
4
 *
 
5
 * This file is part of Xibo.
 
6
 *
 
7
 * Xibo is free software: you can redistribute it and/or modify
 
8
 * it under the terms of the GNU Affero General Public License as published by
 
9
 * the Free Software Foundation, either version 3 of the License, or
 
10
 * any later version. 
 
11
 *
 
12
 * Xibo is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 * GNU Affero General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU Affero General Public License
 
18
 * along with Xibo.  If not, see <http://www.gnu.org/licenses/>.
 
19
 */ 
 
20
 
 
21
 
 
22
/* Move down content because we have a fixed navbar that is 50px tall */
 
23
body {
 
24
  padding-top: 50px;
 
25
  padding-bottom: 20px;
 
26
}
 
27
 
 
28
html {
 
29
  position: relative;
 
30
  min-height: 100%;
 
31
}
 
32
body {
 
33
  /* Margin bottom by footer height */
 
34
  margin-bottom: 60px;
 
35
}
 
36
.footer {
 
37
  position: absolute;
 
38
  bottom: 0;
 
39
  width: 100%;
 
40
  /* Set the fixed height of the footer here */
 
41
  height: 80px;
 
42
  padding: 5px;
 
43
}
 
44
img.logo {
 
45
        height: 60px;
 
46
}
 
47
.main-container {
 
48
        margin-top: 25px;
 
49
}
 
50
.main-container button {
 
51
        margin-left: -15px;
 
52
        margin-right: -15px;
 
53
        float: left;
 
54
}
 
55
.tab-pane {
 
56
        padding-top: 25px;
 
57
}
 
 
b'\\ No newline at end of file'