oops, forgot an image; some beauty corrections
[themes.git] / EarlyBlue / global / globalBindings.xml
1 <?xml version="1.0"?>
2
3 <bindings id="globalBindings"
4    xmlns="http://www.mozilla.org/xbl"
5    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
6
7   <binding id="radio"
8            extends="chrome://global/content/bindings/radio.xml#radio">
9     <content>
10       <xul:hbox class="radio-check-box1" inherits="selected,checked,disabled">
11         <xul:hbox class="radio-check-box2" flex="1">
12           <xul:image class="radio-check" inherits="selected,checked,disabled"/>
13         </xul:hbox>
14       </xul:hbox>
15       <xul:hbox class="radio-label-box" flex="1">
16         <xul:image class="radio-icon" inherits="src"/>
17         <xul:label class="radio-label" inherits="xbl:text=label,accesskey,crop" flex="1"/>
18       </xul:hbox>
19     </content>
20   </binding>
21
22 </bindings>