Ignore:
Timestamp:
2011/03/18 22:34:39 (15 years ago)
Author:
nanasess
Message:

#932 (商品をお気に入りに入れたかどうかの判別が動いていない。)

  • その他デザイン調整
Location:
branches/version-2_5-dev/html/user_data/packages/sphone
Files:
6 edited

Legend:

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

    r20614 r20727  
    7676    color: #FFFFFF; 
    7777    display: block; 
    78     font: bold 120% helvetica; 
     78    font: bold 100% helvetica; 
    7979    margin: 0 auto; 
    8080    padding: 7px; 
     
    9595width: 100%; 
    9696} 
     97 
     98.spbtn-medeum02 { 
     99    background-color: #aaaaaa; 
     100    border: 1px solid #666666; 
     101    color: #FFFFFF; 
     102    display: block; 
     103    font: bold 100% helvetica; 
     104    margin: 0 auto; 
     105    padding: 7px; 
     106    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); 
     107    text-align:center; 
     108        -webkit-border-radius: 6px; 
     109/*text-shadow: 0px -1px 1px rgba(0,0,0,0.5); 
     110-webkit-border-radius: 6px; 
     111-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.7);*/ 
     112} 
     113 
     114 
    97115 
    98116/* ボタン小(お気に入りに登録、住所自動入力) 
     
    196214    vertical-align: middle; 
    197215    width: 100%; 
     216    font-size: 90%; 
    198217text-shadow: 0px -1px 1px rgba(0,0,0,0.5); 
    199218background-color: #666666; 
  • branches/version-2_5-dev/html/user_data/packages/sphone/css/detail.css

    r20614 r20727  
    143143----------------------------------------------- */ 
    144144div#undercolumn_entry .kiyaku_text { 
     145    overflow: scroll; 
     146    width: 250px; 
    145147    height: 250px; 
    146148} 
     
    167169} 
    168170 
     171div#recomendarea h2 { 
     172    font-weight: bold; 
     173    line-height: 1.1; 
     174    margin: 0; 
     175    padding: 5px 0 3px 0; 
     176    color:#4D576B; 
     177    background-image: none !important; 
     178} 
     179 
     180div#topcatarea h2 { 
     181    font-weight: bold; 
     182    line-height: 1.1; 
     183    margin: 0; 
     184    padding: 5px 0 3px 0; 
     185    color:#4D576B; 
     186    background-image: none !important; 
     187} 
     188 
    169189div.subtext { 
    170190font-size:80%; 
     
    172192 
    173193div.subarea { 
    174 margin-bottom:30px; 
     194margin-top:30px; 
    175195} 
    176196 
    177197div#whoboughtarea { 
    178 margin-bottom:30px; 
     198margin-top:30px; 
    179199} 
    180200 
     
    186206margin-bottom:20px; 
    187207} 
     208 
     209div.slistarea { 
     210border-top:1px solid #ccc; 
     211margin:10px 0; 
     212} 
  • branches/version-2_5-dev/html/user_data/packages/sphone/css/iphone.css

    r20614 r20727  
    9191input, select { 
    9292font-size:100%; 
    93 width:100%; 
    9493} 
    9594 
     
    151150-webkit-border-radius: 8px; 
    152151} 
     152.inputtext { 
     153padding-bottom:5px; 
     154} 
    153155.inputtext02 { 
    154 font-size: 100%; 
     156font-size: 80%; 
     157padding-bottom:15px; 
    155158} 
    156159 
  • branches/version-2_5-dev/html/user_data/packages/sphone/css/table.css

    r20614 r20727  
    295295float:left; 
    296296display:block; 
    297 margin: 3px; 
     297margin: 3px 10px; 
    298298position: relative; 
    299299} 
     
    306306float:right; 
    307307text-align:left; 
    308 width:70%; 
     308width:65%; 
    309309} 
    310310 
     
    523523text-align:left; 
    524524} 
    525  
    526  
     525table td.mailtd { 
     526text-align:left; 
     527} 
    527528 
    528529table td.product_td { 
     
    598599table.entryform td { 
    599600text-align:left; 
     601padding: 3px; 
     602} 
     603 
     604table.entryform td.tdc { 
     605text-align:center; 
    600606} 
    601607 
     
    609615table.entryform th.select { 
    610616min-width:30px; 
     617text-align:center; 
    611618} 
    612619 
     
    710717 
    711718div.delivdate { 
     719margin-bottom:5px; 
     720} 
     721 
     722div.delivdate02 { 
     723padding-bottom:10px; 
    712724margin-bottom:15px; 
    713 } 
     725border-bottom:1px solid #ccc; 
     726} 
  • branches/version-2_5-dev/html/user_data/packages/sphone/css/top.css

    r20656 r20727  
    1313   ------------------------------------------------ */ 
    1414#header { 
    15     background-color: #ffffff; 
    16     height: 95px; 
     15    background-color: #fff; 
    1716    margin: 0 auto; 
     17    padding-bottom: 10px; 
    1818} 
    1919#header h1 { 
     
    2525    margin: 0 auto; 
    2626    width: 301px; 
    27     height: 81px; 
     27    height: 66px; 
    2828    background: url("../img/header/logo.gif") no-repeat; 
    2929} 
     
    4040    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#5C5C5C), color-stop(0.6,#2E2E2E)); 
    4141    width: 100%; 
     42    padding: 2px 0; 
    4243} 
    4344 
     
    5859    margin-left: -3.4%; 
    5960    height: 1.8em; 
    60     background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#7A7A7A), to(#CCCCCC), color-stop(.07,#FFFFFF),color-stop(.9,#FFFFFF)); 
     61    border-bottom: 1px solid #ccc; 
    6162} 
    6263.anews{ 
Note: See TracChangeset for help on using the changeset viewer.