From 3973236f6e4cb76a20fca3b908afd526f293a850 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Sat, 6 Dec 2014 19:02:02 +0100 Subject: css and layout fixes. font path fix --- public/css/theme0.css | 3 +++ public/css/theme1.css | 3 +++ 2 files changed, 6 insertions(+) (limited to 'public') diff --git a/public/css/theme0.css b/public/css/theme0.css index ce759f40..e5cd6ba9 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -6316,3 +6316,6 @@ td.occupied { atd.occupied:hover { background-color: #c1e2b3; } +.space-top { + margin-top: 15px; +} diff --git a/public/css/theme1.css b/public/css/theme1.css index cfaf0ca4..75293613 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -6339,6 +6339,9 @@ td.occupied { atd.occupied:hover { background-color: #449d44; } +.space-top { + margin-top: 15px; +} .text-primary, .text-primary:hover { color: #428bca; -- cgit v1.2.3-54-g00ecf