Fix Gerrit search bar width

With the new upgrade of Gerrit, the class name has changed
for the search bar resulting in a longer-than-expected bar.

This patch updates and points it to the right class so that
we restore the old search bar size.

Change-Id: I4eee34198c3d46954d5e0677324c3338320dcdee
This commit is contained in:
Mohammed Naser 2017-09-21 15:18:55 -04:00
parent 8ace8de30c
commit a4024638ed
No known key found for this signature in database
GPG Key ID: 481CBC90384AEC42
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ a.gwt-InlineHyperlink {background: none !important}
.gwt-TabBarItem {color: #353535; border-right: 0 !important}
.gwt-TabBar .gwt-TabBarItem, .gwt-TabBar .gwt-TabBarRest, .gwt-TabPanelBottom {background: 0 !important;}
#gerrit_topmenu .gwt-TextBox {width: 250px}
#gerrit_topmenu .searchTextBox {width: 250px}
#change_infoTable {
border-collapse: collapse;