[gnome-themes-standard] entry: fix padding for GtkEntry and spinbuttons
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] entry: fix padding for GtkEntry and spinbuttons
- Date: Mon, 13 Jun 2011 19:46:45 +0000 (UTC)
commit bdc842dc288d1f9584c0d0569e41ca3ab5aa7f4c
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Jun 13 15:45:17 2011 -0400
entry: fix padding for GtkEntry and spinbuttons
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f40c091..c65fe33 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -129,7 +129,7 @@ GtkStatusbar {
/* we use inner-border instead of padding because padding
* also applies to the progressbar.
*/
- padding: 0;
+ padding: 0 2;
-GtkEntry-inner-border: 5;
-GtkEntry-progress-border: 0;
@@ -157,10 +157,6 @@ GtkStatusbar {
/*****************
* GtkSpinButton *
*****************/
-.spinbutton {
- padding: 3 2;
-}
-
.spinbutton.button,
.spinbutton.button:prelight,
.spinbutton.button:active,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]