Changeset 16022


Ignore:
Timestamp:
2007/09/25 22:59:57 (17 years ago)
Author:
nanasess
Message:

商品リストのレイアウト修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/user_data/templates/default/css/products.css

    r16020 r16022  
    127127} 
    128128 
     129div.listrightblock .in_cart { 
     130    margin: 20px auto 5px 130px; 
     131    padding: 10px; 
     132    width: 285px; 
     133    clear: both; 
     134    background-color: #ecf5ff; 
     135    border: 1px solid #CCCCCC; 
     136} 
     137 
     138div.listrightblock .quantity { 
     139    width: 150px; 
     140} 
     141 
    129142div.listrightblock .btnbox { 
     143    margin: 0 0 10px 0; 
    130144    padding: 1px; 
    131145    float: right; 
     146} 
     147 
     148div.listrightblock dt { 
     149    width: 75px; 
     150    float: left; 
     151    text-align: right; 
     152    padding: 3px; 
     153    font-weight: bold; 
     154} 
     155 
     156div.listrightblock dd { 
     157    padding: 3px; 
     158} 
     159 
     160div.listrightblock .cartbtn { 
     161    clear: both; 
     162    text-align: center; 
     163} 
     164 
     165div.listrightblock .cartbtn img { 
     166    display: block; 
     167    width: 115px; 
     168    margin: 5px auto 0 auto; 
    132169} 
    133170 
     
    201238} 
    202239 
    203 div#detailrightblock dd{ 
     240div#detailrightblock dd { 
    204241    margin: 0 15px 0 0; 
    205 } 
    206  
    207 div#detailrightblock select { 
    208     border: solid 1px #ccc; 
    209242} 
    210243 
Note: See TracChangeset for help on using the changeset viewer.