Changeset 7675 for trunk/src_map


Ignore:
Timestamp:
Apr 2, 2010, 2:30:41 PM (15 years ago)
Author:
janveeden
Message:

Top info-space filled with dummy text. Aligned the timestamp on the bottom of the space.

Location:
trunk/src_map
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src_map/index.php

    r7673 r7675  
    1515        </div>
    1616        <div id="infowrapper">
    17                 <div id="infotop"></div>               
    18                 <div id="infobottom"></div>
     17                <!-- Top information space -->
     18                <div id="infotop">
     19                        <div id="nodeinfo">
     20                        <h1>Nodenaam</h1>
     21                        <h2>
     22                        Locatie: Oude Adeweg Leiderdorp <br/>
     23                        Meer info: <br/>
     24                        >>>>>>: <br/>
     25                        >>>>>>: <br/>
     26                        >>>>>>: <br/>
     27                        >>>>>>: <br/>
     28                        </h2>
     29                        </div>
     30                        <div id="timestamp">
     31                        Laatste update: 15:42 <br/>
     32                        Do 25 maart
     33                        </div>
     34                </div>         
     35
     36                <!-- Bottom information space -->
     37                <div id="infobottom">
     38                </div>
    1939        </div>
    2040        <!-- General functions under the map -->
  • trunk/src_map/style/stylesheet.css

    r7674 r7675  
    2323}
    2424
     25#infotop h1 {
     26font-size: 15px;
     27margin-top: 5px;
     28}
     29
     30#infotop h2 {
     31font-size: 12px;
     32margin-top: 0px;
     33}
     34
     35#nodeinfo {
     36height: 205px;
     37margin-left: 5px;
     38}
     39#timestamp {
     40margin-right: 2px;
     41font-size: 12px;
     42bottom: 0px;
     43text-align: right;
     44vertical-align: bottom;
     45}
     46
    2547
    2648#infobottom {
     
    3860}
    3961
    40 td {
     62#navigation td {
    4163vertical-align: top;
    4264color: red;
Note: See TracChangeset for help on using the changeset viewer.