From 0b619c37f57ca4518a525efc6e8bd84891ef77bc Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 24 Dec 2013 15:08:02 +0000 Subject: bug fixed: never display text-underline on font icon bug fixed: keep the "close details" link always displayed. git-svn-id: http://piwigo.org/svn/trunk@26178 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/themes') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 5bd413bc1..29379c285 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1,5 +1,5 @@ /* content.css */ -[class^="icon-"]:before { text-decoration:none !important; } +[class*="icon-"]:before { text-decoration:none !important; } .showInfo { font-size:15px;cursor:pointer;line-height:15px; } @@ -1161,6 +1161,7 @@ a.group_perm { #userList .openUserDetails {visibility:hidden;} #userList tr:hover .openUserDetails {visibility:visible;} +#userList .icon-angle-circled-up {visibility:visible;} .userProperties {max-width:730px;} .userPropertiesContainer {border-top:1px solid #ddd;margin-top:1em;} -- cgit v1.2.3