[gnome-shell] theme: make ibus candidate buttons less wide



commit 8f136e46d495f52b7ee3509844dfa22a843f362e
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Mar 3 18:41:52 2015 +0100

    theme: make ibus candidate buttons less wide
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744959

 data/theme/gnome-shell-high-contrast.css |    9 ++++++---
 data/theme/gnome-shell.css               |    9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 6fa2a2f..526c6bf 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1407,15 +1407,18 @@ StScrollBar {
     color: #ffffff; }
 
 .candidate-page-button-box {
-  height: 2em;
-  width: 80px; }
+  height: 2em; }
   .vertical .candidate-page-button-box {
     padding-top: 0.5em; }
   .horizontal .candidate-page-button-box {
     padding-left: 0.5em; }
 
+.candidate-page-button {
+  padding: 4px; }
+
 .candidate-page-button-previous {
-  border-radius: 4px 0px 0px 4px; }
+  border-radius: 4px 0px 0px 4px;
+  border-right-width: 0; }
 
 .candidate-page-button-next {
   border-radius: 0px 4px 4px 0px; }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index d0754c2..afb6487 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1407,15 +1407,18 @@ StScrollBar {
     color: #ffffff; }
 
 .candidate-page-button-box {
-  height: 2em;
-  width: 80px; }
+  height: 2em; }
   .vertical .candidate-page-button-box {
     padding-top: 0.5em; }
   .horizontal .candidate-page-button-box {
     padding-left: 0.5em; }
 
+.candidate-page-button {
+  padding: 4px; }
+
 .candidate-page-button-previous {
-  border-radius: 4px 0px 0px 4px; }
+  border-radius: 4px 0px 0px 4px;
+  border-right-width: 0; }
 
 .candidate-page-button-next {
   border-radius: 0px 4px 4px 0px; }


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