feature(style) if owner name to long - it's reduce

This commit is contained in:
coderaiser 2014-01-22 05:33:09 -05:00
parent 9a200bc2bf
commit c5d4fefdf9

View file

@ -216,6 +216,20 @@ body {
margin-right: 27px;
text-align: right;
}
.owner {
display : inline-block;
width : 14%;
text-overflow : ellipsis;
overflow : hidden;
/* when inline-block
* vertical align should be
* set top to prevent additional
* spaces behind lines
*/
vertical-align : top;
}
.mode {
float: right;
width: 23%;