Changeset 7756 for trunk/src/map/style


Ignore:
Timestamp:
Apr 14, 2010, 10:02:45 AM (15 years ago)
Author:
janveeden
Message:

Selecting nodes for clusters done. For single nodes background still has to turn yellow

File:
1 edited

Legend:

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

    r7738 r7756  
    2323}
    2424
     25#infotopselected {
     26border: 2px solid black;
     27height: 243px;
     28width: 100%;
     29background-color: yellow;
     30}
     31
    2532#clusterlist {
    2633margin-top: 10px;
     
    3138width: 100%;
    3239height: 130px;
     40}
     41
     42#clusterlistselected {
     43margin-top: 10px;
     44overflow: hidden;
     45background-color: yellow;
     46}
     47
     48#clusterlistselected select {
     49width: 100%;
     50height: 130px;
     51background-color: yellow;
    3352}
    3453
     
    4766margin-left: 5px;
    4867}
     68
    4969#timestamp {
    5070margin-right: 2px;
Note: See TracChangeset for help on using the changeset viewer.