0
1
Fork 0

Style fixes

This commit is contained in:
Juan 2018-03-07 12:29:53 +01:00
parent 80b295f467
commit fadc5505ad
4 changed files with 12 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.405.81) stable; urgency=low
hedera-web (1.405.82) stable; urgency=low
* Initial Release.

View File

@ -43,7 +43,7 @@
</div>
<div>
<p><t>Yet you are not a customer?</t></p>
<a class="button" target="_blank" href="https://goo.gl/Q8GWV5">
<a class="button" href="https://goo.gl/Q8GWV5" target="_blank">
<t>Sign up</t>
</a>
</div>

View File

@ -260,11 +260,17 @@ button,
border-radius: 0.1em;
margin: -0.5em;
}
.button
{
display: inline-block;
text-align: center;
box-sizing: border-box;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button,
.button
button:hover,
.button:hover
{
background-color: rgba(1, 1, 1, 0.1);
}
@ -287,7 +293,7 @@ button.flat:hover,
cursor: pointer;
}
button.flat:disabled,
.button:disabled
.button.flat:disabled
{
color: gray;
}

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.405.81",
"version": "1.405.82",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {