View Issue Details

IDProjectCategoryView StatusLast Update
0012069mantisbthtmlpublic2017-01-31 04:05
Reporterbajki Assigned Toatrol  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionno change required 
Summary0012069: Default font and td padding
Description

Hi all,
I just want to suggest you some small visual improvements :

[1] Change default font to Lucida Grande. Now it's Verdana and maybe you can say that it's matter of taste but Lucida Grande is way more smooth, takes a bit less space horizontaly and has a bit bigger line height. All those things makes, for example comments listing way more readable.

[2] Add 10px padding to td.bugnote-public and td.bugnote-note-public
Those comments contents are choking there! And when you need to read hundreds of them, your eyes can feel bit tired, believe me :)

** Code ***

[1] :
td {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
padding:4px;
text-align:left;
}

change to

td {
font-family:"Lucida Grande", Verdana,Arial,Helvetica,sans-serif;
font-size:10pt;
padding:4px;
text-align:left;
}

[2] :

default.css line 86
td.bugnote-public {
background-color:#C8C8E8;
color:#000000;
font-weight:bold;
line-height:1.4;
vertical-align:top;
width:25%;
}

change to

td.bugnote-public {
background-color:#C8C8E8;
color:#000000;
font-weight:bold;
line-height:1.4;
vertical-align:top;
width:25%;
padding: 10px;
}

&&&&&&&

default.css line 88 :

td.bugnote-note-public {
background-color:#E8E8E8;
color:#000000;
vertical-align:top;
width:75%;
}

change to
td.bugnote-note-public {
background-color:#E8E8E8;
color:#000000;
vertical-align:top;
width:75%;
padding: 10px;
}


i'm attaching example how comments list looks with those improvements

regards,
Mike

TagsNo tags attached.
Attached Files
comparison.png (103,362 bytes)   
comparison.png (103,362 bytes)   

Activities

bajki

bajki

2010-06-15 04:41

reporter   ~0025853

oh and td {} is in default.css on line 52 :)

yw84ever

yw84ever

2010-07-13 04:33

reporter   ~0026068

Thanks for the tip. looks better for me as well.

atrol

atrol

2017-01-18 18:29

developer   ~0055229

We are resolving this issue as "no change required", because it was reported against an old version of MantisBT which is no longer supported.

Version 2.0.0 comes with a complete new UI.

We recommend that you upgrade to the latest stable version [1]; if after doing so the problem still exists, do not hesitate to reopen the issue.

[1] http://www.mantisbt.org/download.php