From 4035c3c435f5ea8bf01f3ab6289d0fe6bc0fa3a7 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Wed, 10 Dec 2014 10:51:06 +0100 Subject: [PATCH] wip fixing duration labels on #left --- assets/styles/layout.sass | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index 22f46eac..b6921921 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -43,6 +43,15 @@ html, body background-color: #fbfbfa border-right: 1px solid $color-border-normal +.duration_label + display: inline-block + height: 14px + line-height: 16px + margin-right: 1px + overflow: hidden + background: inline-image('ui/clock.svg') no-repeat 0px 3px + background-size: contain + @media screen and (max-width: 980px) #left @@ -75,7 +84,7 @@ html, body width: 11px height: 14px margin-right: 1px - text-indent: -200px + text-indent: 10px overflow: hidden background: inline-image('ui/clock.svg') no-repeat 0px 3px background-size: contain