Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Resize time label in notification view
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Jun 18, 2012
1 parent cf94296 commit de5ff25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -168,7 +168,7 @@ else if (severity == Severity.Warning)
panel.add(timeLabel);
panel.add(msgLabel);
panel.setCellWidth(severityImg, "20px");
panel.setCellWidth(timeLabel, "40px");
panel.setCellWidth(timeLabel, "50px");

panel.setCellVerticalAlignment(severityImg, HasVerticalAlignment.ALIGN_MIDDLE);
panel.setCellVerticalAlignment(timeLabel, HasVerticalAlignment.ALIGN_MIDDLE);
Expand Down
Expand Up @@ -38,7 +38,7 @@

.timeLabel
{
font-size:10px;
font-size:0.7em;
}

</ui:style>
Expand Down

0 comments on commit de5ff25

Please sign in to comment.