diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-25 01:05:17 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-25 01:30:09 +0200 |
| commit | 15ebed3fbd3a26cff22f1aec05ce71c840268cfd (patch) | |
| tree | 5fd1144b0368f79134f448382f58d291b1c03980 /res/client/css/style.css | |
| parent | 64324f317b6fbd9a1b636b0b21e123155f8153d4 (diff) | |
style: fix info-card overlapping tool-bar
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
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 { |
