~ubuntu-branches/ubuntu/precise/lightning-extension/precise

« back to all changes in this revision

Viewing changes to calendar/lightning/themes/pinstripe/lightning.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-02-07 12:00:41 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20120207120041-qo3fapzsweii9cra
Tags: 1.3~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_3b1_BUILD1)
* Drop 02_fix_system_libxul_build.patch - this is fixed upstream
* Add mozilla/mfbt to tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
/* ::: new tab buttons ::: */
61
61
#calendar-tab-button {
62
62
    list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
63
 
    -moz-image-region: rect(0px 64px 16px 48px);
64
 
}
65
 
 
66
 
#calendar-tab-button:hover {
67
 
    -moz-image-region: rect(16px 64px 32px 48px);
 
63
    -moz-image-region: rect(0px 24px 24px 0px);
68
64
}
69
65
 
70
66
#calendar-tab-button[disabled] {
71
 
    -moz-image-region: rect(32px 64px 48px 48px);
 
67
    -moz-image-region: rect(48px 24px 72px 0px);
72
68
}
73
69
 
74
70
#task-tab-button {
75
71
    list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
76
 
    -moz-image-region: rect(0px 80px 16px 64px);
77
 
}
78
 
 
79
 
#task-tab-button:hover {
80
 
    -moz-image-region: rect(16px 80px 32px 64px);
 
72
    -moz-image-region: rect(0px 48px 24px 24px);
81
73
}
82
74
 
83
75
#task-tab-button[disabled] {
84
 
    -moz-image-region: rect(32px 80px 48px 64px);
 
76
    -moz-image-region: rect(48px 48px 72px 24px);
85
77
}
86
78
 
87
79
/* ::: tab icons ::: */
215
207
}
216
208
 
217
209
#today-splitter {
218
 
  border-left: 1px solid #8B8B8B;
 
210
  -moz-border-start: 1px solid #8B8B8B;
 
211
  -moz-margin-end: -2px;
 
212
  position: relative;
219
213
}
220
214
 
221
215
#ltnSidebar {
222
 
  border-right: 1px solid #8B8B8B;
 
216
  -moz-border-end: 1px solid #8B8B8B;
223
217
  -moz-margin-end: -3px !important;
224
218
}