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 /settings/css | |
parent | 0663d954e6d8170c10d444771f90210fb48f65c9 (diff) | |
download | nextcloud-server-43ced8c6c76eff0f258bf055ca7049e407043a33.tar.gz nextcloud-server-43ced8c6c76eff0f258bf055ca7049e407043a33.zip |
Splits Controls overlap in files and users.
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 878ee555890..7d33d2afb92 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -5,6 +5,13 @@ select#languageinput, select#timezone { width:15em; } input#openid, input#webdav { width:20em; } +#user-controls { + -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; + position: fixed; right: 0; left:380px; height: 44px; width: 100%; + padding: 0; margin: 0; + background: #eee; border-bottom: 1px solid #e7e7e7; + z-index: 50; +} /* PERSONAL */ #rootcert_import { |