[tor-bugs] #10253 [Trac]: Date cut-off in Timeline "input#fromdate"
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Nov 29 16:55:21 UTC 2013
#10253: Date cut-off in Timeline "input#fromdate"
--------------------+---------------------
Reporter: bastik | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: Trac | Version:
Keywords: | Actual Points:
Parent ID: | Points:
--------------------+---------------------
The default time setting displays the current date as "Nov 29, 2013",
where the "3" is cut off.
The trick seems to be to increase the width for the input fields via css.
>#prefs input, #prefs select {
> font-size: 9px;vertical-align: middle;'''width: 65px''';
The bold indicates what I added to the trac.css, 60px worked fine for me,
but I thought it to be safer to use some higher value. Note that this
increases all input fields of the right selection menu, but not the search
bar. This change is untested, so it could have very well impacts on other
input fields, also it shifts the descriptions of the check-boxes farther
away from them.
Alternatively the default way of displaying all dates on trac is to use
the ISO thingy, to make dates appear like 2013-11-29. (Logged in users can
override it)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10253>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list