diff options
author | plegall <plg@piwigo.org> | 2013-12-24 15:08:02 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-12-24 15:08:02 +0000 |
commit | 0b619c37f57ca4518a525efc6e8bd84891ef77bc (patch) | |
tree | 20d80c6530ea73fbd027d66b4c2a6464d49fe0fd /admin | |
parent | 943d7d227253d3ed4f91b78a349719d8dc7b8151 (diff) |
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
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
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;} |