From: Philippe Barbosa Date: Fri, 18 Mar 2016 13:40:42 +0000 (+0100) Subject: Sidebar fixes X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ca3aa7fd5b47d2f55dea062f91c36617afaaa5f2;p=mezzo.git Sidebar fixes --- diff --git a/app/festival/static/css/index.css b/app/festival/static/css/index.css index 95fe3067..b4862bd7 100755 --- a/app/festival/static/css/index.css +++ b/app/festival/static/css/index.css @@ -1708,6 +1708,13 @@ th { border-bottom: 1px solid #000; } +/* line 17, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_sidebar.scss */ +.sidebar__entry { + font-size: 1rem; + margin: 0; + line-height: 1.4; +} + /* line 5, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_menu-toggle.scss */ .menu__toggle { display: block; diff --git a/app/festival/static/scss/components/_sidebar.scss b/app/festival/static/scss/components/_sidebar.scss index afd2bf0d..633c385c 100755 --- a/app/festival/static/scss/components/_sidebar.scss +++ b/app/festival/static/scss/components/_sidebar.scss @@ -12,4 +12,11 @@ padding: .2rem 0; border-top: 1px solid #000; border-bottom: 1px solid #000; +} + +.sidebar__entry { + font-size: 1rem; + margin: 0; + line-height: 1.4; + // color: $gray_dar; } \ No newline at end of file diff --git a/app/templates/agenda/includes/filter_panel.html b/app/templates/agenda/includes/filter_panel.html index 5f2da8c6..427123ae 100644 --- a/app/templates/agenda/includes/filter_panel.html +++ b/app/templates/agenda/includes/filter_panel.html @@ -7,8 +7,8 @@