css adjusting
This commit is contained in:
parent
8e37d90b44
commit
f90f499f00
@ -765,7 +765,7 @@ class AdminCustomerThreads extends AdminTab
|
|||||||
$img_path = (isset($image_obj)?$image_obj->getExistingImgPath():'');
|
$img_path = (isset($image_obj)?$image_obj->getExistingImgPath():'');
|
||||||
}
|
}
|
||||||
$output .= '
|
$output .= '
|
||||||
<div style="float:left;width:100px;margin-right:10px;margin-bottom:5px; text-align:center;">
|
<div class="product-box">
|
||||||
<a target="_blank" href="index.php?tab=AdminCatalog&id_product='.(int)($product['id_product']).'&updateproduct&token='.Tools::getAdminToken('AdminCatalog'.(int)(Tab::getIdFromClassName('AdminCatalog')).(int)($cookie->id_employee)).'" title="'.$this->l('View product').'">
|
<a target="_blank" href="index.php?tab=AdminCatalog&id_product='.(int)($product['id_product']).'&updateproduct&token='.Tools::getAdminToken('AdminCatalog'.(int)(Tab::getIdFromClassName('AdminCatalog')).(int)($cookie->id_employee)).'" title="'.$this->l('View product').'">
|
||||||
<img width="62" src="'.(isset($img_path)?_THEME_PROD_DIR_.$img_path.'-small.jpg':'').'"/>
|
<img width="62" src="'.(isset($img_path)?_THEME_PROD_DIR_.$img_path.'-small.jpg':'').'"/>
|
||||||
<p><b>#'.(int)($product['id_product']).'</b><br />'.mb_strimwidth($product['name'], 0, 55, "...").'</p>
|
<p><b>#'.(int)($product['id_product']).'</b><br />'.mb_strimwidth($product['name'], 0, 55, "...").'</p>
|
||||||
|
@ -3548,6 +3548,20 @@ form.form-forward-message .button:focus{
|
|||||||
.panel-message .more-info ul li{
|
.panel-message .more-info ul li{
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
.panel-message .product-box{
|
||||||
|
float:left;
|
||||||
|
width:100px;
|
||||||
|
margin-right:10px;
|
||||||
|
margin-bottom:5px;
|
||||||
|
padding: 5px;
|
||||||
|
min-height: 152px;
|
||||||
|
text-align:center;
|
||||||
|
-moz-box-shadow: 1px 1px 2px 2px #cccccc;
|
||||||
|
-webkit-box-shadow: 1px 1px 2px 2px #ccc;
|
||||||
|
-ms-box-shadow: 1px 1px 2px 2px #cccccc;
|
||||||
|
-o-box-shadow: 1px 1px 2px 2px #cccccc;
|
||||||
|
box-shadow: 1px 1px 2px 2px #ccc;
|
||||||
|
}
|
||||||
.panel-message form label {
|
.panel-message form label {
|
||||||
width: auto;
|
width: auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -3619,14 +3633,6 @@ form.form-forward-message .button:focus{
|
|||||||
.panel-answer div:not(.styled-select) {
|
.panel-answer div:not(.styled-select) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
/*.panel-message select {
|
|
||||||
border: 1px solid #796dc7;
|
|
||||||
background-color: rgba(121,109,199,0.2);
|
|
||||||
}
|
|
||||||
.panel-message select.bg-rose {
|
|
||||||
border: 1px solid #e36ea2;
|
|
||||||
background: rgba(226,110,162,0.2);
|
|
||||||
}*/
|
|
||||||
.panel-answer textarea{
|
.panel-answer textarea{
|
||||||
width: 670px;
|
width: 670px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
Loading…
Reference in New Issue
Block a user