mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
work on style and view and layout
This commit is contained in:
parent
7e9f34ce57
commit
41ffc9b353
@ -4,6 +4,10 @@ div#usefulbar {
|
||||
//to align with nav bar
|
||||
padding-right: 15px;
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
i.menu {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
@ -4,4 +4,6 @@
|
||||
|
||||
@import "_flashMessages.scss";
|
||||
|
||||
@import "_wrapper.scss";
|
||||
|
||||
@import "_commons.scss";
|
||||
|
@ -1,7 +1,3 @@
|
||||
cl_chill_main_homepage:
|
||||
pattern: /hello
|
||||
defaults: { _controller: CLChillMainBundle:Default:index }
|
||||
options:
|
||||
menu: person
|
||||
order: 0
|
||||
label: HomePage
|
||||
|
@ -1,4 +1,5 @@
|
||||
div#usefulbar { background-color: #fbba3a; z-index: 1000; padding-right: 15px; }
|
||||
div#usefulbar form { margin: 0; }
|
||||
div#usefulbar i.menu { font-size: 2em; }
|
||||
div#usefulbar ul { display: flex; justify-content: flex-end; margin: 0; padding-top: 5px; padding-right: 10px; }
|
||||
div#usefulbar li { color: white; margin-left: 10px; }
|
||||
|
@ -10,6 +10,8 @@
|
||||
<link rel="stylesheet" href="{{ asset_url }}"/>
|
||||
{% endstylesheets %}
|
||||
|
||||
{% block css%}<!-- nothing added to css -->{% endblock %}
|
||||
|
||||
{% javascripts output="js/modernizer.js"
|
||||
"bundles/clchillmain/js/modernizr-2.6.2.min.js" %}
|
||||
<script src="{{ asset_url }}" type="text/javascript" ></script>
|
||||
@ -24,17 +26,17 @@
|
||||
<nav id="header" class="navbar pretty" >
|
||||
|
||||
|
||||
|
||||
<div id="logo" class="five columns logo">
|
||||
<!--
|
||||
<div id="logo" class="six columns logo">
|
||||
|
||||
</div>
|
||||
|
||||
-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<ul id="nav_list" class="push_five six columns">
|
||||
<ul id="nav_list" class="six columns">
|
||||
<li><a href="#">Bonjour {utilisateur}</a></li>
|
||||
<li><a href="#"><i class="icon-users"></i></a></li>
|
||||
<li><a href="#"><i class="icon-export"></i></a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user