Ignore:
Timestamp:
2010/12/10 22:27:59 (16 years ago)
Author:
nanasess
Message:

#382(管理画面XHTMLに変更)

  • UI を改善
Location:
branches/version-2_5-dev/html/user_data/packages/admin
Files:
3 added
1 edited

Legend:

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

    r19711 r19715  
    5959table.list th.left { text-align: left; } 
    6060table.list th.right { text-align: right; } 
     61table.list td.id, 
     62table.list td.thumbnail { 
     63    text-align: center; 
     64} 
     65table.list td.menu { 
     66    text-align: center; 
     67    vertical-align: middle; 
     68} 
    6169table.form th { width: 25%; } 
    6270table.form td { width: 75%; } 
    6371table.form thead th { text-align: center; width: auto; } 
     72 
     73input[type='submit'], 
     74input[type='button'], 
     75input[type='reset'], 
     76input[type='file'], 
     77button { 
     78    color: #000; 
     79    text-decoration: none; 
     80    background-attachment: scroll; 
     81    background-clip: border-box; 
     82    background-color: #eee; 
     83    background-image: url('../img/button/white-grad.png'); 
     84    background-origin: padding-box; 
     85    line-height: 15px; 
     86    padding: 5px 10px; 
     87    white-space: nowrap; 
     88    border: solid 1px #999; 
     89    cursor: pointer; 
     90    font-size: 11px; 
     91 
     92    /* CSS3 radius */ 
     93    border-bottom-left-radius: 5px 5px; 
     94    border-bottom-right-radius: 5px 5px; 
     95    border-top-left-radius: 5px 5px; 
     96    border-top-right-radius: 5px 5px; 
     97 
     98    /* Safari, Chrome radius */ 
     99    -webkit-box-sizing: content-box; 
     100    -webkit-border-radius: 5px; 
     101 
     102    /* Firefox radius */ 
     103    -moz-border-radius: 5px; 
     104} 
     105 
     106input[type='submit']:hover, 
     107input[type='button']:hover, 
     108input[type='reset']:hover, 
     109input[type='file']:hover, 
     110button:hover { 
     111    border: solid 1px #666; 
     112} 
     113 
     114input[type='submit']:active, 
     115input[type='button']:active, 
     116input[type='reset']:active, 
     117input[type='file']:active, 
     118button:active { 
     119    background-image: url('../img/button/white-grad-active.png'); 
     120} 
    64121 
    65122#contents ul {margin: 0 0 0 2em;} 
     
    359416#order-status-list th.id {width: 40px;} 
    360417 
     418/* 期間別集計 
     419----------------------------------------------- */ 
     420#graph-image { 
     421    margin: 0 0 20px 0; 
     422} 
    361423 
    362424/* デザイン管理 
     
    419481/* フォーム 
    420482----------------------------------------------- */ 
    421 div.btn { 
     483div.btn, 
     484p.remark { 
    422485    margin: 0 0 20px 0; 
    423486} 
     487 
    424488/*FORM*/ 
    425489.box3 { width: 33px; }  /*W3*/ 
Note: See TracChangeset for help on using the changeset viewer.