Skip to content
Snippets Groups Projects
Unverified Commit 4718b9dd authored by David Beniamine's avatar David Beniamine
Browse files

cleaner footer

parent 42452180
Branches
No related tags found
No related merge requests found
...@@ -183,6 +183,19 @@ footer#bottom{ ...@@ -183,6 +183,19 @@ footer#bottom{
font-size: medium; font-size: medium;
} }
.half-right{
float: right;
width: 48%;
}
.half-left{
float: left;
width: 48%
}
.navigation{
margin-bottom: 1%;
}
/*collapse*/ /*collapse*/
.collapse > a{ .collapse > a{
cursor: pointer; cursor: pointer;
......
<div class="main-wrap"> <div class="main-wrap">
<footer id="bottom"> <footer id="bottom">
<div class="odd"> <div class="half-left">
<p><?php echo html_meta('contact'); ?></p> <?php echo html_meta('contact'); ?>
<p><?php echo html_meta('site_licence'); ?></p> <?php echo html_meta('site_licence'); ?>
<p><?php echo html_meta('legal_informations'); ?></p> <?php echo html_meta('legal_informations'); ?>
</div> </div>
<div class="even"> <div class="half-right">
<ul class="navigation"> <ul class="navigation">
<?php if(site_meta('mail', '')): ?> <?php if(site_meta('mail', '')): ?>
<li><a href="<?php echo social_url('mail'); ?>"><?php echo social_logo('mail').' '.site_meta('mail', ''); ?></a></li> <li><a href="<?php echo social_url('mail'); ?>"><?php echo social_logo('mail').' '.site_meta('mail', ''); ?></a></li>
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
<li><a href="<?php echo social_url('twitter'); ?>"><?php echo social_logo('twitter').' '.site_meta('twitter', ''); ?></a></li> <li><a href="<?php echo social_url('twitter'); ?>"><?php echo social_logo('twitter').' '.site_meta('twitter', ''); ?></a></li>
<?php endif; ?> <?php endif; ?>
</ul> </ul>
<br /> </div>
<div class="half-right">
<ul class="navigation"> <ul class="navigation">
<li><a href="<?php echo base_url(); ?>" title="Retour &agrave; l'accueil.">Accueil</a></li> <li><a href="<?php echo base_url(); ?>" title="Retour &agrave; l'accueil.">Accueil</a></li>
<li><a href="<?php echo base_url('admin'); ?>" title="Administration">Administration</a></li> <li><a href="<?php echo base_url('admin'); ?>" title="Administration">Administration</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment