[-] BO : fix #PSTEST-1213 - button style
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14803 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -236,7 +236,6 @@ div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0
|
||||
background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
|
||||
color:#333;
|
||||
width:180px;
|
||||
font-weight:bold;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
border-color: #CCCCCC #BBBBBB #A0A0A0;
|
||||
border-left: 1px solid #BBBBBB;
|
||||
@@ -248,6 +247,8 @@ div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0
|
||||
}
|
||||
#content .qq-upload-button:hover { border:1px solid #939393;}
|
||||
|
||||
.file_upload_label {margin-top:5px;}
|
||||
|
||||
/*leadin*/
|
||||
.leadin {}
|
||||
.leadin .bloc-leadin{ padding:10px 3px;}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<table cellpadding="5" style="width:100%">
|
||||
<tr>
|
||||
<td class="col-left"><label>{l s='File:'}</label></td>
|
||||
<td class="col-left"><label class="file_upload_label">{l s='File:'}</label></td>
|
||||
<td style="padding-bottom:5px;">
|
||||
<div id="file-uploader">
|
||||
<noscript>
|
||||
|
||||
@@ -163,7 +163,7 @@ jQuery(document).ready(Customer.init);
|
||||
{/foreach}
|
||||
</select>
|
||||
<a class="button" href="{$link->getAdminLink('AdminTaxRulesGroup')}&addtax_rules_group&id_product={$product->id}" class="confirm_leave">
|
||||
<img src="../img/admin/add.gif" alt="{l s='Create'}" title="{l s='Create'}" /> <b>{l s='Create'}</b>
|
||||
<img src="../img/admin/add.gif" alt="{l s='Create'}" title="{l s='Create'}" /> {l s='Create'}
|
||||
</a>
|
||||
</span>
|
||||
{if $tax_exclude_taxe_option}
|
||||
|
||||
Reference in New Issue
Block a user