diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 73176293c..6294c9ca8 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -10,7 +10,7 @@ // 08. Forms // 09. Alerts // 10. User account -// 11. Filters +// 11. Filters & search // 12. Official levels // 13. Pagination // 14. Tables @@ -133,9 +133,14 @@ h6 { .button { font-size: rem-calc(13); + font-family: $font-family-sans-serif !important; padding: rem-calc(15) rem-calc(32); } +.postfix.button { + padding: 0; +} + .clear { clear: both; } @@ -985,7 +990,7 @@ img.initialjs-avatar { top: -9px; } -// 11. Filters +// 11. Filters & search // - - - - - - - - - - - - - - - - - - - - - - - - - .filters { @@ -1018,6 +1023,23 @@ img.initialjs-avatar { } } +.search-results { + @extend .filters; +} + +.search-form { + + h3 { + border-top: 1px solid $votes-border; + display: inline-block; + font-family: $font-family-sans-serif; + font-size: rem-calc(16); + margin: -1px 0 rem-calc(12); + padding-top: rem-calc(6); + text-transform: uppercase; + } +} + // 12. Officials levels // - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb index bcd74445c..2657857bf 100644 --- a/app/views/debates/index.html.erb +++ b/app/views/debates/index.html.erb @@ -37,6 +37,18 @@ + +