Tweak layout

This commit is contained in:
Andreas Haller 2014-11-19 22:33:16 +01:00
parent 2abba45f4c
commit 3d721d1759
3 changed files with 27 additions and 29 deletions

View file

@ -1,3 +1,4 @@
.search-result {
border-bottom: 1px solid $table-border-color;
padding-bottom: 0.25em;
}

View file

@ -8,16 +8,12 @@ head
body
.row
.small-12.columns
.clearfix
.right = render 'login_button'
h1#title = link_to 'Stadtratmonitor Leipzig', root_path
- flash.each do |name, msg|
= content_tag :div, msg, class: name
.row
.large-8.columns
h1#title
= link_to 'Stadtratmonitor Leipzig', root_path
.large-4.columns
ul.inline-list.right
li = render 'login_button'
.row
= yield
script src="https://login.persona.org/include.js"

View file

@ -1,14 +1,15 @@
= form_tag(search_path, method: :get)
div
= form_tag(search_path, method: :get)
= text_field_tag(:q, params[:q], placeholder: 'Suche…')
.row
.clearfix
- if @result
.small-9.columns
.left
| #{@result['hits']['total']} Treffer
.small-3.columns
button.button.right TODO: Suche Abbonieren
- if @result
.right
button.button. TODO: Suche Abbonieren
div
- if @result
ul.no-bullet
- @result['hits']['hits'].each do |doc|
li.search-result