[extensions-web] Use CSS3 media queries to not hide the switch when the user resizes his browser



commit 58b7848f39bd9ed485064ce0672c9b497ba1ea99
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Nov 10 11:16:23 2011 -0500

    Use CSS3 media queries to not hide the switch when the user resizes his browser

 sweettooth/static/css/sweettooth.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 1d9f359..05f11d8 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -228,6 +228,12 @@ li.extension:last-child {
     margin-top: 8px;
 }
 
+ media screen and (max-width: 1165px) {
+    .maxwidth {
+        margin-left: 105px;
+    }
+}
+
 .extension .description {
     font-size: 14pt;
 }



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