~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-proposed

« back to all changes in this revision

Viewing changes to calendar/base/themes/winstripe/calendar-aero.css

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-09-26 13:11:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: package-import@ubuntu.com-20110926131149-3d1vj4lk70yv7xxc
Tags: 1.0~b7+build1-0ubuntu1
* New upstream release from the release channel (CALENDAR_1_0b7_BUILD1)

* Pass --mozilla-rev to client.py when creating the tarball
  - update debian/rules
* Pull from comm-release rather than comm-miramar
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
  }
198
198
}
199
199
 
200
 
.cal-event-toolbarbutton {
201
 
    list-style-image: url(chrome://calendar/skin/calendar-event-dialog-toolbar-aero.png);
202
 
}
203
 
 
 
200
#event-toolbox {
 
201
  -moz-appearance: none;
 
202
  border-top: none;
 
203
  background-color: -moz-Dialog;
 
204
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
 
205
                    rgba(255, 255, 255, .0) 10%, rgba(0, 0, 0, .03) 50%,
 
206
                    rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, .2));
 
207
}
 
208
 
 
209
@media all and (-moz-windows-default-theme) {
 
210
  #event-toolbox {
 
211
    background-color: rgb(227, 237, 246);
 
212
  }
 
213
}
 
214
 
 
215
#event-menubar,
 
216
#event-toolbar {
 
217
  -moz-appearance: none;
 
218
  border-style: none;
 
219
  background-color: transparent;
 
220
}
 
221
 
 
222
#event-toolbar[iconsize="small"] .toolbarbutton-1 .toolbarbutton-icon {
 
223
  margin: 0;
 
224
  width: 18px;
 
225
  height: 18px;
 
226
}
 
227
 
 
228
.cal-event-toolbarbutton,
204
229
toolbar[iconsize="small"] .cal-event-toolbarbutton {
205
 
    list-style-image: url(chrome://calendar/skin/calendar-event-dialog-toolbar-small-aero.png);
 
230
  list-style-image: url(chrome://calendar/skin/calendar-event-dialog-toolbar-aero.png);
 
231
}
 
232
 
 
233
#button-save {
 
234
  -moz-image-region: rect(0 108px 18px 90px) !important;
 
235
}
 
236
 
 
237
#button-attendees {
 
238
  -moz-image-region: rect(0 36px 18px 18px) !important;
 
239
}
 
240
 
 
241
#button-privacy {
 
242
  -moz-image-region: rect(0 90px 18px 72px) !important;
 
243
}
 
244
 
 
245
#button-url {
 
246
  -moz-image-region: rect(0 72px 18px 54px) !important;
 
247
}
 
248
 
 
249
#button-delete {
 
250
  -moz-image-region: rect(0 306px 18px 288px) !important;
206
251
}
207
252
 
208
253
.occurrence-accept-buttons {