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

« back to all changes in this revision

Viewing changes to mozilla/xpfe/global/resources/content/bindings/spinbuttons.xml

  • 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
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<!-- 
 
4
   - The contents of this file are subject to the Mozilla Public
 
5
   - License Version 1.1 (the "License"); you may not use this file
 
6
   - except in compliance with the License. You may obtain a copy of
 
7
   - the License at http://www.mozilla.org/MPL/
 
8
   - 
 
9
   - Software distributed under the License is distributed on an "AS
 
10
   - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
11
   - implied. See the License for the specific language governing
 
12
   - rights and limitations under the License.
 
13
   - 
 
14
   - The Original Code is Mozilla.org code.
 
15
   - 
 
16
   - The Initial Developer of the Original Code is Håkan Waara.
 
17
   - Portions created by Håkan Waara are Copyright (C),
 
18
   - Håkan Waara.  All Rights Reserved.
 
19
   - 
 
20
   - Contributor(s): Håkan Waara (Original Author)
 
21
  -->
 
22
 
 
23
<bindings id="spinbuttonsBindings"
 
24
   xmlns="http://www.mozilla.org/xbl"
 
25
   xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 
26
   xmlns:xbl="http://www.mozilla.org/xbl">
 
27
 
 
28
  <binding id="spinbuttons"
 
29
     extends="chrome://global/content/bindings/spinbuttons.xml#spinbuttons-baseline">
 
30
    <resources>
 
31
      <stylesheet src="chrome://global/skin/spinbuttons.css"/>
 
32
    </resources>
 
33
  </binding>
 
34
 
 
35
  <binding id="spinbuttons-baseline">
 
36
    <content>
 
37
      <xul:vbox flex="1" align="center">
 
38
        <xul:image xbl:inherits="onclick=onup" id="upButton" class="up"/>
 
39
        <xul:image xbl:inherits="onclick=ondown" id="downButton" class="down"/>
 
40
      </xul:vbox>
 
41
    </content>
 
42
  </binding>
 
43
 
 
44
</bindings>