From d15bd940b6ba29e77116b209555f6e1b736e09d2 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 1 May 2014 14:40:48 +0100 Subject: [PATCH] CSS tweaks. --- assets/stylesheets/includes/fonts.css.sass | 12 ++++++++++++ assets/stylesheets/library.css.sass | 11 +++++++++++ 2 files changed, 23 insertions(+) diff --git a/assets/stylesheets/includes/fonts.css.sass b/assets/stylesheets/includes/fonts.css.sass index f9474e2..d20343e 100644 --- a/assets/stylesheets/includes/fonts.css.sass +++ b/assets/stylesheets/includes/fonts.css.sass @@ -82,6 +82,18 @@ .icon-chevron-down:before content: "\e614" +.icon-caret-down:before + content: "\e619" + +.icon-caret-up:before + content: "\e61a" + +.icon-caret-left:before + content: "\e61b" + +.icon-caret-right:before + content: "\e61c" + .icon-cog:before content: "\e615" diff --git a/assets/stylesheets/library.css.sass b/assets/stylesheets/library.css.sass index 097218a..c97fc0c 100644 --- a/assets/stylesheets/library.css.sass +++ b/assets/stylesheets/library.css.sass @@ -13,6 +13,11 @@ z-index: 1 @extend .header @include transition(top 0.35s ease-in-out) + h1 + padding: 0 4.25em + white-space: nowrap + overflow: hidden + text-overflow: ellipsis a.close position: absolute right: 10px @@ -36,6 +41,12 @@ padding: 2.5rem 0 0 li cursor: pointer + @extend .icon-caret-right + &:before + position: absolute + right: 0.5em + top: 0.75em + @extend .icon ol.songs @extend .song-list padding: 2.5rem 0 0