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
This commit is contained in:
Tobias Henkel 2017-08-04 18:52:05 +02:00
parent 20f9c99837
commit 8097f226f7

View File

@ -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}