Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
michael@0 | 3 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 4 | |
michael@0 | 5 | <hbox align="end"> |
michael@0 | 6 | <image src="image4x3.png"/> |
michael@0 | 7 | <image src="image4x3.png" width="80" height="20"/> |
michael@0 | 8 | <image src="image4x3.png" width="10" height="70"/> |
michael@0 | 9 | <image src="image4x3.png" width="80"/> |
michael@0 | 10 | <image src="image4x3.png" height="60"/> |
michael@0 | 11 | <image src="image4x3.png" width="20"/> |
michael@0 | 12 | <image src="image4x3.png" height="15"/> |
michael@0 | 13 | <image src="image4x3.png" style="border: 8px solid green;"/> |
michael@0 | 14 | <image src="image4x3.png" width="80" style="border: 8px solid yellow;"/> |
michael@0 | 15 | <image src="image4x3.png" height="58" style="border: 8px solid green;"/> |
michael@0 | 16 | <image src="image4x3.png" width="24" style="border: 8px solid yellow;"/> |
michael@0 | 17 | <image src="image4x3.png" height="22" style="border: 8px solid green;"/> |
michael@0 | 18 | <image src="image4x3.png" width="74" |
michael@0 | 19 | style="border: 1px solid yellow; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 4px; border-left-width: 8px;"/> |
michael@0 | 20 | <image src="image4x3.png" height="11" |
michael@0 | 21 | style="border: 1px solid green; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 4px; border-left-width: 8px;"/> |
michael@0 | 22 | </hbox> |
michael@0 | 23 | |
michael@0 | 24 | <hbox align="end"> |
michael@0 | 25 | <image src="image4x3.png" style="width: auto; height: auto;"/> |
michael@0 | 26 | <image src="image4x3.png" style="width: 80px; height: 20px;"/> |
michael@0 | 27 | <image src="image4x3.png" style="width: 10px; height: 70px;"/> |
michael@0 | 28 | <image src="image4x3.png" style="width: 80px;"/> |
michael@0 | 29 | <image src="image4x3.png" style="height: 60px;"/> |
michael@0 | 30 | <image src="image4x3.png" style="width: 20px;"/> |
michael@0 | 31 | <image src="image4x3.png" style="height: 15px;"/> |
michael@0 | 32 | <image src="image4x3.png" style="width: 80px; height: 20px;" width="60" height="25"/> |
michael@0 | 33 | <image src="image4x3.png" style="width: 10px; height: 70px;" width="20" height="75"/> |
michael@0 | 34 | <image src="image4x3.png" style="width: 80px; padding: 8px;"/> |
michael@0 | 35 | <image src="image4x3.png" style="height: 58px; padding: 8px;"/> |
michael@0 | 36 | <image src="image4x3.png" style="width: 24px; padding: 8px;"/> |
michael@0 | 37 | <image src="image4x3.png" style="height: 22px; padding: 8px;"/> |
michael@0 | 38 | <image src="image4x3.png" style="width: 67px; padding: 4px 2px 8px 1px"/> |
michael@0 | 39 | <image src="image4x3.png" style="height: 18px; padding: 4px 2px 8px 1px"/> |
michael@0 | 40 | </hbox> |
michael@0 | 41 | |
michael@0 | 42 | <hbox align="end"> |
michael@0 | 43 | <image src="image4x3.png" maxwidth="20"/> |
michael@0 | 44 | </hbox> |
michael@0 | 45 | |
michael@0 | 46 | <hbox align="end"> |
michael@0 | 47 | <image src="image4x3.png" maxheight="15"/> |
michael@0 | 48 | </hbox> |
michael@0 | 49 | |
michael@0 | 50 | <hbox align="end"> |
michael@0 | 51 | <image src="image4x3.png" maxwidth="30" maxheight="25"/> |
michael@0 | 52 | </hbox> |
michael@0 | 53 | |
michael@0 | 54 | <hbox align="end"> |
michael@0 | 55 | <image src="image4x3.png" style="max-width: 20px;"/> |
michael@0 | 56 | </hbox> |
michael@0 | 57 | |
michael@0 | 58 | <hbox align="end"> |
michael@0 | 59 | <image src="image4x3.png" style="max-height: 15px;"/> |
michael@0 | 60 | </hbox> |
michael@0 | 61 | |
michael@0 | 62 | <hbox align="end"> |
michael@0 | 63 | <image src="image4x3.png" style="max-width: 30px; max-height: 25px;"/> |
michael@0 | 64 | </hbox> |
michael@0 | 65 | |
michael@0 | 66 | <hbox align="end"> |
michael@0 | 67 | <image src="image4x3.png" maxwidth="24" style="border: 8px solid green;"/> |
michael@0 | 68 | </hbox> |
michael@0 | 69 | <hbox align="end"> |
michael@0 | 70 | <image src="image4x3.png" maxheight="22" style="border: 8px solid green;"/> |
michael@0 | 71 | </hbox> |
michael@0 | 72 | |
michael@0 | 73 | <hbox align="end"> |
michael@0 | 74 | <image src="image4x3.png" minwidth="20"/> |
michael@0 | 75 | <image src="image4x3.png" minheight="20"/> |
michael@0 | 76 | <image src="image4x3.png" minwidth="20" minheight="25"/> |
michael@0 | 77 | <image src="image4x3.png" minwidth="60" style="border: 8px solid green;"/> |
michael@0 | 78 | <image src="image4x3.png" minheight="88" style="border: 8px solid yellow;"/> |
michael@0 | 79 | <image src="image4x3.png" minwidth="90" minheight="76" style="border: 8px solid green;"/> |
michael@0 | 80 | <image src="image4x3.png" minwidth="112" minheight="76" style="border: 8px solid yellow;"/> |
michael@0 | 81 | <image src="image4x3.png" minwidth="106" |
michael@0 | 82 | style="border: 1px solid yellow; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 4px; border-left-width: 8px;"/> |
michael@0 | 83 | </hbox> |
michael@0 | 84 | |
michael@0 | 85 | <hbox align="end"> |
michael@0 | 86 | <image src="image4x3.png" style="min-width: 60px;"/> |
michael@0 | 87 | <image src="image4x3.png" style="min-height: 90px;"/> |
michael@0 | 88 | <image src="image4x3.png" style="min-width 41px; min-height: 45px;"/> |
michael@0 | 89 | <image src="image4x3.png" style="min-width: 60px; padding: 8px;"/> |
michael@0 | 90 | <image src="image4x3.png" style="min-height: 88px; padding: 8px;"/> |
michael@0 | 91 | <image src="image4x3.png" style="min-width: 90px; min-height: 76px; padding: 8px;"/> |
michael@0 | 92 | <image src="image4x3.png" style="min-width: 112px; min-height: 76px; padding: 8px;"/> |
michael@0 | 93 | </hbox> |
michael@0 | 94 | |
michael@0 | 95 | <hbox align="start"> |
michael@0 | 96 | <image style="width: auto; height: auto; list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 20px, 5px);"/> |
michael@0 | 97 | <image width="80" style="list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 20px, 5px);"/> |
michael@0 | 98 | <image height="30" style="list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 20px, 5px);"/> |
michael@0 | 99 | <image style="width: 10px; list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 21px, 5px);"/> |
michael@0 | 100 | <image style="height: 8px; list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 21px, 5px);"/> |
michael@0 | 101 | </hbox> |
michael@0 | 102 | |
michael@0 | 103 | <hbox align="end"> |
michael@0 | 104 | <image maxwidth="20" |
michael@0 | 105 | style="list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 20px, 5px);"/> |
michael@0 | 106 | </hbox> |
michael@0 | 107 | |
michael@0 | 108 | <hbox align="end"> |
michael@0 | 109 | <image maxheight="15" |
michael@0 | 110 | style="list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 20px, 5px);"/> |
michael@0 | 111 | </hbox> |
michael@0 | 112 | |
michael@0 | 113 | <hbox align="end"> |
michael@0 | 114 | <image maxwidth="24" |
michael@0 | 115 | style="list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 20px, 5px); border: 8px solid green;"/> |
michael@0 | 116 | </hbox> |
michael@0 | 117 | |
michael@0 | 118 | <hbox align="end"> |
michael@0 | 119 | <image maxheight="22" |
michael@0 | 120 | style="list-style-image: url(image4x3.png); -moz-image-region: rect(5px, 25px, 20px, 5px); border: 8px solid green;"/> |
michael@0 | 121 | </hbox> |
michael@0 | 122 | |
michael@0 | 123 | </window> |