diff --git a/app/assets/stylesheets/events.sass b/app/assets/stylesheets/events.sass index 6d140640..571a0895 100644 --- a/app/assets/stylesheets/events.sass +++ b/app/assets/stylesheets/events.sass @@ -1,11 +1,8 @@ header.calendar-header - font-size: 1.5em - margin-top: 0.4em - font-weight: bolder + font-size: larger a - font-weight: normal &:first-child, &:last-child - margin: 0 0.3em + padding: 0 0.3em em.locality.fa color: gray @@ -25,12 +22,10 @@ p.full_address body.events.index table width: 100% - max-width: 100% // So we can ellipse past events table-layout: fixed tr th - padding-bottom: 0.35em text-transform: capitalize td height: 4.8em diff --git a/app/assets/stylesheets/list.sass b/app/assets/stylesheets/list.sass index a065d6ea..32affa9c 100644 --- a/app/assets/stylesheets/list.sass +++ b/app/assets/stylesheets/list.sass @@ -4,15 +4,14 @@ table clear: both - margin-top: 1em - margin-bottom: 1em border-spacing: 2px th - padding: 0.3em 0.6em + font-weight: normal + a:link, a:visited + color: #003 + padding: 0 0.6em &.list - thead tr - background-color: #fed tbody tr:nth-child(odd) background-color: #def diff --git a/app/assets/stylesheets/orgas.sass b/app/assets/stylesheets/orgas.sass index 0612a62d..2215ccf6 100644 --- a/app/assets/stylesheets/orgas.sass +++ b/app/assets/stylesheets/orgas.sass @@ -5,6 +5,8 @@ img.favicon form#orga_search font-size: larger + margin-top: 1em + margin-bottom: 1em label display: none em.fa diff --git a/app/views/orgas/index.html.haml b/app/views/orgas/index.html.haml index 1bcd1f06..f2f7cca0 100644 --- a/app/views/orgas/index.html.haml +++ b/app/views/orgas/index.html.haml @@ -7,8 +7,7 @@ %table.list.autopagerize_page_element %thead - %th - %th.name= sort_link @search, :name + %th.name(colspan='2')= sort_link @search, :name %th.city= sort_link @search, :city %th.department= sort_link @search, :department %th.region= sort_link @search,