From e2f2313eb5a18529f80598e6c4a5756c47aafbe1 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 17 Jul 2014 13:13:03 +0200 Subject: 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 --- settings/css/settings.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'settings/css') 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; -- cgit v1.2.3