From eab6e8fb61694925cf3f15edc2bfadfc81cfca3e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Jun 2012 18:55:58 +0400 Subject: fix iui css text-align hiding row labels (closes #461) --- lib/iui/iui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iui/iui.css b/lib/iui/iui.css index b72b2dc6b..3933dbad9 100644 --- a/lib/iui/iui.css +++ b/lib/iui/iui.css @@ -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 { -- cgit v1.2.3