0
1
Fork 0

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

View File

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

View File

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

View File

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

View File

@ -43,10 +43,8 @@
</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 target="_blank" href="https://goo.gl/Q8GWV5"> <a class="button" target="_blank" href="https://goo.gl/Q8GWV5">
<button type="button">
<t>Sign up</t> <t>Sign up</t>
</button>
</a> </a>
</div> </div>
<div class="footer"> <div class="footer">

View File

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