From f0409ade1e0a87b2e3aba6552cb2490a71e4ebaf Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 6 Aug 2018 16:25:26 +0200 Subject: [PATCH] More space around cells --- app/assets/stylesheets/my_styles.scss | 40 +++++++++++++++++---------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index 3c90e6a..152027a 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -119,22 +119,24 @@ div.thumb-height // padding-bottom: 1.3rem; // } -// .top-bar -// { -// // Draw a colored line below the navigation topbar -// border-bottom: 5px solid $debian_color; -// color: #8a8a8a; +.top-bar +{ + // Draw a colored line below the navigation topbar + // border-bottom: 5px solid black; + margin-bottom: 0.5rem; -// a -// { -// color: #8a8a8a; -// } + color: #8a8a8a; -// a.active -// { -// color: #fefefe; -// } -// } + a + { + color: #8a8a8a; + } + + a.active + { + color: #fefefe; + } +} // ------- Footer - format as table cell to allow vertical centering /*@import "compass/layout/sticky-footer";*/ @@ -351,6 +353,16 @@ a.black display: none; } } + + .listview + { + margin-bottom: 2rem; + + .cell + { + padding-right: 1rem; + } + } } /* Properties of a screenshot - shown in details view */