From 4a845cf9b307b494a66e9a9da7bbe912cf52fbf1 Mon Sep 17 00:00:00 2001 From: Sven Fuchs Date: Wed, 13 Aug 2014 11:56:01 +0200 Subject: [PATCH] position log lines so fold and time tags can have a top position --- assets/styles/main/log.sass | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/styles/main/log.sass b/assets/styles/main/log.sass index ca73d235..8f310425 100644 --- a/assets/styles/main/log.sass +++ b/assets/styles/main/log.sass @@ -21,6 +21,7 @@ pre#log padding: 20px 15px 0 55px p + position: relative padding: 0 15px 0 55px margin: 0 min-height: 16px @@ -44,6 +45,7 @@ pre#log padding-right: 1em .fold + position: relative height: 16px overflow: hidden cursor: pointer @@ -51,7 +53,7 @@ pre#log height: auto p:first-of-type - padding-right: 130px + padding-right: 190px // &.active p:first-of-type @@ -67,9 +69,10 @@ pre#log .fold-name position: absolute + z-index: 1 display: block + top: 2px right: 85px - margin-top: 2px padding: 0px 7px 2px 7px line-height: 10px font-size: 10px @@ -84,8 +87,8 @@ pre#log .duration position: absolute display: block + top: 2px right: 12px - margin-top: -17px padding: 0px 7px 2px 7px line-height: 10px font-size: 10px