Merge "limit the width of vote columns"

This commit is contained in:
Jenkins 2014-04-29 09:24:00 +00:00 committed by Gerrit Code Review
commit fe1a30782c

View File

@ -45,3 +45,9 @@ a.gwt-InlineHyperlink {background: none !important}
color: #e39f00;
}
li.comment_test {list-style-type: none; }
/* this is for support of 'Display Person Name In Review Category' */
.cAPPROVAL {
max-width: 100px;
overflow-x: hidden;
}