Ignore:
Timestamp:
2012/02/08 13:55:06 (12 years ago)
Author:
h_yoshimoto
Message:

#1603 #1632 プラグインの管理画面を作成しました。それに伴うエンジン部分の修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/user_data/packages/admin/css/admin_contents.css

    r21397 r21455  
    12131213} 
    12141214 
     1215/* システム設定 
     1216----------------------------------------------- */ 
     1217/* プラグイン管理 */ 
     1218td.plugin_img { 
     1219    border-width: 1px 0px 1px 1px; 
     1220     
     1221} 
     1222td.plugin_info { 
     1223    border-width: 1px 1px 1px 0px; 
     1224} 
     1225td.plugin_info p.description { 
     1226    margin: 8px 0 10px 5px; 
     1227} 
     1228 
     1229td.plugin_info span.ec_cube_version { 
     1230    font-style: italic; 
     1231    font-size: 80%; 
     1232} 
     1233 
     1234td.plugin_info span.plugin_name { 
     1235    font-weight: bold; 
     1236} 
     1237 
     1238td.attention_fookpoint { 
     1239    background-color: #FEB; 
     1240} 
    12151241 
    12161242/* フォーム 
Note: See TracChangeset for help on using the changeset viewer.