Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
3 <?xml-stylesheet href="data:text/css,
4 vbox { height: 50px; }
5 box {
6 -moz-appearance: checkbox;
7 margin-left: 2px;
8 margin-top: 1px;
9 }
10 " type="text/css"?>
12 <window title="Reference for mini, small and regular checkbox sizes"
13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
14 <vbox>
15 <hbox><box width="11" height="11"/></hbox>
16 </vbox>
17 <vbox>
18 <hbox><box width="13" height="13"/></hbox>
19 </vbox>
20 <vbox>
21 <hbox><box width="16" height="16"/></hbox>
22 </vbox>
23 <vbox>
24 <hbox checked="true"><box width="11" height="11"/></hbox>
25 </vbox>
26 <vbox>
27 <hbox checked="true"><box width="13" height="13"/></hbox>
28 </vbox>
29 <vbox>
30 <hbox checked="true"><box width="16" height="16"/></hbox>
31 </vbox>
32 </window>