Changeset 21096


Ignore:
Timestamp:
2011/08/01 19:28:10 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版スタイルシート修正対応

Location:
branches/version-2_11-dev/html/user_data/packages/sphone/css
Files:
2 edited

Legend:

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

    r21093 r21096  
    112112.bg_head{ 
    113113background:#EEE; 
     114} 
     115.pb{ 
     116padding-bottom:0!important; 
    114117} 
    115118/*----------------------------------------------- 
     
    283286----------------------------------------------------*/ 
    284287input { 
    285 margin:5px 0; 
     288margin:0; 
    286289padding:5px; 
    287290-webkit-box-shadow:none; 
     
    289292} 
    290293input[type="text"]{ 
     294margin:5px 0; 
    291295} 
    292296input[type="number"]{ 
     
    448452font-size:small; 
    449453width:auto; 
    450 min-width:100px; 
     454min-width:90px; 
    451455padding:10px; 
    452456display: none; 
  • branches/version-2_11-dev/html/user_data/packages/sphone/css/popup.css

    r21093 r21096  
    127127input[type="submit"].nav_nonmember{ 
    128128width:100%; 
    129 padding:5px 10px; 
     129padding:10px; 
    130130font-weight:bold; 
    131131background:none; 
Note: See TracChangeset for help on using the changeset viewer.