From 8097f226f70bcb8827231eb98c7c52e328749d84 Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Fri, 4 Aug 2017 18:52:05 +0200 Subject: [PATCH] Adjust gerrit topmenu width to fit on screen Currently the gerrit top menu is a bit wider than the window regardless of the width. This is caused by the mismatch between left (220px) and right-margin (200px) of the gerrit_topmenu element. Change-Id: I4dbcfae79b72b537fb90000dc5963293590fb914 --- 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 a0fc57bdae..50a88d7031 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -11,7 +11,7 @@ a.gwt-InlineHyperlink {background: none !important} #gerrit_header {display: block !important; position: relative; top: -60px; margin-bottom: -60px; width: 200px; padding-left: 17px} #gerrit_header h1 {font-family: 'PT Sans', sans-serif; font-weight: normal; letter-spacing: -1px} -#gerrit_topmenu {background: none; position:relative; top: 0px; left: 220px; margin-right: 200px} +#gerrit_topmenu {background: none; position:relative; top: 0px; left: 220px; margin-right: 220px} #gerrit_topmenu tbody tr td table {border: 0}