From 9ff2123deb52aef8d1da1f7620da5892d1640646 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 16 Dec 2015 16:39:28 -0500 Subject: [PATCH] increase info column width The info column is default pinned to 458px wide, even when column 3 (related) doesn't exist. There is no reason not to use the extra space if it's there, and let this float large. Change-Id: I94f595a45a33c13d201fdeb12ea045d2eefad626 --- modules/openstack_project/files/gerrit/GerritSite.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index 5fd22af8e4..5ded3a9729 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -83,6 +83,15 @@ a.gwt-InlineHyperlink {background: none !important} border-right: 1px solid #eef3f5; } +/* increase the middle info column to fill empty space (for wide +monitors), but ensure there is a sufficient lower bound to kick in +horiz scroll bar. This will relieve the preasure on the hideci test +results. */ +.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-infoColumn { + width: 100% !important; + min-width: 400px; +} + /* Review history */ .com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2 .com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-name {