summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-12-06 19:02:02 +0100
committerFelix Favre <gnomus@gnomus.de>2014-12-06 19:02:02 +0100
commit3973236f6e4cb76a20fca3b908afd526f293a850 (patch)
treea1452aed31100365e696f8b79b9b52dbd3282e0e /themes
parent191ba6e1b14b94a3a46c16ca488f388c82120bad (diff)
css and layout fixes. font path fix
Diffstat (limited to 'themes')
-rw-r--r--themes/base.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/base.less b/themes/base.less
index 29a3796f..cc7956bb 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -1,5 +1,7 @@
@import "../vendor/bootstrap/less/bootstrap";
+@icon-font-path: "../vendor/bootstrap/fonts/";
+
body {
padding-top: 50px;
}
@@ -14,4 +16,8 @@ td.free {
td.occupied {
.bg-success();
-} \ No newline at end of file
+}
+
+.space-top {
+ margin-top: 15px;
+}