--- a/cms/app-client/app/styles/app.scss Mon Nov 30 17:50:02 2015 +0100
+++ b/cms/app-client/app/styles/app.scss Mon Nov 30 17:50:25 2015 +0100
@@ -1,6 +1,6 @@
#corpus-app {
border: 1px solid;
- width: 940px;
+ width: 1108px;
height: 900px;
display: block;
margin-left: auto;
@@ -8,6 +8,12 @@
margin-bottom: 10px;
}
+.mapdiv{
+ width: 470px;
+ background-color: #FFFFFF;
+ height: 500px;
+}
+
.corpus-app {
@at-root {
@import 'container';
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/app/templates/tabs/thematiques.hbs Mon Nov 30 17:50:25 2015 +0100
@@ -0,0 +1,1 @@
+<h2>Recherche par thematiques</h2>
--- a/cms/app-client/public/styles.css Mon Nov 30 17:50:02 2015 +0100
+++ b/cms/app-client/public/styles.css Mon Nov 30 17:50:25 2015 +0100
@@ -3,9 +3,9 @@
}
.header {
/*background-color: green;*/
- width: 940px;
+ width: 1108px;
height: 90px;
- display: block;
+ display: table;
margin-left: auto;
margin-right: auto;
margin-bottom: 1px;
@@ -37,8 +37,8 @@
position:relative;
left:50%;
padding: 0;
- display: inline-block;
- width: 100%;
+ display: table;
+ width: auto;
float: none;
margin: 0 auto 0 auto;
}
@@ -64,3 +64,8 @@
font-weight: 900;
background-color: bisque;
}
+
+.sub-menu{
+ margin-right: 10px;
+ cursor: pointer;
+}