]> git.wh0rd.org - tt-rss.git/commitdiff
fix iui css text-align hiding row labels (closes #461)
authorAndrew Dolgov <fox@fakecake.org>
Tue, 26 Jun 2012 14:55:58 +0000 (18:55 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Tue, 26 Jun 2012 14:55:58 +0000 (18:55 +0400)
lib/iui/iui.css

index b72b2dc6b1791567ed862cbd109e9962cd1495a0..3933dbad9a3c8abdfaebba7fe216fcc208faf7f0 100644 (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 {