1
0
Fork 0

quattro: some love to events pages

This commit is contained in:
fabrixxm 2015-12-04 20:43:35 +01:00
commit 38d46b164a
7 changed files with 164 additions and 0 deletions

View file

@ -1793,6 +1793,28 @@ span[id^="showmore-wrap"] {
.rounded(5px);
height: 18px;
}*/
a.actionbutton {
border: 1px solid #999999;
background-color: #cccccc;
color: #2d2d2d;
font-size: 8pt;
padding: 2pt;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
a.actionbutton i.icon {
display: inline-block;
vertical-align: baseline;
padding: 0;
}
a.actionbutton:hover {
text-decoration: none;
background-color: #ffffff;
}
h2 > .actionbutton {
float: right;
}
/** acl **/
#photo-edit-perms-select,
#photos-upload-permissions-wrapper,