Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin/"?> |
michael@0 | 3 | <window title="textbox align=baseline reference" |
michael@0 | 4 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 5 | xmlns:html="http://www.w3.org/1999/xhtml"> |
michael@0 | 6 | <html:style type="text/css"> |
michael@0 | 7 | #container { |
michael@0 | 8 | margin-top: 12px; |
michael@0 | 9 | padding-top: 8px; |
michael@0 | 10 | } |
michael@0 | 11 | label, textbox { |
michael@0 | 12 | -moz-appearance: none; |
michael@0 | 13 | background: inherit; |
michael@0 | 14 | border: none 0px; |
michael@0 | 15 | margin-top: 0px; |
michael@0 | 16 | padding-top: 0px; |
michael@0 | 17 | margin-bottom: 0px; |
michael@0 | 18 | padding-bottom: 0px; |
michael@0 | 19 | } |
michael@0 | 20 | </html:style> |
michael@0 | 21 | |
michael@0 | 22 | <hbox id="container" align="center"> |
michael@0 | 23 | <label value="test"/> |
michael@0 | 24 | <textbox value="text"/> |
michael@0 | 25 | </hbox> |
michael@0 | 26 | </window> |