From 78b1ba56ce632a4caa2625be47a625056f3e1293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 14 Jul 2013 17:18:01 +0200 Subject: [PATCH] calendar: Make the events-list a fixed width Commit 929636ebd0b removed the fixed width of the calendar, while commit cb45a38838eb only added it back at max-width (resulting in width changes of the calendar while browsing days). https://bugzilla.gnome.org/show_bug.cgi?id=704200 --- data/theme/gnome-shell.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 7e85048ad..441c06e52 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1161,11 +1161,6 @@ 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; @@ -1303,7 +1298,7 @@ StScrollBar StButton#vhandle:active { } .events-table { - min-width: 320px; + width: 320px; spacing-columns: 6pt; padding: 0 1.4em; }