blob: 62fb4bb8d53fb604106fa08d4241b44e7cf05ed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="data:text/css,
vbox { height: 50px; }
box {
-moz-appearance: button;
}
" type="text/css"?>
<window title="Reference for mini, small and regular button sizes"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox>
<hbox><box width="79" height="16"/></hbox>
</vbox>
<vbox>
<hbox><box width="79" height="19"/></hbox>
</vbox>
<vbox>
<hbox><box width="79" height="22"/></hbox>
</vbox>
</window>
|