[extensions-web] css: Fix icon width/height for uploader on details page



commit 6e8efc6b9ad983c3acc9829367551a3e160f3182
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jun 14 13:45:37 2012 -0400

    css: Fix icon width/height for uploader on details page

 sweettooth/static/css/sweettooth.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 5d8d49a..fa466bb 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -367,7 +367,7 @@ li.extension:last-child {
     float: left;
 }
 
-.extension .icon {
+.extension .icon, .extension .icon img {
     width: 32px;
     height: 32px;
     display: inline-block;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]