bugfix for the rule description in web ui

This commit is contained in:
OttoMao 2015-07-20 11:19:36 +08:00
parent 0868ee248c
commit b31adf1df3
3 changed files with 7 additions and 4 deletions

View File

@ -64,6 +64,9 @@ body, html {
.topHead .ctrlWrapper{
height : 26px;
line-height : 26px;
overflow : hidden;
text-overflow : ellipsis;
white-space : nowrap;
}
.topHead .ctrlWrapper .sep{

View File

@ -44,7 +44,7 @@
<span class="sep">|</span>
{@/if}
<span><i class="uk-icon-chain"></i>Rule : ${rule}</span>
<span title="${rule}"><i class="uk-icon-chain"></i>Rule : ${rule}</span>
</div>
<div style="clear:both"></div>