Text-align the headers on the media panel to the left to avoid confusion

Thanks to Tsyesika for pointing this out!
This commit is contained in:
Christopher Allan Webber 2013-04-13 14:12:25 -05:00
parent 9cbbc2a401
commit 50bf38b26e

View File

@ -559,6 +559,7 @@ table.media_panel {
table.media_panel th {
font-weight: bold;
padding-bottom: 4px;
text-align: left;
}