- Timestamp:
- 2011/02/21 15:41:52 (15 years ago)
- Location:
- branches/version-2_5-dev/html/user_data/packages/admin/css
- Files:
-
- 1 added
- 1 edited
-
admin_contents.css (modified) (7 diffs)
-
thickbox.css (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/user_data/packages/admin/css/admin_contents.css
r20116 r20290 22 22 font-family: "MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif; 23 23 font-size: 80%; 24 line-height: 1 50%;24 line-height: 120%; 25 25 } 26 26 … … 179 179 } 180 180 181 182 /*おすすめ商品管理*/ 183 184 table#recommend-table { 185 border-collapse: collapse; 186 font-size: 100%; 187 margin: 0 0 50px; 188 width: 100%; 189 } 190 191 div#table-wrap { 192 margin-top: 6px; 193 } 194 195 div#table-wrap div.table-img { 196 float: left; 197 padding-left: 6px; 198 } 199 200 div#table-wrap div.table-detail { 201 float: left; 202 text-align: left; 203 padding-left: 11px; 204 } 205 206 div#table-wrap div.table-detail div.detail-name { 207 margin-bottom: 5px; 208 } 209 210 td.no-border { 211 border: 0; 212 background: #f5f5f5; 213 padding: 20px; 214 } 215 216 td.no-border-w { 217 border: 0; 218 } 219 220 td.AlignLeft { 221 text-align: left; 222 padding-left: 11px; 223 } 181 224 182 225 /*通常ボタン*/ … … 302 345 } 303 346 347 /*商品を選択するボタン(2/18追加)*/ 348 .btn-action-m, a.btn-action-m:link, a.btn-action-m:visited { 349 padding: 3px 10px; 350 border: solid 1px #bcbecb; 351 display: inline-block; 352 color: #444757; 353 background: url('../img/button/white-grad04.png') top repeat-x #eee; 354 background-attachment: scroll; 355 background-clip: border-box; 356 font-weight: normal; 357 font-size: 90%; 358 text-decoration: none; 359 white-space: nowrap; 360 cursor: pointer; 361 362 /* CSS3 radius */ 363 border-radius: 5px; 364 /* Safari, Chrome radius */ 365 -webkit-box-sizing: content-box; 366 -webkit-border-radius: 5px; 367 /* Firefox radius */ 368 -moz-border-radius: 5px; 369 /* Safari, Chrome radius */ 370 -webkit-box-sizing: content-box; 371 -webkit-border-radius: 5px; 372 /* Firefox radius */ 373 -moz-border-radius: 5px; 374 } 375 304 376 305 377 /*戻るボタン*/ … … 793 865 /* エラーメッセージ 794 866 ----------------------------------------------- */ 795 #error-wrap { 796 margin: 150px auto 0; 797 width: 100%; 798 text-align: center; 799 } 800 #error-wrap #error .logo { 867 868 869 /*以下インストールページと共通■触るべからず*/ 870 871 #out-wrap { 872 margin: 100px auto; 873 width: 560px; 874 } 875 876 #out-wrap .logo { 801 877 padding-bottom: 5px; 802 878 float: right; 803 879 } 804 880 805 # error{881 #out { 806 882 margin: 0 auto; 807 883 width: 560px; 808 884 } 809 885 810 #error . error-top {886 #error .out-top { 811 887 clear: both; 812 888 width: 560px; … … 814 890 background: url('../img/contents/login_back_top.jpg') bottom left no-repeat; 815 891 } 892 893 /*以上インストールページと共通■触るべからず*/ 894 816 895 817 896 #error .contents { … … 1073 1152 .design-layout #FooterBottomNavi, .design-layout #HeaderInternalNavi, .design-layout #Unused { 1074 1153 padding-bottom: 20px; 1075 height: 10px; /* IE6応急処置 */1154 height: 10px; /*IE6応急処置 */ 1076 1155 } 1077 1156 … … 1364 1443 } 1365 1444 1445 1446 /*以下インストールページと共通■触るべからず*/ 1447 1448 #outside { 1449 margin:0 auto; 1450 padding:0; 1451 text-align:center; 1452 width:100%; 1453 } 1454 1455 /*以上インストールページと共通■触るべからず*/
Note: See TracChangeset
for help on using the changeset viewer.
