header and footer tweaking
This commit is contained in:
@@ -3,14 +3,11 @@
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
background-color: #f5f5f5;
|
||||
color: #404040 !important;
|
||||
z-index: 9999;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
font-size: 20px !important;
|
||||
line-height: 1.42857143 !important;
|
||||
letter-spacing: 4px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.navbar li a, .navbar .navbar-brand {
|
||||
@@ -46,9 +43,9 @@
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
#footer {
|
||||
text-align: center;
|
||||
color: #428BCA;
|
||||
.container-fluid {
|
||||
padding-top: 40px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
@@ -71,6 +68,10 @@
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.bg-footer {
|
||||
background-color: #2f2f2f;
|
||||
color: #ffffff;
|
||||
}
|
||||
.logo {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
@@ -57,8 +57,8 @@
|
||||
</div>
|
||||
<div class="collapse navbar-collapse" id="myNavbar" tal:condition="not layout.isAnonymous()">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li><a href="${request.application_url}"><span class="glyphicon glyphicon-home"></span> Accueil</a></li>
|
||||
<li><a href="${request.application_url}/actifs"><span class="glyphicon glyphicon-list-alt"></span> Actifs</a></li>
|
||||
<li><a href="${request.application_url}"><span class="glyphicon glyphicon-home"></span> ACTIFS</a></li>
|
||||
<li><a href="${request.application_url}/allocation"><span class="glyphicon glyphicon-list-alt"></span> ALLOCATION</a></li>
|
||||
${panel('dropdown_menu_panel')}
|
||||
</ul>
|
||||
</div>
|
||||
@@ -89,11 +89,9 @@
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div class="well">
|
||||
<p>© 2017 - <a href="http://www.entreprise-dumas.com/" target="_blank">caotek.fr</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="container-fluid bg-footer text-center">
|
||||
<p>© 2017 - www.caotek.fr</p>
|
||||
</footer>
|
||||
|
||||
<div metal:define-slot="additional_scripts" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user