~ubuntu-branches/ubuntu/trusty/fennec/trusty

« back to all changes in this revision

Viewing changes to mobile/themes/hildon/notification.css

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-01-26 20:31:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110126203140-zcg54f8ost2vmrxr
Tags: 4.0~b3-0ubuntu1
* New upstream release v4.0 B3 (FENNEC_4_0b3_RELEASE)

* Update build-depends for xulrunner-2.0
  - update debian/control
* Update mozclient to point to the mobile-browser repo
  - update debian/mozclient/fennec.conf
* Build with "--with-system-libxul"
  - update debian/rules
* Add launcher script, based on the one used in Firefox but with the
  unnecessary bits stripped out
  - add debian/fennec.sh
  - update debian/rules
* Refresh patches for new version
  - update debian/patches/bump_gecko_versions_in_application.ini.patch
  - update debian/patches/ubuntu_codes_google.patch
  - update debian/patches/installer.patch
* Drop unneeded patches
  - remove debian/patches/nspr_flags_by_pkg_config_hack.patch
  - remove debian/patches/xul191_l10n.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
notification, notification[type="warning"] {
2
 
  padding: 0;
3
 
  color: #000;
4
 
  background: #8db8d8;
5
 
  border-top: 1px solid #6897bd;
6
 
  border-bottom: 1px solid #6897bd;
7
 
}
8
 
 
9
 
notification .messageCloseButton {
10
 
  list-style-image: url("chrome://browser/skin/images/close-default-40.png");
11
 
  -moz-image-region: -moz-initial;
12
 
  -moz-box-align: start;
13
 
}
14
 
 
15
 
notification .messageCloseButton:hover:active {
16
 
  list-style-image: url("chrome://browser/skin/images/close-active-40.png");
17
 
}
18
 
 
19
 
notification .outset {
20
 
  border-color: #6897bd !important;
21
 
}
22
 
 
23
 
notification .buttons {
24
 
  padding: 8px; /* core spacing */
25
 
}