Changeset 7715 for trunk/src/map/style
- Timestamp:
- Apr 12, 2010, 11:42:56 AM (15 years ago)
- Location:
- trunk/src/map/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/style/stylesheet.css
r7687 r7715 64 64 } 65 65 66 #searchbox input.text {67 width: 85%;68 }69 70 66 #searchbox input[type=button] { 71 67 width: 15%; 72 68 } 73 74 #searchbox input.button {75 width: 15%;76 }77 78 69 79 70 #searchlist { -
trunk/src/map/style/stylesheet2.css
r7714 r7715 10 10 height: 400px; 11 11 } 12 13 #infotop { 14 height: 230px; 15 } 16 17 #infobottom { 18 height: 145px; 19 } 20 21 #searchbox { 22 margin-top: 3px; 23 border-top: 1px solid gray; 24 border-bottom: 1px solid gray; 25 height: 30px; 26 overflow: hidden; 27 } 28 29 30 #userpick input{ 31 width: 85px; 32 }
Note:
See TracChangeset
for help on using the changeset viewer.