Merge "Center label scores"

This commit is contained in:
Viktar Donich 2017-03-08 23:01:52 +00:00 committed by Gerrit Code Review
commit f1619a5dd6

View File

@ -110,18 +110,23 @@ limitations under the License.
}
.labelName {
display: inline-block;
min-width: 7em;
margin-right: .5em;
min-width: 7em;
text-align: right;
white-space: nowrap;
width: 25%;
}
.labelMessage {
color: #666;
}
iron-selector {
display: inline-flex;
justify-content: center;
width: 50%;
}
iron-selector > gr-button {
margin-right: .25em;
min-width: 3.5em;
}
iron-selector > gr-button:first-of-type {
border-top-left-radius: 2px;