#176: Reduce width of date in ticket Change History.
------------------------+--------------------
Reporter: jdreimann | Owner: nobody
Type: defect | Status: new
Priority: major | Milestone:
Component: ui design | Version:
Resolution: | Keywords:
------------------------+--------------------
Comment (by olemis):
I didn't implement it this way since the beginning because the only
solution possible afaics was to use tables rather than divs , and IMO this
could cause some trouble. Of course we can come up with other solutions
e.g. smaller font size or even two lines timespan label in inside
`div.span1` e.g. something like
{{{
#!html
<div class="span1">
<h6 style="font-size: 70%">
<a class="timeline"
href="/bloodhound/timeline?from=2012-08-28T07%3A03%3A30-05%3A00&precision=second"
title="See timeline at Aug 28, 2012 7:03:30 AM"><span class="badge badge-
inverse">16</span><br/> hours ago</a>
</h6>
</div>
<div class="offset1">
Comment ...
</div>
}}}
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/176#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker