diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 9a32151deb9..fa001d41c2c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -202,13 +202,20 @@ input[type="submit"].enabled { box-sizing: border-box; position: fixed; right: 0; - left: 80px; + left: 0; height: 44px; + width: 100%; + padding: 0; margin: 0; background: #eee; border-bottom: 1px solid #e7e7e7; z-index: 50; } +/* account for shift of controls bar due to app navigation */ +#body-user #controls, +#body-settings #controls { + padding-left: 80px; +} #controls .button, #controls button, #controls input[type='submit'], |