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/style.css | |
| parent | 049f6658046f9acb92c6cb96eb1f395c687cbe4a (diff) | |
client/activity: left align with top bar
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%; } |
