Fix regression in handling event status badge in event dialog
This commit is contained in:
parent
0a12b06b59
commit
d9e82e0acd
2 changed files with 6 additions and 2 deletions
|
@ -563,7 +563,6 @@ a.miniColors-trigger {
|
|||
width: 150px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: -20px;
|
||||
top: 35px;
|
||||
|
@ -582,14 +581,17 @@ a.miniColors-trigger {
|
|||
|
||||
#eventshow.status-cancelled #event-status-badge span {
|
||||
background: url(images/badge.png) 26px -24px no-repeat #cc0000;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#eventshow.sensitivity-private #event-status-badge span {
|
||||
background: url(images/badge.png) 40px -52px no-repeat #0066ff;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#eventshow.sensitivity-confidential #event-status-badge span {
|
||||
background: url(images/badge.png) 20px 2px no-repeat #cc0000;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#eventshow.status-cancelled #event-title,
|
||||
|
|
|
@ -786,7 +786,6 @@ a.miniColors-trigger {
|
|||
width: 150px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: -20px;
|
||||
top: 35px;
|
||||
|
@ -805,14 +804,17 @@ a.miniColors-trigger {
|
|||
|
||||
.eventdialog.status-cancelled #event-status-badge span {
|
||||
background: url(images/badge.png) 26px -24px no-repeat #cc0000;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.eventdialog.sensitivity-private #event-status-badge span {
|
||||
background: url(images/badge.png) 40px -52px no-repeat #0066ff;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.eventdialog.sensitivity-confidential #event-status-badge span {
|
||||
background: url(images/badge.png) 20px 2px no-repeat #cc0000;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.calendarmain .status-cancelled #event-title,
|
||||
|
|
Loading…
Add table
Reference in a new issue