Skip to content
Snippets Groups Projects
Commit 5e4ae32f authored by Dominik Baránek's avatar Dominik Baránek
Browse files

fix: LSAAI footer

parent a922acdf
No related branches found
No related tags found
No related merge requests found
...@@ -9,22 +9,24 @@ if(!empty($this->data['htmlinject']['htmlContentPost'])) { ...@@ -9,22 +9,24 @@ if(!empty($this->data['htmlinject']['htmlContentPost'])) {
</div> </div>
</div> </div>
<div id="footer"> <div id="wrap_footer">
<div id="footer">
<div style="margin: 0px auto; max-width: 1000px;"> <div style="margin: 0px auto; max-width: 1000px;">
<div class="row"> <div class="row">
<div id="eu" class="col-md-6"> <div id="eu" class="col-md-6">
<p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654248.</p> <p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654248.</p>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<p><a href="mailto:support@aai.lifescience-ri.eu">CONTACT</a></p> <p><a href="mailto:support@aai.lifescience-ri.eu">CONTACT</a></p>
</div>
</div>
</div>
</div> </div>
</div> </div>
</div>
</div>
</body> </body>
</html> </html>
......
html {
position: relative;
min-height: 100%;
}
body { body {
padding-top: 0; padding-top: 0;
} }
.ui-widget-content { .ui-widget-content {
border: 0 solid #ddd; border: 0 solid #ddd;
} }
#header { #header {
background: transparent; background: transparent;
padding-top: 40px;
} }
#header h1 { #header h1 {
...@@ -71,7 +78,6 @@ hr { ...@@ -71,7 +78,6 @@ hr {
} }
#footer { #footer {
margin-top: 0;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
text-align: left; text-align: left;
...@@ -86,6 +92,10 @@ hr { ...@@ -86,6 +92,10 @@ hr {
bottom: 0; bottom: 0;
} }
#wrap_footer {
padding-top: 120px;
}
#footer img { #footer img {
margin: 0 16px; margin: 0 16px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment