diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index 54d4889f73..92f6e3b89b 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -51,3 +51,13 @@ li.comment_test {list-style-type: none; } max-width: 100px; overflow-x: hidden; } +/* fixes to make this like old gerrit */ +.changeTable td.dataCell { + height: 1em; +} + +/* don't make the non voting stand out more than the voting */ +table.infoTable td.notVotable, +.changeTable td.dataCell.labelNotApplicable { + background: inherit; +}