Changeset 19715 for branches/version-2_5-dev/html/user_data/packages
- Timestamp:
- 2010/12/10 22:27:59 (16 years ago)
- Location:
- branches/version-2_5-dev/html/user_data/packages/admin
- Files:
-
- 3 added
- 1 edited
-
css/admin_contents.css (modified) (3 diffs)
-
img/button (added)
-
img/button/white-grad-active.png (added)
-
img/button/white-grad.png (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/packages/admin/css/admin_contents.css
r19711 r19715 59 59 table.list th.left { text-align: left; } 60 60 table.list th.right { text-align: right; } 61 table.list td.id, 62 table.list td.thumbnail { 63 text-align: center; 64 } 65 table.list td.menu { 66 text-align: center; 67 vertical-align: middle; 68 } 61 69 table.form th { width: 25%; } 62 70 table.form td { width: 75%; } 63 71 table.form thead th { text-align: center; width: auto; } 72 73 input[type='submit'], 74 input[type='button'], 75 input[type='reset'], 76 input[type='file'], 77 button { 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 106 input[type='submit']:hover, 107 input[type='button']:hover, 108 input[type='reset']:hover, 109 input[type='file']:hover, 110 button:hover { 111 border: solid 1px #666; 112 } 113 114 input[type='submit']:active, 115 input[type='button']:active, 116 input[type='reset']:active, 117 input[type='file']:active, 118 button:active { 119 background-image: url('../img/button/white-grad-active.png'); 120 } 64 121 65 122 #contents ul {margin: 0 0 0 2em;} … … 359 416 #order-status-list th.id {width: 40px;} 360 417 418 /* 期間別集計 419 ----------------------------------------------- */ 420 #graph-image { 421 margin: 0 0 20px 0; 422 } 361 423 362 424 /* デザイン管理 … … 419 481 /* フォーム 420 482 ----------------------------------------------- */ 421 div.btn { 483 div.btn, 484 p.remark { 422 485 margin: 0 0 20px 0; 423 486 } 487 424 488 /*FORM*/ 425 489 .box3 { width: 33px; } /*W3*/
Note: See TracChangeset
for help on using the changeset viewer.
