Commit 9a01dee7 authored by delanoe's avatar delanoe

[CSS] Fix left bar of chart and div closed in menu.

parent 14d7d6f1
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
.bs-callout { .bs-callout {
margin: 20px -25px; margin: 20px -25px;
padding: 15px 30px 15px 15px; padding: 15px 30px 15px 15px;
border-left: 3px solid #A1C2D8; border-left: 6px solid #508EBA;
} }
.bs-callout h4 { .bs-callout h4 {
margin-top: 0; margin-top: 0;
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</div> <!-- /jumbotron --> </div> <!-- /jumbotron -->
</div> <!--</div> This div is closed in the menu !-->
......
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
Import a Corpus-List Import a Corpus-List
</button> </button>
--> -->
</div> <!--</div> This div is closed in the menu !-->
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> <!--</div> This div is closed in the menu !-->
<!-- here goes import script js/bootstrap/bootstrap-multiselect.js, mais ca marche pas--> <!-- here goes import script js/bootstrap/bootstrap-multiselect.js, mais ca marche pas-->
<script type="text/javascript" src="{% static "js/jquery/dynatable/jquery.dynatable.js" %}"></script> <script type="text/javascript" src="{% static "js/jquery/dynatable/jquery.dynatable.js" %}"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment