Changeset 7673
- Timestamp:
- Apr 2, 2010, 1:42:37 PM (15 years ago)
- Location:
- trunk/src_map
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src_map/index.php
r7665 r7673 18 18 <div id="infobottom"></div> 19 19 </div> 20 <div id="navigation"></div> 20 <!-- General functions under the map --> 21 <div id="navigation"> 22 <form> 23 <table> 24 <tr> 25 <!-- First colum --> 26 <td> 27 <input type="checkbox" value="shownodes">Toon nodes 28 </td> 29 <!-- Second colum --> 30 <td> 31 <input type="checkbox" value="showrange">Toon dekking <br/> 32 <input type="checkbox" value="showtraffic">Toon dataverkeer 33 </td> 34 </tr> 35 </table> 36 </form> 37 </div> 21 38 </div> 22 39 </body> -
trunk/src_map/style/stylesheet.css
r7664 r7673 1 1 #mainwrapper { 2 2 font-family: Verdana, Serif, Times; 3 color: black;4 3 background-color: white; 5 4 width: 750px; 6 border: 1px solid black;7 5 } 8 6 … … 10 8 width: 550px; 11 9 height: 400px; 12 border: 1px solid black;13 10 float: left; 14 11 } … … 25 22 height: 100px; 26 23 width: 750px; 27 border: 1px solid black;24 color: red; 28 25 } 26 27 td { 28 vertical-align: top; 29 color: red; 30 }
Note:
See TracChangeset
for help on using the changeset viewer.