//fix double background login css firefox3, button upload image edit product
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11753 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -196,8 +196,11 @@ a.module_toggle_all{color: #268CCD;}
|
||||
div.fix-toolbar {border-bottom: 1px solid #E0E0E0;position:fixed;top:0;opacity:0.9;z-index:1;}
|
||||
|
||||
/*button upload files*/
|
||||
.qq-upload-button {background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
|
||||
.qq-upload-button {
|
||||
background: #e4e4e4 url(bg-button-degrade.png) repeat-x scroll left top;
|
||||
background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
|
||||
background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
|
||||
color:#333; width:160px; font-weight:bold; text-shadow: 0 1px 0 #fff;
|
||||
border-color: #CCCCCC #BBBBBB #A0A0A0;border-left: 1px solid #BBBBBB;border-radius: 3px 3px 3px 3px;border-right: 1px solid #BBBBBB;border-style: solid;border-width: 1px;color: #000000;}
|
||||
.qq-upload-button:hover { border:1px solid #939393;}
|
||||
/*leadin*/
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 941 B |
@@ -46,16 +46,16 @@
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
<div style="width:{if $nb_categories > 6}200{else}300{/if}px;">
|
||||
<div class="blocSAV">
|
||||
|
||||
<h3> {$val.name}</h3>
|
||||
<h3>{$val.name}</h3>
|
||||
|
||||
{if $nb_categories < 6}
|
||||
<p>{$val.description}</p>
|
||||
{/if}
|
||||
|
||||
{if $total_thread == 0}
|
||||
<h4>{l s='No new message'}</h4>
|
||||
<span class="message-mail">{l s='No new message'}</span>
|
||||
{else}
|
||||
<a href="{$currentIndex}&token={$token}&id_customer_thread={$id_customer_thread}&viewcustomer_thread" class="button">
|
||||
{$total_thread}
|
||||
@@ -65,7 +65,7 @@
|
||||
</div>
|
||||
{/foreach}
|
||||
|
||||
<div id="MeaningStatus">
|
||||
<div id="MeaningStatus" class="blocSAV">
|
||||
<h3> {l s='Meaning of status'}</h3>
|
||||
<ul>
|
||||
<li><img src="../img/admin/status_green.png" alt="{l s='Open'}">{l s='Open'}</li>
|
||||
@@ -76,10 +76,10 @@
|
||||
</div>
|
||||
|
||||
<div id="CustomerService">
|
||||
<table cellspacing="1" class="table">
|
||||
<table ccellspacing="0" cellpadding="0" class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="2">{l s='Customer service'} : {l s='Statistics'}</td>
|
||||
<th colspan="2">{l s='Customer service'} : {l s='Statistics'}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -88,7 +88,7 @@
|
||||
{assign var=count value=$count+1}
|
||||
<tr {if $count % 2 == 0}class="alt_row"{/if}>
|
||||
<td>{$key}</td>
|
||||
<td>{$val}</td>
|
||||
<td><span>{$val}</span></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
|
||||
@@ -56,7 +56,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="text-align:center;">
|
||||
<td><div class="clear"> </div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width:150px;"></td>
|
||||
<td>
|
||||
<input type="submit" name="submitCustomizationConfiguration" value="{l s='Update settings'}" class="button" onclick="this.form.action += '&addproduct&tabs=5';" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
+57
-11
@@ -1313,6 +1313,8 @@ html[xmlns] .clearfix {
|
||||
.tr_odd {
|
||||
background-color:#eff4f9;
|
||||
}
|
||||
|
||||
|
||||
.table_info_details tr td.td_align_left{
|
||||
font-weight:normal;
|
||||
text-align: left;
|
||||
@@ -1954,28 +1956,56 @@ ul.connectedSortable li.module_list {
|
||||
|
||||
/* Customer Thread */
|
||||
#CustomerThreadContacts{
|
||||
float:left;
|
||||
border:0;
|
||||
|
||||
}
|
||||
#CustomerThreadContacts div {
|
||||
background-color:#EFEFEF;
|
||||
|
||||
#CustomerThreadContacts div.blocSAV {
|
||||
float:left;
|
||||
margin:0 10px 10px 0;
|
||||
border:1px solid #CFCFCF;
|
||||
min-height:178px;
|
||||
width:24%;
|
||||
border:1px solid #ccc;
|
||||
background-color:#f8f8f8;
|
||||
}
|
||||
|
||||
#MeaningStatus {
|
||||
float:left;
|
||||
}
|
||||
|
||||
#CustomerThreadContacts p {
|
||||
font-family: Georgia,Arial, Helvetica;
|
||||
font-style:italic;
|
||||
overflow:hidden;
|
||||
line-height:15px;
|
||||
font-size:13px;
|
||||
line-height:18px;
|
||||
height:45px;
|
||||
margin:0;
|
||||
padding:0 5px;
|
||||
padding:10px;
|
||||
border-top:1px solid #fff;
|
||||
border-bottom:1px solid #ccc;
|
||||
text-align:center;
|
||||
margin:0 auto;
|
||||
}
|
||||
|
||||
#CustomerThreadContacts .message-mail {
|
||||
display:block;
|
||||
text-align:center;
|
||||
padding:25px 10px;
|
||||
border-top:1px solid #fff;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#CustomerThreadContacts h3 {
|
||||
font-size:16px;
|
||||
font-weight:normal;
|
||||
overflow:hidden;
|
||||
line-height:25px;
|
||||
color:#812143;
|
||||
height:25px;
|
||||
margin:0;
|
||||
padding:5px 10px;
|
||||
background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
|
||||
background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
#CustomerThreadContacts a {
|
||||
padding:0 5px;
|
||||
@@ -1992,12 +2022,12 @@ ul.connectedSortable li.module_list {
|
||||
padding:0 5px;
|
||||
}
|
||||
#CustomerThreadContacts div#CustomerService {
|
||||
width:300px;
|
||||
float:left;
|
||||
background:none;
|
||||
border:none;
|
||||
}
|
||||
#CustomerThreadContacts div#CustomerService table.table {
|
||||
width:300px;
|
||||
|
||||
}
|
||||
#CustomerThreadContacts div#CustomerService table.table thead{
|
||||
margin:0;
|
||||
@@ -2008,14 +2038,30 @@ ul.connectedSortable li.module_list {
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
}
|
||||
#CustomerThreadContacts div#CustomerService table.table tr td span{
|
||||
font-weight:bold;
|
||||
font-size:14px;
|
||||
}
|
||||
|
||||
#CustomerThreadContacts div#MeaningStatus{
|
||||
width:300px
|
||||
float:left;
|
||||
}
|
||||
#ChangeStatus{
|
||||
position:absolute;
|
||||
margin:20px 20px 0 0;
|
||||
right:10px;
|
||||
}
|
||||
#CustomerService table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#CustomerService .table tr.alt_row {
|
||||
background-color: #EFF4F9;
|
||||
}
|
||||
|
||||
#CustomerService .table tr td {
|
||||
border:none;
|
||||
}
|
||||
|
||||
/* ScrollTop */
|
||||
div#scrollTop a{
|
||||
|
||||
+4
-1
@@ -7,10 +7,13 @@ body {
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
background-image: url('../img/admin/bg-admin-gradient.png'),url('../img/admin/bg-admin.jpg');
|
||||
background-image: url('../img/admin/bg-admin.jpg');
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
body #main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #902F52;
|
||||
font-size: 20pt;
|
||||
|
||||
Reference in New Issue
Block a user