diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-07-17 13:13:03 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-07-17 13:13:03 +0200 |
commit | 4d5ebe61c4f88f001fef1a6b1185a7856c086c7e (patch) | |
tree | db41a1ae20f152f3d9013be1fb8cea95a5f2224d /settings/css | |
parent | d58c8d72cf8c0f6784bdec1f054c24a78ff131b6 (diff) | |
download | nextcloud-server-4d5ebe61c4f88f001fef1a6b1185a7856c086c7e.tar.gz nextcloud-server-4d5ebe61c4f88f001fef1a6b1185a7856c086c7e.zip |
Fixed JS and CSS issues in users page
- Renamed "delete" to "deleteEntry" to make IE8 happy.
- Added missing "svg" class for the "+" button
- Added height to "+" button but was unable to properly align it
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 7dbaf830096..b9ce79bc3b8 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -54,6 +54,11 @@ table.nostyle td { padding: 0.2em 0; } position: absolute; left: 12px; top:-2px; content: '+'; font-weight: bold; font-size: 150%; } + +.ie8 #newgroup-form .icon-add { + height: 30px; +} + .usercount { float: left; margin: 5px; } li.active span.utils .delete { float: left; position: relative; opacity: 0.5; |