Changeset 478044
- Timestamp:
- 12/20/2011 04:13:22 PM (14 years ago)
- Location:
- nokia-mapsplaces/trunk/page
- Files:
-
- 3 edited
-
css/general.css (modified) (1 diff)
-
index.php (modified) (1 diff)
-
js/core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nokia-mapsplaces/trunk/page/css/general.css
r478004 r478044 247 247 } 248 248 .tab .sizes{ 249 border-left: 1px solid #DDDDDD; 249 250 margin: 5px 0; 251 padding-left: 20px; 252 width: 408px; 250 253 } 251 254 .tab .fixedSizes a.active{ -
nokia-mapsplaces/trunk/page/index.php
r478004 r478044 104 104 <div class="tab"> 105 105 <h5>Size</h5> 106 <div class="contentLeft sizes"> 106 <div class="contentLeft fixedSizes" id="fixedSizes"> 107 </div> 108 <div class="contentRight sizes"> 107 109 <input id="customSizeWidth" type="text" name="width" value="width" class="labelText"> x <input id="customSizeHeight" type="text" name="height" value="height" class="labelText"> pixels 108 </div>109 <div class="contentRight fixedSizes" id="fixedSizes">110 110 </div> 111 111 </div> -
nokia-mapsplaces/trunk/page/js/core.js
r478004 r478044 37 37 38 38 var sizes = [ 39 {width: 'auto', height: 370, label: 'Auto'}, 40 {width: 640, height: 370}, 41 {width: 850, height: 480}, 42 {width: 1280, height: 725} 39 {width: 'auto', height: 370, label: 'Use blog size'} 43 40 ], 44 41 activeTemplate,
Note: See TracChangeset
for help on using the changeset viewer.