Ignore:
Timestamp:
2011/01/08 15:31:42 (13 years ago)
Author:
yomoro
Message:

スマートフォンのカート画面以降のレイアウト微調整・ボタンのcss化

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/user_data/packages/sphone/css/common.css

    r19839 r19858  
    77background-position: 50% 0% fixed; 
    88font-family: helvetica, Osaka; 
    9 font-size: large; 
     9font-size:small; 
    1010margin: 0px 3.13% 10px; 
    1111padding: 0px; 
     
    254254----------------------------------------------- */ 
    255255input[size="40"] { 
    256 width: 60%; 
     256width: 50%; 
    257257} 
    258258input[type="password"] { 
    259 width: 60%; 
     259width: 50%; 
    260260} 
    261261input[type="tel"] { 
    262 width: 3.6em; 
     262width: 3em; 
    263263} 
    264264input, tr, th, td { 
     
    266266} 
    267267input { 
    268 font-size: large; 
     268font-size: small; 
    269269} 
    270270textarea{ 
    271 font-size: 14px; 
     271font-size: small; 
    272272width: 95%; 
    273273} 
    274274form dl{ 
    275 font: bold 17px helvetica; 
     275font: bold small helvetica; 
    276276margin: 10px 0; 
    277277} 
     
    279279margin: 5px 0; 
    280280color:#4D576B; 
    281 font: bold 17px helvetica; 
     281font: bold small helvetica; 
    282282background-color: transparent; 
    283283text-shadow: 0px 1px 1px #ffffff; 
Note: See TracChangeset for help on using the changeset viewer.