Ignore:
Timestamp:
2009/09/29 02:05:45 (15 years ago)
Author:
Seasoft
Message:

#518(ブロックを置ける場所を増やしてみた)の改善

  • IE6 での表示乱れを改善
  • 「 (□全ページ) 」の部分を改行禁止にした
  • jQuery UI Sortable 1.7.2 に対応
  • テーブルレイアウトを解除
  • ソース整形
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/admin_contents.css

    r18210 r18322  
    362362/* デザイン管理 
    363363----------------------------------------------- */ 
    364 /* レイアウト管理 */ 
    365 div.sort { 
     364/* レイアウト設定 */ 
     365 
     366.design-layout { 
     367    table-layout: fixed; 
     368} 
     369.design-layout th, 
     370.design-layout td { 
     371    vertical-align: top; 
     372    text-align: center; 
     373} 
     374#design-layout-used { 
     375    width: 525px; 
     376} 
     377#design-layout-unused { 
     378    width: 175px; 
     379} 
     380.design-layout #LeftNavi, 
     381.design-layout #MainHead, 
     382.design-layout #RightNavi { 
     383    width: 33.33%; 
     384} 
     385.design-layout #TopNavi, 
     386.design-layout #HeadNavi, 
     387.design-layout #HeaderTopNavi, 
     388.design-layout #LeftNavi, 
     389.design-layout #MainHead, 
     390.design-layout #MainFoot, 
     391.design-layout #RightNavi, 
     392.design-layout #BottomNavi, 
     393.design-layout #FooterBottomNavi, 
     394.design-layout #Unused { 
     395    padding-bottom: 20px; 
     396    height: 10px; /* IE6応急処置 */ 
     397} 
     398.design-layout div.sort { 
    366399    border:     1px solid black; 
    367400    background: rgb(195,217,255); 
    368401    color:      #333; 
    369402    padding:    5px 2px; 
    370     margin:     5px 0px; 
     403    margin:     5px 0; 
    371404    font-size:  10pt; 
    372405    text-align: center; 
    373     width:      140px; 
    374 } 
    375 #TopNavi div.sort,#BottomNavi div.sort,#FooterBottomNavi div.sort,#HeaderTopNavi div.sort,#HeadNavi div.sort{ 
    376     width:95%; 
    377     margin: 5px auto 5px; 
    378      
    379 } 
    380  
    381  
    382 .placeholder { border:1px dashed #AAA; } 
    383  
    384 #design-layout-body { 
    385     width: 450px; 
    386     margin: 0 auto; 
    387 } 
    388 #design-layout-body td { 
    389     width: 145px; 
    390     vertical-align: top; 
    391     text-align: center; 
    392 } 
    393 #design-layout-wrap-unused {width:145px;} 
    394 #LeftNavi, #RightNavi { 
    395     width: 140px; 
    396     min-height: 400px; 
    397     height: auto !important; 
    398     height: 400px; 
    399     vertical-align: top; 
    400 } 
    401 #design-layout-body #MainHead, #design-layout-body #MainFoot { 
    402     min-height: 100px; 
    403     height: auto !important; 
    404     height: 100px; 
    405 } 
    406 #TopNavi,#BottomNavi,#HeadNavi,#HeaderTopNavi,#FooterBottomNavi{ 
    407     width:95%; 
    408     min-height: 60px; 
    409     height:auto !important; 
    410     vertical-align: top; 
    411     text-align: center; 
    412 } 
    413  
    414 div#HeadNavi{ 
    415     background-image: url(../img/admin/contents/head-bg.jpg);    
    416 } 
    417  
    418 #design-layout-body td#layout-main {vertical-align: middle;} 
     406} 
     407.design-layout .anywherecheck { 
     408    white-space: nowrap; 
     409} 
     410.placeholder { 
     411    border: 1px dashed #AAA; 
     412    height: 20px; 
     413} 
    419414 
    420415 
Note: See TracChangeset for help on using the changeset viewer.