mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:34:39 -04:00
Fix CSS errors
This commit is contained in:
parent
0c38339e98
commit
a09a563219
@ -5,7 +5,7 @@
|
|||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%
|
height: 100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ body {
|
|||||||
color: #2e2b2b;
|
color: #2e2b2b;
|
||||||
}
|
}
|
||||||
.center-block {
|
.center-block {
|
||||||
margin: 0 auto!;
|
margin: 0 auto !important;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
.valgin {padding: 0; margin: 0;}
|
.valgin {padding: 0; margin: 0;}
|
||||||
@ -254,7 +254,7 @@ a .cta:hover span {
|
|||||||
.hero1.background {
|
.hero1.background {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-attachment: static;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
}
|
}
|
||||||
@ -280,7 +280,7 @@ a .cta:hover span {
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px 35px 20px 35px;
|
padding: 10px 35px 20px 35px;
|
||||||
xheight: 212px;
|
height: 212px;
|
||||||
border-left: 1px dotted #ccc;
|
border-left: 1px dotted #ccc;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -785,7 +785,7 @@ footer.footer form#mad_mimi_signup_form .form-group {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
footer.footer form#mad_mimi_signup_form input {
|
footer.footer form#mad_mimi_signup_form input {
|
||||||
padding: right: 60px;
|
padding-right: 60px;
|
||||||
background: #393636;
|
background: #393636;
|
||||||
border: none;
|
border: none;
|
||||||
color: #b7b7b6;
|
color: #b7b7b6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user