diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 4a84568244c..fb14ad27acc 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -309,7 +309,7 @@ input[type="submit"].enabled { position: fixed; top:45px; right: 0; - left: 0; + left:380px; height: 44px; width: 100%; padding: 0; @@ -320,9 +320,6 @@ input[type="submit"].enabled { } /* 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'], |