diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-12 12:52:24 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-12 12:52:24 +0300 |
| commit | 4e384c705a8e355eaa73a6006dd6a1121183eb55 (patch) | |
| tree | f0dfbfc197481cffd1ddbd7c04bd0cb51c7ae06c /res/client/css | |
| parent | 049f6658046f9acb92c6cb96eb1f395c687cbe4a (diff) | |
client/activity: left align with top bar
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 2 | ||||
| -rw-r--r-- | res/client/css/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index f47c3767..4980f01a 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -297,7 +297,7 @@ g:focus circle { .activity-root-div { position: fixed; - left: 10px; + left: 24px; width: 200px; height: 70%; top: 20%; diff --git a/res/client/css/style.css b/res/client/css/style.css index f69e17ed..c334eda0 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1088,7 +1088,7 @@ g:focus circle { .activity-root-div { position: fixed; - left: 10px; + left: 24px; width: 200px; height: 70%; top: 20%; } |
