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.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin" type="text/css"?> |
michael@0 | 3 | <?xml-stylesheet href="data:text/css, |
michael@0 | 4 | vbox { height: 50px; } |
michael@0 | 5 | box { |
michael@0 | 6 | -moz-appearance: checkbox; |
michael@0 | 7 | margin-left: 2px; |
michael@0 | 8 | margin-top: 1px; |
michael@0 | 9 | } |
michael@0 | 10 | " type="text/css"?> |
michael@0 | 11 | |
michael@0 | 12 | <window title="Reference for mini, small and regular checkbox sizes" |
michael@0 | 13 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 14 | <vbox> |
michael@0 | 15 | <hbox><box width="11" height="11"/></hbox> |
michael@0 | 16 | </vbox> |
michael@0 | 17 | <vbox> |
michael@0 | 18 | <hbox><box width="13" height="13"/></hbox> |
michael@0 | 19 | </vbox> |
michael@0 | 20 | <vbox> |
michael@0 | 21 | <hbox><box width="16" height="16"/></hbox> |
michael@0 | 22 | </vbox> |
michael@0 | 23 | <vbox> |
michael@0 | 24 | <hbox checked="true"><box width="11" height="11"/></hbox> |
michael@0 | 25 | </vbox> |
michael@0 | 26 | <vbox> |
michael@0 | 27 | <hbox checked="true"><box width="13" height="13"/></hbox> |
michael@0 | 28 | </vbox> |
michael@0 | 29 | <vbox> |
michael@0 | 30 | <hbox checked="true"><box width="16" height="16"/></hbox> |
michael@0 | 31 | </vbox> |
michael@0 | 32 | </window> |