Ignore:
Timestamp:
2013/05/20 05:42:41 (13 years ago)
Author:
Seasoft
Message:

スマートフォンサイトの改善
#2140 (標準テンプレートのカスタマイズ性を高める)

  • jQuery 1.9.1
  • jquery.mobile-1.3.1
  • カテゴリーブロックのレイアウト調整を改善
  • jQuery の読み込みタイミングを早くした。
  • 当サイトについて画面 不可解な空間を生じるケースがあるのを回避

#2044 (無駄な処理を改善する for 2.13.0)

  • 不要ファイル削除
  • Google Map のスクリプト読み込みは必要時のみに
  • category.js の読み込みは必要時のみに
  • Google Map 読み込みのための冗長なプロトコル毎の分岐を改善

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 軽微な JS 構文誤りを修正
Location:
branches/version-2_13-dev/html/user_data/packages/sphone
Files:
6 added
2 deleted
5 edited

Legend:

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

    r22602 r22825  
    255255    padding: 0; 
    256256} 
    257  
    258257#categorytree li:first-child { 
    259258    border-top: none; 
     
    266265    border-bottom: none; 
    267266} 
    268 #categorytree ul li a, 
    269 .categorytree > ul > li > ul > li a { 
     267#categorytree ul li a { 
    270268    padding: 0.6em 0; 
    271269} 
    272 .category_body { 
    273     display: inline-block; 
    274 } 
    275 .category_body a { 
     270#categorytree .category_body { 
     271    display: inline-block; 
     272} 
     273#categorytree .category_body a { 
    276274    width: 100%; 
    277275    display: inline-block; 
     
    281279    cursor: pointer; 
    282280} 
    283 #categorytree ul li li { 
    284     padding-bottom: 0.6em; 
    285 } 
    286 .category_header { 
     281#categorytree .category_header { 
    287282    width: 1.5em; 
    288283    margin: 0 6px 0 8px; 
     
    291286    text-align: right; 
    292287} 
    293 .category_header.plus, 
    294 .category_header.minus { 
     288#categorytree .category_header.plus, 
     289#categorytree .category_header.minus { 
    295290    color: #FFF; 
    296291    margin: 0 6px 0 8px; 
    297     padding-bottom: 4px; 
     292    padding: 2px 0; 
    298293    display: inline-block; 
    299294    text-align: center; 
    300     line-height: 0.4; 
    301295    width: 1.5em; 
    302296    height: 1.3em; 
     
    308302    -webkit-border-radius: 3px; 
    309303} 
    310  
    311 .category_header.plus > a, 
    312 .category_header.minus > a { 
     304#categorytree .category_header.plus > a, 
     305#categorytree .category_header.minus > a { 
    313306    width: 1.5em; 
    314307    color: #FFF; 
     
    347340    width: 64%; 
    348341} 
    349  
    350342#categorytree .level5 .category_header { 
    351343    margin-left: 6.2em; 
     
    355347} 
    356348 
    357  
    358349/*リンクカラー*/ 
    359 .category_body a:link, 
    360 .category_body a:visited { 
     350#categorytree .category_body a:link, 
     351#categorytree .category_body a:visited { 
    361352    color: #000; 
    362353    text-decoration: none; 
    363354    cursor: pointer; 
    364355} 
    365 .category_header.plus a, 
    366 .category_header.minus a { 
     356#categorytree .category_header.plus a, 
     357#categorytree .category_header.minus a { 
    367358    color: #FFF; 
    368359} 
Note: See TracChangeset for help on using the changeset viewer.