[gnome-maps] Refactoring stylesheet



commit 27c1240a7b6c3d0c1edbac731a0a1508e4fb8880
Author: Miguel Vaello Martínez <miguel vaellomartinez gmail com>
Date:   Tue Mar 3 13:55:44 2015 +0100

    Refactoring stylesheet
    
    Clean code easier to read and maintain.
    https://bugzilla.gnome.org/show_bug.cgi?id=745530

 data/gnome-maps.css |   30 +++++++-----------------------
 1 files changed, 7 insertions(+), 23 deletions(-)
---
diff --git a/data/gnome-maps.css b/data/gnome-maps.css
index 12e021a..658a205 100644
--- a/data/gnome-maps.css
+++ b/data/gnome-maps.css
@@ -8,7 +8,7 @@
 
 .layer-radio-button {
     background-image: none;
-    padding: 0px;
+    padding: 0;
     border: 2px solid @insensitive_borders;
     -GtkWidget-focus-line-width: 1;
     -GtkWidget-focus-padding: 1;
@@ -21,22 +21,15 @@
 }
 
 .maps-notification {
-    border-radius: 0px 0px 0px 0px;
-}
-
-
-#zoom-in-button {
-    font-weight: bold;
+    border-radius: 0;
 }
 
+#zoom-in-button,
 #zoom-out-button {
     font-weight: bold;
 }
 
-#sidebar-entry-list {
-    background-color: transparent;
-}
-
+#sidebar-entry-list,
 #sidebar-entry-list .list-row:hover {
     background-color: transparent;
 }
@@ -54,10 +47,7 @@
 }
 
 #sidebar-entry-list .transportation-mode-button > GtkImage {
-    padding-left:   7px;
-    padding-right:  7px;
-    padding-top:    4px;
-    padding-bottom: 4px;
+    padding: 4px 7px;
 }
 
 #sidebar {
@@ -78,18 +68,12 @@
     font-weight: bold;
 }
 
+.small-label,
+.bubble-content,
 .bubble-subtitle {
     font-size: small;
 }
 
-.bubble-content {
-    font-size: small;
-}
-
 .maps-check-in GtkTextView {
     font-size: large;
 }
-
-.small-label {
-    font-size: small;
-}


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