Changeset 7756 for trunk/src/map/style
- Timestamp:
- Apr 14, 2010, 10:02:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/style/stylesheet.css
r7738 r7756 23 23 } 24 24 25 #infotopselected { 26 border: 2px solid black; 27 height: 243px; 28 width: 100%; 29 background-color: yellow; 30 } 31 25 32 #clusterlist { 26 33 margin-top: 10px; … … 31 38 width: 100%; 32 39 height: 130px; 40 } 41 42 #clusterlistselected { 43 margin-top: 10px; 44 overflow: hidden; 45 background-color: yellow; 46 } 47 48 #clusterlistselected select { 49 width: 100%; 50 height: 130px; 51 background-color: yellow; 33 52 } 34 53 … … 47 66 margin-left: 5px; 48 67 } 68 49 69 #timestamp { 50 70 margin-right: 2px;
Note:
See TracChangeset
for help on using the changeset viewer.