Changeset 7827 for trunk/src/map/style


Ignore:
Timestamp:
Apr 18, 2010, 2:00:42 PM (15 years ago)
Author:
janveeden
Message:

Gebruiker and beheerder view are now different. Beheerder view shows all info, gebruiker only a bit of info. Fixed typo in kmlHandler.php. Added a Math.random to calls to node_info.php to prevent unwanted caching.

Location:
trunk/src/map/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/style/stylesheet.css

    r7757 r7827  
    1818
    1919#infotop {
     20padding-top: 5px;
    2021border: 2px solid black;
    2122height: 243px;
    2223width: 100%;
     24font-size: 12px;
    2325}
    2426
     
    4648
    4749#infotop h1 {
    48 font-size: 15px;
     50font-size: 12px;
    4951margin-top: 5px;
    5052}
    5153
    5254#infotop h2 {
    53 font-size: 12px;
     55font-size: 10px;
    5456margin-top: 0px;
    5557}
    5658
    5759#nodeinfo {
    58 height: 205px;
     60height: 200px;
    5961margin-left: 5px;
     62}
     63
     64#information {
     65height: 100%;
     66overflow: auto;
    6067}
    6168
  • trunk/src/map/style/stylesheet2.css

    r7715 r7827  
    1212
    1313#infotop {
    14 height: 230px;
     14height: 245px;
     15}
     16
     17#clusterlist {
     18margin-top: 5px;
     19overflow: hidden;
     20height: 130px;
     21}
     22
     23#clusterlist select {
     24width: 100%;
     25height: 115px;
    1526}
    1627
Note: See TracChangeset for help on using the changeset viewer.