Changeset 18659


Ignore:
Timestamp:
2010/05/30 00:14:35 (14 years ago)
Author:
Seasoft
Message:

#612(画面幅の調整を容易にする) 追加対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/products.css

    r18373 r18659  
    6464div.listarea { 
    6565    clear: both; 
    66     width: 580px; 
    6766    padding: 20px 0 30px 0; 
    6867    overflow: auto; 
     
    7271div.listphoto { 
    7372    float: left; 
    74     width: 130px; 
    7573} 
    7674 
     
    161159----------------------------------------------- */ 
    162160div#detailarea { 
    163     width: 580px; 
    164161    margin: 15px 0 0 0; 
    165162} 
     
    167164div#detailphotoblock { 
    168165    float: left; 
    169     width: 292px; 
     166    width: 49%; 
    170167} 
    171168 
     
    176173div#detailrightblock { 
    177174    float: right; 
    178     width: 280px; 
     175    width: 49%; 
    179176} 
    180177 
     
    230227div.subarea { 
    231228    clear: both; 
    232     width: 580px; 
    233229    padding: 30px 0 0 0; 
    234230} 
     
    244240div.subtext { 
    245241    float: left; 
    246     width: 365px; 
     242    width: 63%; 
    247243} 
    248244 
    249245div.subphotoimg { 
    250246    float: right; 
    251     width: 202px; 
     247    width: 35%; 
    252248} 
    253249 
     
    262258div#customervoicearea { 
    263259    clear: both; 
    264     width: 580px; 
    265260    padding: 35px 0 0 0; 
    266261} 
     
    294289div#trackbackarea { 
    295290    clear: both; 
    296     width: 580px; 
    297291    padding: 35px 0 0 0; 
    298292} 
     
    317311div#whoboughtarea { 
    318312    clear: both; 
    319     width: 580px; 
    320313    padding: 35px 0 0 0; 
    321314} 
     
    323316div.whoboughtblock { 
    324317    clear: both; 
    325     width: 580px; 
    326318    padding: 10px 0; 
    327319    overflow: auto; 
Note: See TracChangeset for help on using the changeset viewer.