[extensions-web] Fix global user menu bar expanding on click.



commit 94dbbb965601be898f12cc9eebc98cfa8ee63ef4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 28 02:54:56 2011 -0500

    Fix global user menu bar expanding on click.

 sweettooth/static/css/sweettooth.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index c81a48e..03060c6 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -377,12 +377,12 @@ li.extension:last-child {
     display: table-cell;
 }
 
-.rejected, .reject {
+span.rejected, span.reject {
     color: #c00 !important;
     font-weight: bold;
 }
 
-.active, .approve {
+span.active, span.approve {
     color: #0a0 !important;
     font-weight: bold;
 }



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