~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/toolkit/themes/pinstripe/global/scrollbox.css

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
2
 
 
3
/*
 
4
 * Autorepeatbutton
 
5
 */
 
6
.autorepeatbutton-up
 
7
 {
 
8
   list-style-image      : url("chrome://global/skin/arrow/arrow-up-sharp.gif");
 
9
 }
 
10
 
 
11
.autorepeatbutton-down
 
12
  {
 
13
    list-style-image     : url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
 
14
  }
 
15
 
 
16
autorepeatbutton
 
17
  {
 
18
    -moz-box-align       : center;
 
19
    -moz-box-pack        : center;
 
20
    margin               : 1px 2px 2px 1px;
 
21
    padding              : 4px;
 
22
  }
 
23