Ignore:
Timestamp:
2013/08/27 21:44:01 (13 years ago)
Author:
pineray
Message:

#2353 モーダルウィンドウのJavaScriptライブラリを変更

Location:
branches/version-2_13-dev/html
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/html/js/eccube.js

    r23136 r23138  
    564564            ); 
    565565        }); 
     566 
     567        // モーダルウィンドウ 
     568        $("a.expansion").colorbox(); 
    566569    }); 
    567570})(window); 
  • branches/version-2_13-dev/html/user_data/packages/admin/css/admin_contents.css

    r22789 r23138  
    10791079/* 基本情報管理 
    10801080----------------------------------------------- */ 
     1081/* SHOPマスター */ 
     1082#maparea { 
     1083    padding: 30px; 
     1084    background: #FFFFFF; 
     1085} 
     1086#maparea .btn-area { 
     1087    text-align: center; 
     1088} 
     1089#maps { 
     1090    margin: 0 auto 1em; 
     1091} 
     1092 
    10811093/* 郵便番号DB登録 */ 
    10821094.basis-zip-item { 
Note: See TracChangeset for help on using the changeset viewer.