calendar: Fix line-wrapping of calendar events

Commit 929636ebd0 broke line-wrapping of longish calendar events,
add back the required CSS width.

https://bugzilla.gnome.org/show_bug.cgi?id=703893
This commit is contained in:
Florian Müllner 2013-07-09 19:59:06 +02:00
parent bb4d430ebf
commit cb45a38838

View File

@ -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;