Changeset 7715 for trunk/src/map
- Timestamp:
- Apr 12, 2010, 11:42:56 AM (15 years ago)
- Location:
- trunk/src/map
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/index.php
r7709 r7715 45 45 <div id="searchbox"> 46 46 <form> 47 <input type="text" name="naam" size="18" maxlength="30"><input type="button" name="knop" value=" >">47 <input type="text" name="naam" size="18" maxlength="30"><input type="button" name="knop" value=" > "> 48 48 </form> 49 49 </div> … … 63 63 </div> 64 64 </div> 65 <div id="userpick"> 66 <table> 67 <tr> 68 <td><input type="button" value="Gebruiker"></td> 69 <td><input type="button" value="Beheerder"></td> 70 </tr> 71 </table> 72 </div> 65 73 </div> 66 74 … … 72 80 <!-- First colum --> 73 81 <td> 74 <input type="checkbox" value="shownodes" onc hange="toggleMyKml();" checked="checked">Toon nodes82 <input type="checkbox" value="shownodes" onclick="toggleMyKml();" checked="checked">Toon nodes 75 83 </td> 76 84 <!-- Second colum --> -
trunk/src/map/style/stylesheet.css
r7687 r7715 64 64 } 65 65 66 #searchbox input.text {67 width: 85%;68 }69 70 66 #searchbox input[type=button] { 71 67 width: 15%; 72 68 } 73 74 #searchbox input.button {75 width: 15%;76 }77 78 69 79 70 #searchlist { -
trunk/src/map/style/stylesheet2.css
r7714 r7715 10 10 height: 400px; 11 11 } 12 13 #infotop { 14 height: 230px; 15 } 16 17 #infobottom { 18 height: 145px; 19 } 20 21 #searchbox { 22 margin-top: 3px; 23 border-top: 1px solid gray; 24 border-bottom: 1px solid gray; 25 height: 30px; 26 overflow: hidden; 27 } 28 29 30 #userpick input{ 31 width: 85px; 32 }
Note:
See TracChangeset
for help on using the changeset viewer.