From 15ebed3fbd3a26cff22f1aec05ce71c840268cfd Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 25 Feb 2015 01:05:17 +0200 Subject: style: fix info-card overlapping tool-bar --- res/client/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index b09d2b3f..78611da6 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -324,8 +324,8 @@ body.debug .debug-ui-right { .info-container { position: absolute; - right: 70px; - top: 24px; } + right: 20px; + top: 130px; } .subtitle { font-style: italic; @@ -665,13 +665,13 @@ p { cursor: pointer; float: right; height: 36px; - margin-right: 15px; + margin-left: 10px; width: 50px; } #tool-bar { margin-top: 30px; position: absolute; - right: 0px; + right: 20px; z-index: 1; } #btn_filter { -- cgit v1.3.1