Changeset 22258
- Timestamp:
- 2013/01/16 14:46:04 (8 years ago)
- Location:
- branches/version-2_12-multilang
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/Smarty/templates/admin/home.tpl
r22230 r22258 27 27 <!--{* お知らせここから *}--> 28 28 <div id="home-info"> 29 <div class="banner"> 30 <p><a href="http://en.ec-cube.net/forum/" target="_blank"><img src="<!--{$TPL_URLPATH}-->img/banner/bnr_user_forums.jpg" /></a></p></div> 29 31 <!--{foreach item=info from=$arrInfo}--> 30 32 <dl class="home-info-item"> -
branches/version-2_12-multilang/data/Smarty/templates/admin/main_frame.tpl
r22245 r22258 94 94 <p class="info"><!--{t string="tpl_542" escape="none" T_FIELD=$smarty.session.login_name|h}--></p> 95 95 <ul> 96 <li><a href="<!--{$smarty.const.HTTP_URL}--><!--{$smarty.const.DIR_INDEX_PATH}-->" class="btn-tool-format" target="_blank"><span><!--{t string="tpl_553"}--></span></a></li> 96 <li class="bt_forum"><a href="http://en.ec-cube.net/forum/" class="btn-tool-format02" target="_blank"><span>USER FORUMS</span></a></li> 97 <li class="bt_checksite"><a href="<!--{$smarty.const.HTTP_URL}--><!--{$smarty.const.DIR_INDEX_PATH}-->" class="btn-tool-format" target="_blank"><span><!--{t string="tpl_553"}--></span></a></li> 97 98 <li><a href="<!--{$smarty.const.ADMIN_LOGOUT_URLPATH}-->" class="btn-tool-format"><!--{t string="tpl_543"}--></a></li> 98 99 </ul> -
branches/version-2_12-multilang/html/user_data/packages/admin/css/admin_contents.css
r21790 r22258 379 379 } 380 380 381 /*ツールボタン (オレンジ)*/ 382 .btn-tool-format02, 383 a.btn-tool-format02:link, 384 a.btn-tool-format02:visited { 385 padding: 0 6px; 386 border: solid 1px #FFA801; 387 display: inline-block; 388 color: #393B57; 389 background: url('../img/button/orange-grad.png') repeat-x #eee; 390 background-origin: padding-box; 391 background-attachment: scroll; 392 background-clip: border-box; 393 background-color: #c9cbcb; 394 font-weight: bold; 395 font-size: 90%; 396 text-decoration: none; 397 cursor: pointer; 398 399 /* CSS3 radius */ 400 border-radius: 4px; 401 /* Safari, Chrome radius */ 402 -webkit-box-sizing: content-box; 403 -webkit-border-radius: 4px; 404 /* Firefox radius */ 405 -moz-border-radius: 4px; 406 /* Safari, Chrome radius */ 407 -webkit-box-sizing: content-box; 408 -webkit-border-radius: 4px; 409 /* Firefox radius */ 410 -moz-border-radius: 4px; 411 } 412 381 413 382 414 /*戻るボタン*/ … … 409 441 border: solid 1px #363a47; 410 442 color: #6b728b; 443 } 444 a.btn-tool-format02:hover { 445 border: solid 1px #977742; 446 color: #6b5f53; 411 447 } 412 448 … … 483 519 padding-top: 16px; 484 520 float: left; 485 width: 580px;521 width: 400px; 486 522 color: #fff; 487 523 font-size: 80%; … … 496 532 margin-right: 10px; 497 533 float: left; 534 } 535 536 #site-check ul li.bt_forum { 537 padding-right: 14px; 538 margin-right: 0; 539 border-right: 1px solid #343845; 540 } 541 #site-check ul li.bt_checksite { 542 padding-left: 13px; 543 border-left: 1px solid #717585; 498 544 } 499 545 … … 1058 1104 } 1059 1105 1106 #home-info .banner { 1107 padding-bottom: 10px; 1108 } 1109 #home-info .banner p { 1110 text-align: right; 1111 padding-bottom: 10px; 1112 } 1113 #home-info .banner p a:hover img { 1114 opacity:0.8; 1115 filter: alpha(opacity=80); 1116 } 1060 1117 .home-info-item { 1061 1118 margin: 0 0 15px 20px;
Note: See TracChangeset
for help on using the changeset viewer.