for "Manage Permissions" and "Manage the members", don't display the button "apply action" button and style as a button the links

git-svn-id: http://piwigo.org/svn/trunk@22516 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25
2013-05-06 18:34:56 +00:00
parent 9547e03a57
commit 5a0bd85b80
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -293,7 +293,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
#pwgMain {padding-left:0}
input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
.grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
font-size:12px;
font-weight:bold;
letter-spacing:1px;
@@ -307,7 +307,7 @@ input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
margin-left:0;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
.grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
cursor: pointer;
background-color:#ff7700;
color:white;