Fix icon name background alignment on mobile view

closes #25
This commit is contained in:
李文富
2014-11-28 16:10:45 +08:00
committed by Douglas Christopher Wilson
parent 9a77df8c77
commit bf15ad0e12
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
unreleased
==========
* Fix icon name background alignment on mobile view
1.5.1 / 2014-11-22
==================
+1 -1
View File
@@ -249,7 +249,7 @@ ul#files.view-details li.header {
display: inline-block;
width: 100%;
text-indent: 0;
background-position: 0 0;
background-position: 0 50%;
}
#files .icon .name {
text-indent: 41px;