~ubuntu-branches/ubuntu/natty/lightning-extension/natty-security

« back to all changes in this revision

Viewing changes to calendar/base/themes/common/calendar-views.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-09-03 14:00:01 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20120903140001-iee9509f51oz7pqs
Tags: 1.8+build1-0ubuntu0.11.04.1
* New upstream stable release to support Thunderbird 16 (CALENDAR_1_8_BUILD1)
  - LP: #1062587

* Add extra Makefiles that are needed for the build
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1089
1089
.today-navigation-button > .toolbarbutton-icon {
1090
1090
    display: none;
1091
1091
}
 
1092
 
 
1093
.item-classification-box {
 
1094
    list-style-image: url("chrome://calendar/skin/classification.png");
 
1095
    width: 11px;
 
1096
    height: 11px;
 
1097
}
 
1098
 
 
1099
.item-classification-box[classification="PUBLIC"] {
 
1100
    display: none;
 
1101
}
 
1102
 
 
1103
.item-classification-box[classification="PRIVATE"] {
 
1104
    -moz-image-region: rect(0 22px 11px 11px)
 
1105
}
 
1106
 
 
1107
.item-classification-box[classification="CONFIDENTIAL"] {
 
1108
    -moz-image-region: rect(0 11px 11px 0)
 
1109
}