[extensions-web] css: Remove old, bogus CSS declarations



commit fe8326a70c2952099afbdc2205df60f8d41c10d6
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jun 6 14:00:50 2012 -0400

    css: Remove old, bogus CSS declarations

 sweettooth/static/css/sweettooth.css |    3 +--
 sweettooth/static/css/template.css   |   22 +---------------------
 2 files changed, 2 insertions(+), 23 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 5f6076e..d5faefa 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -63,7 +63,6 @@
 
 #auth_form label {
     display: inline-block;
-    display: -moz-inline-block;
     width: 45%;
     margin-left: 5%;
     line-height: 1.8;
@@ -270,7 +269,7 @@ ul.extensions {
 
 li.extension {
     list-style-type: none;
-    list-style-position: inner;
+    list-style-position: inside;
     margin-left: 0px;
 
     border-bottom: 1px solid #ccc;
diff --git a/sweettooth/static/css/template.css b/sweettooth/static/css/template.css
index 82e378a..9558428 100644
--- a/sweettooth/static/css/template.css
+++ b/sweettooth/static/css/template.css
@@ -60,11 +60,7 @@ a:visited {
     padding: 6px 8px;
     font-size: 12px;
     line-height: 16px;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
     border-radius: 5px;
-    -moz-box-shadow: 0 4px 2px -2px #8fb3d9;
-    -webkit-box-shadow: 0 4px 2px -2px #8fb3d9;
     box-shadow: 0 4px 2px -2px #8fb3d9;
     white-space: nowrap;
 }
@@ -89,8 +85,6 @@ a:visited {
     margin: -2px -4px -2px 2px;
     color: inherit !important;
     text-decoration: none;
-    -moz-border-radius: 4px;
-    -webkit-border-radius: 4px;
     border-radius: 4px;
     background: url(../images/globaldomain-user-arrow.png) right center no-repeat;
     outline: none;
@@ -101,8 +95,6 @@ a:visited {
 }
 #global_domain_bar .tab a.user.active {
     background-color: #ececec;
-    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
-    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
     box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
 }
 
@@ -132,8 +124,6 @@ a:visited {
     margin: 32px 0 0 0;
     padding: 8px 0 0 0;
     min-width: 140px;
-    -moz-border-radius: 10px;
-    -webkit-border-radius: 10px;
     border-radius: 10px;
 }
 #global_domain_bar .user_popup a {
@@ -158,7 +148,7 @@ a:visited {
 
 #gnome_header {
     margin: 0;
-    padding: 6px auto;
+    padding: 6px 0;
 }
 
 #gnome_header h1 {
@@ -188,16 +178,10 @@ a:visited {
     padding: 4px 28px 4px 9px;
     background: #fff url(../images/search-icon.png) 172px 5px no-repeat;
     width: 160px;
-    -moz-border-radius: 25px;
-    -webkit-border-radius: 25px;
     border-radius: 25px;
-    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
-    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
     box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
 }
 #gnome_header #search_input:focus {
-    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 0 3px #0489B7;
-    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 0 3px #0489B7;
     box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 0 3px #0489B7;
     outline: none;
 }
@@ -246,11 +230,7 @@ a:visited {
     color: #000;
     text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
     color: #fff;
-    -moz-border-radius: 5px;
-    -webkit-border-radius: 5px;
     border-radius: 5px;
-    -moz-box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
-    -webkit-box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
     box-shadow: inset 0 2px 3px -1px #396da9, 0 1px 0 #fff;
     position: relative;
 }



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