# HG changeset patch # User nowmad@nowmads-macbook-pro.local # Date 1448902225 -3600 # Node ID 343750d4d38ec7a3252a33f45391e3336464d8a8 # Parent 2ee96abcce945b5a4aabe934dbc3873546ad3ec6 small improvment of style and add forgotten tabs "thematiques" diff -r 2ee96abcce94 -r 343750d4d38e cms/app-client/app/styles/app.scss --- 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'; diff -r 2ee96abcce94 -r 343750d4d38e cms/app-client/app/templates/tabs/thematiques.hbs --- /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 @@ +

Recherche par thematiques

diff -r 2ee96abcce94 -r 343750d4d38e cms/app-client/public/styles.css --- 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; +}