position log lines so fold and time tags can have a top position

This commit is contained in:
Sven Fuchs 2014-08-13 11:56:01 +02:00
parent 1f2b8a84ff
commit 4a845cf9b3

View File

@ -21,6 +21,7 @@ pre#log
padding: 20px 15px 0 55px padding: 20px 15px 0 55px
p p
position: relative
padding: 0 15px 0 55px padding: 0 15px 0 55px
margin: 0 margin: 0
min-height: 16px min-height: 16px
@ -44,6 +45,7 @@ pre#log
padding-right: 1em padding-right: 1em
.fold .fold
position: relative
height: 16px height: 16px
overflow: hidden overflow: hidden
cursor: pointer cursor: pointer
@ -51,7 +53,7 @@ pre#log
height: auto height: auto
p:first-of-type p:first-of-type
padding-right: 130px padding-right: 190px
// &.active // &.active
p:first-of-type p:first-of-type
@ -67,9 +69,10 @@ pre#log
.fold-name .fold-name
position: absolute position: absolute
z-index: 1
display: block display: block
top: 2px
right: 85px right: 85px
margin-top: 2px
padding: 0px 7px 2px 7px padding: 0px 7px 2px 7px
line-height: 10px line-height: 10px
font-size: 10px font-size: 10px
@ -84,8 +87,8 @@ pre#log
.duration .duration
position: absolute position: absolute
display: block display: block
top: 2px
right: 12px right: 12px
margin-top: -17px
padding: 0px 7px 2px 7px padding: 0px 7px 2px 7px
line-height: 10px line-height: 10px
font-size: 10px font-size: 10px