[gnome-builder] style: tweak padding between pane header buttons



commit 318c4089f48f2533c80f6c1324a2efc531697399
Author: Christian Hergert <chergert redhat com>
Date:   Sat Dec 19 02:22:27 2015 -0800

    style: tweak padding between pane header buttons

 data/theme/Adwaita-dark.css |    5 +++++
 data/theme/Adwaita.css      |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/Adwaita-dark.css b/data/theme/Adwaita-dark.css
index d6cafaa..e4a4d6b 100644
--- a/data/theme/Adwaita-dark.css
+++ b/data/theme/Adwaita-dark.css
@@ -249,6 +249,11 @@ layoutpane > box > box:first-child > stackswitcher > button {
   text-shadow: none;
   font-weight: bold;
   min-width: 0;
+  margin-right: 6px;
+}
+
+layoutpane > box > box:first-child > stackswitcher > button:last-child {
+  margin-right: 0px;
 }
 
 layoutpane > box > box:first-child > stackswitcher > button > label {
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index cefe799..060ebbf 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -242,6 +242,11 @@ layoutpane > box > box:first-child > stackswitcher > button {
   text-shadow: none;
   font-weight: bold;
   min-width: 0;
+  margin-right: 6px;
+}
+
+layoutpane > box > box:first-child > stackswitcher > button:last-child {
+  margin-right: 0px;
 }
 
 layoutpane > box > box:first-child > stackswitcher > button > label {


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