layout/xul/grid/examples/borderedrowscolumns.xul

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <?xml version="1.0"?> 
     2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     3    - License, v. 2.0. If a copy of the MPL was not distributed with this
     4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 
     9 <!DOCTYPE window> 
    12 <window orient="vertical"
    13         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 
    15   <hbox>
    16     <grid style="border: 2px inset gray;" id="grid">
    17 	   <columns style="border: 0px solid blue">
    18   	      <column/>
    19   	      <column/>
    20   	      <column/>
    21        </columns>
    23        <rows style="font-size: 40pt; border: 15px inset blue">
    24 	     <row>
    25 		   <text value="Cell(1)"/>
    26 		   <text value="Cell(2)"/>
    27 		   <text value="Cell(3)"/>
    28 		 </row>
    29 		   <rows style="border: 10px inset green">
    30 			 <row>
    31 			   <text value="Cell(1)"/>
    32 			   <text value="Cell(2)"/>
    33 			   <text value="Cell(3)"/>
    34 			 </row>
    35 			 <row>
    36 			   <text value="Cell(4)"/>
    37 			   <text value="Cell(5)"/>
    38 			   <text value="Cell(6)"/>
    39 			 </row>
    40 			 <row>
    41 			   <text value="Cell(7)"/>
    42 			   <text value="Cell(8)"/>
    43 			   <text value="Cell(9)"/>
    44 			 </row>
    46 		   </rows>	     
    47 	     <row>
    48 		   <text value="Cell(7)"/>
    49 		   <text value="Cell(8)"/>
    50 		   <text value="Cell(9)"/>
    51 		 </row>
    52 	   </rows>
    53 	</grid>
    54   </hbox>
    55 </window>

mercurial