summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-17 13:13:03 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-07-17 16:46:41 +0200
commite2f2313eb5a18529f80598e6c4a5756c47aafbe1 (patch)
tree08f1f3e6d403bf6d3d231a73e572b111b7db0227 /settings/css
parent7886b900f1847bcaac701fbb0ca552ba3f5ab0ce (diff)
downloadnextcloud-server-e2f2313eb5a18529f80598e6c4a5756c47aafbe1.tar.gz
nextcloud-server-e2f2313eb5a18529f80598e6c4a5756c47aafbe1.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.css5
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;