fix iui css text-align hiding row labels (closes #461)

This commit is contained in:
Andrew Dolgov 2012-06-26 18:55:58 +04:00
parent a5e0ffb0ce
commit eab6e8fb61
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ body > .panel {
min-height: 42px;
border-bottom: 1px solid #999999;
-webkit-border-radius: 0;
text-align: right;
text-align: left;
}
fieldset > .row:last-child {