diff options
author | Felix Favre <gnomus@gnomus.de> | 2014-12-06 19:02:02 +0100 |
---|---|---|
committer | Felix Favre <gnomus@gnomus.de> | 2014-12-06 19:02:02 +0100 |
commit | 3973236f6e4cb76a20fca3b908afd526f293a850 (patch) | |
tree | a1452aed31100365e696f8b79b9b52dbd3282e0e /public/css | |
parent | 191ba6e1b14b94a3a46c16ca488f388c82120bad (diff) |
css and layout fixes. font path fix
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/theme0.css | 3 | ||||
-rw-r--r-- | public/css/theme1.css | 3 |
2 files changed, 6 insertions, 0 deletions
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; |