diff options
author | raghunayyar <me@iraghu.com> | 2014-01-28 12:29:04 +0530 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:52:52 +0200 |
commit | 43ced8c6c76eff0f258bf055ca7049e407043a33 (patch) | |
tree | 8cf2968eaefef6bfd806e675fdba49f0f29e8034 /core | |
parent | 0663d954e6d8170c10d444771f90210fb48f65c9 (diff) | |
download | nextcloud-server-43ced8c6c76eff0f258bf055ca7049e407043a33.tar.gz nextcloud-server-43ced8c6c76eff0f258bf055ca7049e407043a33.zip |
Splits Controls overlap in files and users.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index fb14ad27acc..43ee9158355 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:380px; + left:0; height: 44px; width: 100%; padding: 0; @@ -320,6 +320,9 @@ 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'], |