Changeset 7715 for trunk/src/map


Ignore:
Timestamp:
Apr 12, 2010, 11:42:56 AM (15 years ago)
Author:
janveeden
Message:

Beheerder and Gebruikers button added. Modified both CSS files for better IE results

Location:
trunk/src/map
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/index.php

    r7709 r7715  
    4545                        <div id="searchbox">
    4646                                <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=" > ">
    4848                                </form>
    4949                        </div>
     
    6363                        </div>
    6464                </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>
    6573        </div>
    6674       
     
    7280                                <!-- First colum -->
    7381                                <td>
    74                                         <input type="checkbox" value="shownodes" onchange="toggleMyKml();" checked="checked">Toon nodes
     82                                        <input type="checkbox" value="shownodes" onclick="toggleMyKml();" checked="checked">Toon nodes
    7583                                </td>   
    7684                                <!-- Second colum -->
  • trunk/src/map/style/stylesheet.css

    r7687 r7715  
    6464}
    6565
    66 #searchbox input.text {
    67 width: 85%;
    68 }
    69 
    7066#searchbox input[type=button] {
    7167width: 15%;
    7268}
    73 
    74 #searchbox input.button {
    75 width: 15%;
    76 }
    77 
    7869
    7970#searchlist {
  • trunk/src/map/style/stylesheet2.css

    r7714 r7715  
    1010height: 400px;
    1111}
     12
     13#infotop {
     14height: 230px;
     15}
     16
     17#infobottom {
     18height: 145px;
     19}
     20
     21#searchbox {
     22margin-top: 3px;
     23border-top: 1px solid gray;
     24border-bottom: 1px solid gray;
     25height: 30px;
     26overflow: hidden;
     27}
     28
     29
     30#userpick  input{
     31width: 85px;
     32}
Note: See TracChangeset for help on using the changeset viewer.