[gnome-shell] calendar: Fix line-wrapping of calendar events
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] calendar: Fix line-wrapping of calendar events
- Date: Wed, 10 Jul 2013 15:39:58 +0000 (UTC)
commit cb45a38838eb441d4d3184560263ace5cc79057b
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Jul 9 19:59:06 2013 +0200
calendar: Fix line-wrapping of calendar events
Commit 929636ebd0b8f428 broke line-wrapping of longish calendar events,
add back the required CSS width.
https://bugzilla.gnome.org/show_bug.cgi?id=703893
data/theme/gnome-shell.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 127bbc2..0dc5b70 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1161,6 +1161,11 @@ StScrollBar StButton#vhandle:active {
/* Calendar popup */
+#calendarArea {
+ /* this is the total width of the popup */
+ max-width: 720px;
+}
+
.calendar-vertical-separator {
-stipple-width: 1px;
-stipple-color: #505050;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]