Changeset 16049


Ignore:
Timestamp:
2007/09/26 18:55:52 (17 years ago)
Author:
nanasess
Message:

注文入力, 確認ページのレイアウト修正

File:
1 edited

Legend:

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

    r16039 r16049  
    152152} 
    153153 
     154div#under02column_shopping .pointarea { 
     155    width: 670px; 
     156    margin: 40px auto 0 auto; 
     157} 
     158 
    154159div#under02column_shopping .pointarea div { 
    155160    border: 3px solid #ccc; 
     
    175180/* 確認 
    176181----------------------------------------------- */ 
    177 div#under02column_shopping table.delivname th { 
    178     text-align: left; 
    179     width: 140px; 
    180 } 
    181  
    182 div#under02column_shopping table.delivname caption { 
    183     border-top: 1px solid #ccc; 
    184     border-right: 1px solid #ccc; 
    185     border-left: 1px solid #ccc; 
    186     padding: 8px; 
    187     background-color: #f0f0f0; 
     182 
     183div#under02column_shopping table.delivname thead th { 
     184    width: 690px; 
    188185    text-align: left; 
    189186    font-weight: bold; 
    190     color: #000; 
    191 } 
    192  
     187} 
     188 
     189div#under02column_shopping table.delivname tbody th { 
     190    text-align: left; 
     191    width: 155px; 
     192} 
     193 
     194div#under02column_shopping table.delivname td { 
     195    text-align: left; 
     196    width: 550px; 
     197} 
    193198 
    194199/* ログイン 
Note: See TracChangeset for help on using the changeset viewer.