[almanah] Some tag entry area aesthetic changes



commit 717a5d3e83ccb5d7a15fe9e392531c0a6dce218d
Author: Álvaro Peña <alvaropg gmail com>
Date:   Mon Feb 25 17:34:58 2013 +0100

    Some tag entry area aesthetic changes

 data/almanah.css |   41 +++++++++++++++++++++--------------------
 data/almanah.ui  |    1 -
 2 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/data/almanah.css b/data/almanah.css
index f1204ec..f7e1caa 100644
--- a/data/almanah.css
+++ b/data/almanah.css
@@ -1,3 +1,11 @@
+AlmanahMainWindow GtkToolbar {
+    border-style: solid;
+    border-radius: 0px;
+    border-width: 0px;
+    border-top-width: 0px;
+    border-bottom-width: 1px;
+}
+
 AlmanahCalendarButton:active {
     background-image: none;
     background-color: @menu_bg_color;
@@ -20,14 +28,6 @@ AlmanahCalendarWindow {
     background-color: @menu_bg_color;
 }
 
-AlmanahMainWindow GtkToolbar {
-    border-style: solid;
-    border-radius: 0px;
-    border-width: 0px;
-    border-top-width: 0px;
-    border-bottom-width: 1px;
-}
-
 AlmanahEntryTagsArea {
     background-color: #fff;
 }
@@ -36,18 +36,6 @@ AlmanahEntryTagsArea:backdrop {
     background-color: @theme_unfocused_base_color;
 }
 
-.almanah-mw-main-content GtkScrolledWindow {
-    border-style: solid;
-    border-radius: 0px;
-    border-width: 0px;
-    border-bottom-width: 1px;
-    background-color: #fff;
-}
-
-.almanah-mw-main-content GtkScrolledWindow:backdrop {
-    background-color: @theme_unfocused_base_color;
-}
-
 AlmanahTagEntry {
    color: #aaa;
    font-size: 8;
@@ -69,3 +57,16 @@ AlmanahTagEntry:focused {
 AlmanahTagEntry:backdrop {
     background-color: @theme_unfocused_base_color;
 }
+
+.almanah-mw-main-content GtkScrolledWindow {
+    border-style: solid;
+    border-radius: 0px;
+    border-width: 0px;
+    border-bottom-width: 1px;
+    border-top-width: 1px;
+    background-color: #fff;
+}
+
+.almanah-mw-main-content GtkScrolledWindow:backdrop {
+    background-color: @theme_unfocused_base_color;
+}
diff --git a/data/almanah.ui b/data/almanah.ui
index 39274bb..ec51317 100644
--- a/data/almanah.ui
+++ b/data/almanah.ui
@@ -255,7 +255,6 @@
                                                                                                <property 
name="can-focus">True</property>
                                                                                                <property 
name="has-focus">True</property>
                                                                                                <property 
name="wrap-mode">GTK_WRAP_WORD</property>
-                                                                                               <property 
name="margin_top">6</property>
                                                                                                <property 
name="left-margin">10</property>
                                                                                                <property 
name="right-margin">10</property>
                                                                                                <child 
internal-child="accessible">


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