Changeset 7687 for trunk/src_map/style
- Timestamp:
- Apr 6, 2010, 2:32:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src_map/style/stylesheet.css
r7675 r7687 53 53 } 54 54 55 #searchbox { 56 margin-top: 3px; 57 border-top: 1px solid gray; 58 border-bottom: 1px solid gray; 59 height: 25px; 60 } 61 62 #searchbox input[type=text] { 63 width: 85%; 64 } 65 66 #searchbox input.text { 67 width: 85%; 68 } 69 70 #searchbox input[type=button] { 71 width: 15%; 72 } 73 74 #searchbox input.button { 75 width: 15%; 76 } 77 78 79 #searchlist { 80 overflow: hidden; 81 } 82 83 #searchlist select { 84 width: 100%; 85 height: 115px; 86 } 87 55 88 #navigation { 56 89 margin-top: 5px;
Note:
See TracChangeset
for help on using the changeset viewer.