~ubuntu-branches/ubuntu/raring/speeddial/raring

« back to all changes in this revision

Viewing changes to skin/classic/speeddial/cropSelector.css

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri, Andrea Veri, Vikram Dhillon
  • Date: 2009-10-11 12:10:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011121035-0ysv7mrfd2by5yot
Tags: 0.9.1.1-0ubuntu1

[ Andrea Veri ]

* New upstream release. FFe granted. (LP: #430155)
* debian/control:
  - added missing xpi:enhances, xpi:provides, xpi:recommends
    fields.
  - set depends on misc:depends
  - removed ant B-D, no more needed
  - added Vcs-Browser field.
  - added homepage field.
* debian/rules:
  - cleaned a bit removing useless comments
  - removed MOZ_EXTENSION_PKG field, it's deprecated atm.
  - MOZ_XPI_BUILD_COMMAND is not set to $(null), nothing needs
    to be built manually. 

[ Vikram Dhillon ]

* Updated Standards-Version to 3.8.3
* Updated mozilla-devscripts to 0.16~

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#loadingMessage {
2
 
  width: 500px;
3
 
  height: 300px;
4
 
  min-width: 0px;
5
 
  min-height: 0px;
6
 
  -moz-box-align: center;
7
 
  -moz-box-pack: center;
8
 
}
9
 
 
10
 
#errorMessage {
11
 
  -moz-box-align: center;
12
 
  -moz-box-pack: center;
13
 
}
14
 
 
15
 
#cropSelectorStack {
16
 
  border-style: inset;
17
 
  border-width: thin;
18
 
}
19
 
 
20
 
#selection-box {
21
 
  border-width: 1px;
22
 
  border-style: dotted;
23
 
}
24
 
 
25
 
#cropCanvas {
26
 
  border-right: 1px solid #000000;
27
 
  border-bottom: 1px solid #000000;
28
 
  cursor: crosshair;
29
 
}
30
 
 
31
 
#selectionAreaColorBox {
32
 
  margin-top: 5px;
33
 
}
34
 
 
35
 
#loadingIcon {
36
 
  list-style-image: url("chrome://speeddial/skin/Throbber-small.gif") !important;
37
 
  opacity: 0.5;
38
 
}