Commit | Line | Data |
---|---|---|
74d14f90 | 1 | <?xml version="1.0"?> |
2 | ||
3 | <bindings id="globalBindings" | |
4 | xmlns="http://www.mozilla.org/xbl" | |
f2450795 | 5 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
6 | xmlns:xbl="http://www.mozilla.org/xbl"> | |
74d14f90 | 7 | |
df8c26c4 RK |
8 | <binding id="radio" |
9 | extends="chrome://global/content/bindings/radio.xml#radio"> | |
74d14f90 | 10 | <content> |
f2450795 | 11 | <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled"> |
74d14f90 | 12 | <xul:hbox class="radio-check-box2" flex="1"> |
f2450795 | 13 | <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/> |
74d14f90 | 14 | </xul:hbox> |
15 | </xul:hbox> | |
559908da | 16 | <xul:hbox class="radio-label-box" align="center" flex="1"> |
f2450795 | 17 | <xul:image class="radio-icon" xbl:inherits="src"/> |
18 | <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/> | |
74d14f90 | 19 | </xul:hbox> |
20 | </content> | |
21 | </binding> | |
22 | ||
76983f4c | 23 | <binding id="radio-with-spacing" |
24 | extends="chrome://global/skin/globalBindings.xml#radio"> | |
25 | ||
26 | <content> | |
27 | <xul:hbox class="radio-spacer-box"> | |
28 | <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled"> | |
29 | <xul:hbox class="radio-check-box2" flex="1"> | |
30 | <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/> | |
31 | </xul:hbox> | |
32 | </xul:hbox> | |
33 | </xul:hbox> | |
34 | <xul:hbox class="radio-label-center-box" flex="1"> | |
35 | <xul:hbox class="radio-label-box" flex="1"> | |
36 | <xul:image class="radio-icon" xbl:inherits="src"/> | |
37 | <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/> | |
38 | </xul:hbox> | |
39 | </xul:hbox> | |
40 | </content> | |
41 | </binding> | |
42 | ||
4b1ccdb4 RK |
43 | <binding id="toolbarpaletteitem-spacer" |
44 | extends="chrome://global/content/bindings/toolbar.xml#toolbarpaletteitem"> | |
45 | <content> | |
46 | <xul:spacer class="spacer-left"/> | |
47 | <children/> | |
48 | <xul:spacer class="spacer-right"/> | |
49 | </content> | |
50 | </binding> | |
51 | ||
f2450795 | 52 | </bindings> |