Plugin Directory

Changeset 478044


Ignore:
Timestamp:
12/20/2011 04:13:22 PM (14 years ago)
Author:
Skowron
Message:

Implement new styles for sizes

Location:
nokia-mapsplaces/trunk/page
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nokia-mapsplaces/trunk/page/css/general.css

    r478004 r478044  
    247247}
    248248.tab .sizes{
     249    border-left: 1px solid #DDDDDD;
    249250    margin: 5px 0;
     251    padding-left: 20px;
     252    width: 408px;
    250253}
    251254.tab .fixedSizes a.active{
  • nokia-mapsplaces/trunk/page/index.php

    r478004 r478044  
    104104                <div class="tab">
    105105                    <h5>Size</h5>
    106                     <div class="contentLeft sizes">
     106                    <div class="contentLeft  fixedSizes" id="fixedSizes">
     107                    </div>
     108                    <div class="contentRight sizes">
    107109                        <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">
    110110                    </div>
    111111                </div>
  • nokia-mapsplaces/trunk/page/js/core.js

    r478004 r478044  
    3737   
    3838    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'}
    4340    ],
    4441        activeTemplate,
Note: See TracChangeset for help on using the changeset viewer.