From a4024638ed9c646a653723fecf7a6e1e9d760a6c Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 21 Sep 2017 15:18:55 -0400 Subject: [PATCH] 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 --- modules/openstack_project/files/gerrit/GerritSite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index 50a88d7031..ab6b8588ab 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -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;