~ubuntu-branches/ubuntu/karmic/all-in-one-sidebar/karmic

« back to all changes in this revision

Viewing changes to chrome/aios.jar!/content/_bindings.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sveinung Kvilhaugsvik
  • Date: 2009-08-04 19:25:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804192510-u4bm1ehm9ve4zdne
Tags: 0.7.10-0ubuntu1
* new upstream release (LP: #398535)
* list firefox-3.5 as alternate dependency
* depend on ${misc:Depends} to fix lintian warning
* changed maintainer field do to change in rules
* merged all-in-one-sidebar 0.7.4-0ubuntu2
   + replace current watchfile with the one from it
   + add the change log entry from it
   + discard it's other changes
* bump standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
 
3
 
<bindings xmlns="http://www.mozilla.org/xbl"
4
 
          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
5
 
          xmlns:xbl="http://www.mozilla.org/xbl">
6
 
 
7
 
  <binding id="aiosTooltips">
8
 
    <content>
9
 
      <xul:hbox flex="1">
10
 
                                <xul:vbox>
11
 
                                        <xul:label xbl:inherits="value=r1c1" class="odd" />
12
 
                                        <xul:label xbl:inherits="value=r2c1" />
13
 
                                        <xul:label xbl:inherits="value=r3c1" class="odd"  />
14
 
                                </xul:vbox>
15
 
                                <xul:vbox flex="1">
16
 
                                        <xul:label flex="1" xbl:inherits="value=r1c2" class="odd" />
17
 
                                        <xul:label flex="1" xbl:inherits="value=r2c2" />
18
 
                                        <xul:label flex="1" xbl:inherits="value=r3c2" class="odd"  />
19
 
                                </xul:vbox>
20
 
                        </xul:hbox>
21
 
    </content>
22
 
  </binding>
23
 
 
24
 
  <binding id="grippy">
25
 
    <resources>
26
 
      <stylesheet src="chrome://aios/skin/grippies.css" />
27
 
    </resources>
28
 
  </binding>
29
 
 
30
 
</bindings>
 
 
b'\\ No newline at end of file'