Changeset 7827 for trunk/src/map/style
- Timestamp:
- Apr 18, 2010, 2:00:42 PM (15 years ago)
- Location:
- trunk/src/map/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/style/stylesheet.css
r7757 r7827 18 18 19 19 #infotop { 20 padding-top: 5px; 20 21 border: 2px solid black; 21 22 height: 243px; 22 23 width: 100%; 24 font-size: 12px; 23 25 } 24 26 … … 46 48 47 49 #infotop h1 { 48 font-size: 1 5px;50 font-size: 12px; 49 51 margin-top: 5px; 50 52 } 51 53 52 54 #infotop h2 { 53 font-size: 1 2px;55 font-size: 10px; 54 56 margin-top: 0px; 55 57 } 56 58 57 59 #nodeinfo { 58 height: 20 5px;60 height: 200px; 59 61 margin-left: 5px; 62 } 63 64 #information { 65 height: 100%; 66 overflow: auto; 60 67 } 61 68 -
trunk/src/map/style/stylesheet2.css
r7715 r7827 12 12 13 13 #infotop { 14 height: 230px; 14 height: 245px; 15 } 16 17 #clusterlist { 18 margin-top: 5px; 19 overflow: hidden; 20 height: 130px; 21 } 22 23 #clusterlist select { 24 width: 100%; 25 height: 115px; 15 26 } 16 27
Note:
See TracChangeset
for help on using the changeset viewer.