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. * Initial Release.

View File

@ -43,7 +43,7 @@
</div> </div>
<div> <div>
<p><t>Yet you are not a customer?</t></p> <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> <t>Sign up</t>
</a> </a>
</div> </div>

View File

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

View File

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