Changeset 23525


Ignore:
Timestamp:
2014/06/04 23:31:24 (10 years ago)
Author:
dkazuto
Message:

#2460 スマートフォンの商品詳細画面で数量のテキストボックスの上部が切れている点を修正

File:
1 edited

Legend:

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

    r23296 r23525  
    193193    border-bottom: none; 
    194194} 
    195 #detailrightblock div:last-child { 
    196     border-bottom: none; 
     195#detailrightblock>div:last-child { 
    197196    border-radius: 0 0 7px 7px; 
    198197    -moz-border-radius: 0 0 7px 7px; 
    199198    -webkit-border-radius: 0 0 7px 7px; 
     199} 
     200#detailrightblock div:not(.ui-body-f):last-child { 
     201    border-bottom: none; 
    200202} 
    201203/* 商品ステータスアイコン */ 
Note: See TracChangeset for help on using the changeset viewer.