forked from indymedia/epicyon
Donate button style
parent
52ee766989
commit
e91537be7e
|
@ -432,8 +432,17 @@ input[type=submit] {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.donateLink {
|
.donateButton {
|
||||||
|
background-color: #2965;
|
||||||
|
color: #000;
|
||||||
|
float: none;
|
||||||
|
margin: 0px 10px;
|
||||||
|
padding: 12px 40px;
|
||||||
|
border: none;
|
||||||
|
border-radius: var(--button-corner-radius);
|
||||||
|
cursor: pointer;
|
||||||
font-size: var(--font-size3);
|
font-size: var(--font-size3);
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:hover {
|
input[type=submit]:hover {
|
||||||
|
|
|
@ -1340,7 +1340,7 @@ def htmlProfile(translate: {},projectVersion: str, \
|
||||||
donateSection= \
|
donateSection= \
|
||||||
'<div class="container">\n' \
|
'<div class="container">\n' \
|
||||||
' <center>\n' \
|
' <center>\n' \
|
||||||
' <a href="'+donateUrl+'"><button class="loginLink">'+translate['Donate']+'</button></a>\n' \
|
' <a href="'+donateUrl+'"><button class="donateButton">'+translate['Donate']+'</button></a>\n' \
|
||||||
' </center>\n' \
|
' </center>\n' \
|
||||||
'</div>\n'
|
'</div>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue