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
This commit is contained in:
Florian Müllner 2013-07-14 17:18:01 +02:00
parent 5385205b8e
commit 78b1ba56ce

View File

@ -1161,11 +1161,6 @@ StScrollBar StButton#vhandle:active {
/* Calendar popup */ /* Calendar popup */
#calendarArea {
/* this is the total width of the popup */
max-width: 720px;
}
.calendar-vertical-separator { .calendar-vertical-separator {
-stipple-width: 1px; -stipple-width: 1px;
-stipple-color: #505050; -stipple-color: #505050;
@ -1303,7 +1298,7 @@ StScrollBar StButton#vhandle:active {
} }
.events-table { .events-table {
min-width: 320px; width: 320px;
spacing-columns: 6pt; spacing-columns: 6pt;
padding: 0 1.4em; padding: 0 1.4em;
} }