#177: Move 'comment:1' and 'reply to' indicators under the time in ticket view
--------------------------+----------------------
Reporter: jdreimann | Owner: olemis
Type: enhancement | Status: accepted
Priority: major | Milestone:
Component: ui design | Version:
Resolution: | Keywords:
--------------------------+----------------------
Comment (by olemis):
Replying to [comment:14 jdreimann]:
> Replying to [comment:13 olemis]:
> > well ... IMO that's kind of the approach to follow in order to make
all that information fit in `span1` containers .
>
> How about just shortening the current text to one that will always fit
into span1 ?
>
> x sec
> x min
> x hrs
> x Days
so far looks ok
> x Wks
> x Mths
> x Yrs
>
these ... well I'm not sure . Are native English speakers familiar with
these acronyms ?
I was thinking of including the same label but stacked e.g.
{{{
#!html
<div class="row">
<div class="span1">
<h6 style="line-height: 13px; text-align: center">
<div style="font-size: 130%">32</div>
<div style="font-size: 80%">months</div>
<div style="font-size: 80%">ago</div>
</h6>
</div>
<div class="offset1">
...
</div>
</div>
}}}
... well kind of ... maybe the word '''ago''' may be removed as well .
[...]
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/177#comment:15>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker