From 79c61e76e87bd51fdedc5c5b30a7f7f2ad834d8e Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 22 Mar 2012 10:05:01 -0500 Subject: [PATCH] Make the Search button a bit bigger Change-Id: I8539e7f9df750412b6b048f38f0ef7548e541392 --- modules/gerrit/files/GerritSite.css | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gerrit/files/GerritSite.css b/modules/gerrit/files/GerritSite.css index 886a568ae0..0324ab9f80 100644 --- a/modules/gerrit/files/GerritSite.css +++ b/modules/gerrit/files/GerritSite.css @@ -25,6 +25,7 @@ a.gwt-InlineHyperlink {background: none !important} #gerrit_body tr:first-child>td {color: #353535; background: #FFF} #gerrit_topmenu tbody tr td table.gwt-TabBar {color: #353535; border-bottom: 1px solid #C5E2EA;} +#gerrit_topmenu .gwt-Button {padding: 3px 6px} .gwt-TabBarItem-selected {color: #CF2F19 !important; border-bottom: 3px solid #CF2F19;} .gwt-TabBarItem {color: #353535; border-right: 0 !important} .gwt-TabBar .gwt-TabBarItem, .gwt-TabBar .gwt-TabBarRest, .gwt-TabPanelBottom {background: 0 !important;}