[extensions-web] Make the space between the icon and the extension title clickable



commit ae7b44c24ee5ea4d32b54ae798ede05f1c37f28f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 14 13:10:28 2011 -0500

    Make the space between the icon and the extension title clickable

 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 05f11d8..afc9f9b 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -265,7 +265,7 @@ li.extension:last-child {
     position: absolute;
     left: 0px;
     margin-top: 4px;
-    padding: 2px;
+    padding: 2px 16px 2px 2px;
 }
 
 .extension .upload {



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