Text-align the headers on the media panel to the left to avoid confusion
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Apr 2013 19:12:25 +0000 (14:12 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 13 Apr 2013 19:12:25 +0000 (14:12 -0500)
Thanks to Tsyesika for pointing this out!

mediagoblin/static/css/base.css

index ca80c1a793170e5680ee0d2d38e82c702d42135e..0cb36753061b8fbf0db55b8f489ae19c4d375883 100644 (file)
@@ -559,6 +559,7 @@ table.media_panel {
 table.media_panel th {
   font-weight: bold;
   padding-bottom: 4px;
+  text-align: left;
 }