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

« back to all changes in this revision

Viewing changes to calendar/base/themes/winstripe/win-aero/calendar-event-dialog.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:
 
1
/* This Source Code Form is subject to the terms of the Mozilla Public
 
2
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 
3
 * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
4
 
 
5
#event-toolbox {
 
6
  -moz-appearance: none;
 
7
  border-top: none;
 
8
  background-color: -moz-Dialog;
 
9
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .5),
 
10
                    rgba(255, 255, 255, .0) 10%, rgba(0, 0, 0, .03) 50%,
 
11
                    rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, .2));
 
12
}
 
13
 
 
14
@media (-moz-windows-default-theme) {
 
15
  #event-toolbox {
 
16
    background-color: rgb(227, 237, 246);
 
17
  }
 
18
}
 
19
 
 
20
#event-menubar,
 
21
#event-toolbar {
 
22
  -moz-appearance: none;
 
23
  border-style: none;
 
24
  background-color: transparent
 
25
}
 
26
 
 
27
#event-toolbar[iconsize="small"] .toolbarbutton-1 .toolbarbutton-icon {
 
28
  margin: 0;
 
29
  width: 18px;
 
30
  height: 18px;
 
31
}
 
32
 
 
33
.cal-event-toolbarbutton {
 
34
  list-style-image: url(chrome://calendar/skin/calendar-event-dialog-toolbar-aero.png);
 
35
}
 
36
 
 
37
#button-save {
 
38
  -moz-image-region: rect(0 108px 18px 90px);
 
39
}
 
40
 
 
41
#button-attendees {
 
42
  -moz-image-region: rect(0 36px 18px 18px);
 
43
}
 
44
 
 
45
#button-privacy {
 
46
  -moz-image-region: rect(0 90px 18px 72px);
 
47
}
 
48
 
 
49
#button-url {
 
50
  -moz-image-region: rect(0 72px 18px 54px);
 
51
}
 
52
 
 
53
#button-delete {
 
54
  -moz-image-region: rect(0 306px 18px 288px);
 
55
}