mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02:00
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
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user