Update calendar font style

Now that we are using Cantarell as the default UI font, some clarity
was reduced in using the calendar. Mockups already address this so
change the font styles in CSS to match the mockups.

https://bugzilla.gnome.org/show_bug.cgi?id=642194
This commit is contained in:
Jonathan Strander 2011-02-15 18:46:32 -06:00 committed by Owen W. Taylor
parent 682b7ea0b5
commit d1eb2b2b02

View File

@ -763,6 +763,7 @@ StTooltip StLabel {
color: #666666; color: #666666;
font-size: 10px; font-size: 10px;
padding: 2px; padding: 2px;
font-weight: bold;
} }
.calendar-change-month-back { .calendar-change-month-back {
@ -793,8 +794,9 @@ StTooltip StLabel {
.datemenu-date-label { .datemenu-date-label {
padding: .4em 1.75em; padding: .4em 1.75em;
font-size: 16px; font-size: 14px;
color: #ffffff; color: #cccccc;
font-weight: bold;
} }
.calendar-day-base { .calendar-day-base {
@ -824,7 +826,7 @@ StTooltip StLabel {
/* Hack used in lieu of border-collapse - see calendar.js */ /* Hack used in lieu of border-collapse - see calendar.js */
.calendar-day { .calendar-day {
border: 1px solid #333333; border: 1px solid #333333;
color: #cccccc; color: #888888;
border-top-width: 0; border-top-width: 0;
border-left-width: 0; border-left-width: 0;
} }
@ -855,10 +857,11 @@ StTooltip StLabel {
.calendar-day-with-events { .calendar-day-with-events {
font-weight: bold; font-weight: bold;
color: #cccccc;
} }
.events-header-vbox { .events-header-vbox {
spacing: 10px; spacing: 8px;
} }
.events-header { .events-header {
@ -866,13 +869,14 @@ StTooltip StLabel {
} }
.events-header-hbox { .events-header-hbox {
spacing: 8px;
padding: 0.3em; padding: 0.3em;
} }
.events-day-header { .events-day-header {
font-size: 14px; font-size: 12px;
font-weight: bold;
color: rgba(153, 153, 153, 1.0); color: rgba(153, 153, 153, 1.0);
padding-left: 0.3em;
} }
.events-day-dayname { .events-day-dayname {
@ -883,7 +887,6 @@ StTooltip StLabel {
.events-day-time { .events-day-time {
font-size: 12px; font-size: 12px;
font-weight: bold;
color: #fff; color: #fff;
text-align: right; text-align: right;
} }
@ -899,6 +902,7 @@ StTooltip StLabel {
.events-time-box { .events-time-box {
width: 70px; width: 70px;
padding-right: 8px;
} }
.events-event-box { .events-event-box {