Page MenuHomePhabricator

Increase font-size in Gerrit search box to make it readable
Closed, ResolvedPublic

Description

Currently the searchbox has a blody CSS declaration saying:

.GJEA35ODFK .gwt-TextBox {

font-size: 7pt;

}

Which is totally unreadable for me.
Please increase the size to at least 10px (Actually, you shouldn't use px at all, as it's a really bad habit and bad design)


Version: unspecified
Severity: major

Details

Reference
bz38667

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:00 AM
bzimport added a project: Gerrit.
bzimport set Reference to bz38667.
bzimport added a subscriber: Unknown Object (MLST).

Added .searchPanel to the list of exported CSS upstream[0] so we don't have to deal with GWT classes here. Hoping this will sneak into 2.5.

[0] https://gerrit-review.googlesource.com/#/c/37110/

Upstream patch is merged so we'll get this for free once we upgrade.

Actually, upstream does a whole lot more than just that patch--but yeah, we'll be getting it on upgrade.

This should be much more legible now.