Skip to content

Commit

Permalink
refs #1816 small ui tweak, align percentage value right
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 20, 2013
1 parent 552874c commit 721eac9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/CoreHome/stylesheets/dataTable/_dataTable.less
Expand Up @@ -10,10 +10,14 @@
color: gray;
font-size: 12px;
display:none;
text-align: right;
min-width: 45px;
float: right;
margin-top: 3px;
}

td.highlight .ratio {
display: inline;
display: inline-block;
}
}

Expand Down

0 comments on commit 721eac9

Please sign in to comment.