[gnome-shell] theme: Tweak the padding of #summary-mode
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Tweak the padding of #summary-mode
- Date: Sun, 2 Sep 2012 16:48:19 +0000 (UTC)
commit 3013a87bd251298e9ee58aef6633ff6660dbb6c8
Author: Debarshi Ray <debarshir gnome org>
Date: Sun Sep 2 17:19:45 2012 +0200
theme: Tweak the padding of #summary-mode
Change the padding values of #summary-mode to be 6px on right and left
to match the values in .summary-source, which determine the padding
between the top and bottom edges of the tray and the items.
https://bugzilla.gnome.org/show_bug.cgi?id=682248
data/theme/gnome-shell.css | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 968b2cd..98a69dd 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1417,15 +1417,11 @@ StButton.popup-menu-item:insensitive {
}
#summary-mode {
- padding: 2px 0px 0px 4px;
+ padding: 0px 6px 0px 6px; /* same as the values in .summary-source */
height: 60px;
spacing: 10px;
}
-#summary-mode:rtl {
- padding: 2px 4px 0px 0px;
-}
-
.summary-source-button {
border-radius: 4px;
transition-duration: 100;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]