Bug 437412-zero-length and short events are shown at the wrong times in the timegrid;r=berend and philipp; patch=berend and philipp;ui-r=daniel
git-svn-id: svn://10.0.0.236/trunk@253805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
aa0d9d217e
commit
0906639c91
@ -178,7 +178,6 @@ calendar-header-container[weekend="true"][selected="true"],
|
||||
|
||||
.calendar-event-box-container {
|
||||
padding: 0;
|
||||
margin: 1px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -187,6 +186,7 @@ calendar-header-container[weekend="true"][selected="true"],
|
||||
}
|
||||
|
||||
.calendar-event-details {
|
||||
margin: 1px;
|
||||
-moz-padding-start: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -221,23 +221,6 @@ calendar-event-box[selected="true"] .calendar-event-selection {
|
||||
background-color: #ffdb67 !important;
|
||||
}
|
||||
|
||||
calendar-event-gripbar {
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
min-height: 4px;
|
||||
min-width: 4px;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
calendar-event-gripbar[parentorient="vertical"] {
|
||||
cursor: n-resize;
|
||||
}
|
||||
|
||||
calendar-event-gripbar[parentorient="horizontal"] {
|
||||
cursor: e-resize;
|
||||
}
|
||||
|
||||
/* headers horizontal, times vertical */
|
||||
box[anonid="labelbox"][orient="horizontal"] {
|
||||
height: 10px;
|
||||
@ -479,31 +462,70 @@ box[dropbox="true"] {
|
||||
list-style-image: url("chrome://calendar/skin/category-overlay.png");
|
||||
}
|
||||
|
||||
calendar-event-box[orient="vertical"]:hover .calendar-event-box-grippy-top {
|
||||
calendar-event-gripbar {
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
min-height: 4px;
|
||||
min-width: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
calendar-event-gripbar[parentorient="vertical"][whichside="start"] {
|
||||
cursor: n-resize;
|
||||
}
|
||||
|
||||
calendar-event-gripbar[parentorient="vertical"][whichside="end"] {
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
calendar-event-gripbar[parentorient="horizontal"][whichside="start"] {
|
||||
cursor: w-resize;
|
||||
}
|
||||
|
||||
calendar-event-gripbar[parentorient="horizontal"][whichside="end"] {
|
||||
cursor: e-resize;
|
||||
}
|
||||
|
||||
calendar-event-box[orient="vertical"] .calendar-event-box-grippy-top {
|
||||
list-style-image: url("chrome://calendar/skin/event-grippy-top.png");
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
calendar-event-box[orient="vertical"]:hover .calendar-event-box-grippy-bottom {
|
||||
calendar-event-box[orient="vertical"] .calendar-event-box-grippy-bottom {
|
||||
list-style-image: url("chrome://calendar/skin/event-grippy-bottom.png");
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
calendar-event-box[orient="horizontal"]:hover .calendar-event-box-grippy-top {
|
||||
list-style-image: url("chrome://calendar/skin/event-grippy-left.png");
|
||||
}
|
||||
|
||||
calendar-event-box[orient="horizontal"]:hover .calendar-event-box-grippy-top,
|
||||
calendar-event-box[orient="horizontal"]:hover .calendar-event-box-grippy-bottom {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
calendar-event-box[orient="vertical"]:hover .calendar-event-box-grippy-top,
|
||||
calendar-event-box[orient="vertical"]:hover .calendar-event-box-grippy-bottom {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
calendar-event-box[orient="horizontal"] .calendar-event-box-grippy-top {
|
||||
list-style-image: url("chrome://calendar/skin/event-grippy-left.png");
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
calendar-event-box[orient="horizontal"] .calendar-event-box-grippy-bottom {
|
||||
list-style-image: url("chrome://calendar/skin/event-grippy-right.png");
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
calendar-event-box[readOnly="true"]:hover .calendar-event-box-grippy-top,
|
||||
calendar-event-box[readOnly="true"]:hover .calendar-event-box-grippy-bottom {
|
||||
list-style-image: none;
|
||||
visibility: hidden;
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
/* Alarm image */
|
||||
.alarm-image {
|
||||
list-style-image: url(chrome://calendar/skin/alarm.png);
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.alarm-image[flashing="true"] {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user