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
This commit is contained in:
Sean Dague 2015-12-16 16:39:28 -05:00 committed by Joshua Hesketh
parent 6ccb8d5959
commit 9ff2123deb

View File

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