[gnome-builder] build-preferences: give some spacing between entry border and text



commit 5f2ba22faa85a48475869b40dd03f52c31f16443
Author: Lucie Dvorakova <luci_dvorak me com>
Date:   Fri Mar 3 00:46:19 2017 +0100

    build-preferences: give some spacing between entry border and text
    
    There was no padding between the border and the text input in Build
    Preferences. The border was moved to create the wanted space.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779241

 data/theme/Adwaita-shared.css |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/Adwaita-shared.css b/data/theme/Adwaita-shared.css
index b10ba54..8e2b25a 100644
--- a/data/theme/Adwaita-shared.css
+++ b/data/theme/Adwaita-shared.css
@@ -278,11 +278,24 @@ configurationview list row {
 configurationview list row:last-child {
   border-bottom: none;
 }
+
+preferences list row entry,
 configurationview list row entry {
   background: transparent;
   border: none;
   padding: 0;
-  margin: 0;
+  padding-left: 5px;
+  border-radius: 3px;
+  margin: -5px;
+}
+
+preferences list row spinbutton entry,
+configurationview list row spinbutton entry {
+  margin-left: 2px;
+}
+
+configurationview list row button {
+  margin: -5px 0;
 }
 
 


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