Style fixes

This commit is contained in:
Juan 2018-03-07 11:52:38 +01:00
parent 342f4ab82d
commit 21d3eda413
6 changed files with 9 additions and 10 deletions

2
debian/changelog vendored
View File

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

View File

@ -39,7 +39,6 @@
.new .top
{
padding: 1.5em;
padding-bottom: 0;
}
.new h2
{

View File

@ -28,7 +28,6 @@
.new .top
{
padding: 1.5em;
padding-bottom: 0;
}
.new h2
{

View File

@ -124,7 +124,8 @@
.vn-login input[type=password],
.vn-login input[type=submit],
.vn-login input[type=button],
.vn-login button
.vn-login button,
.vn-login .button
{
border-radius: .1em;
box-shadow: 0 .1em .1em rgba(1, 1, 1, 0.4);
@ -139,7 +140,8 @@
}
.vn-login input[type=submit],
.vn-login input[type=button],
.vn-login button
.vn-login button,
.vn-login .button
{
margin: 0 auto;
background-color: #9CBC28;
@ -151,7 +153,8 @@
}
.vn-login input[type=submit]:hover,
.vn-login input[type=button]:hover,
.vn-login button:hover
.vn-login button:hover,
.vn-login .button:hover
{
background-color: #8A1;
}

View File

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

View File

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