// change layout dashboard flexible, add button change view module list normal favorite

This commit is contained in:
vKham
2012-01-30 17:26:28 +00:00
parent 7198161661
commit 5342c35e1d
21 changed files with 230 additions and 91 deletions
+26 -1
View File
@@ -393,7 +393,7 @@ form#product_form h4 { font-size:18px; font-weight:normal;}
#moduleContainer .moduleDesc .metadata dl dd { padding-right:10px;}
#moduleContainer .moduleDesc .metadata dl dt { font-weight:bold; padding-right:5px;}
#moduleContainer .moduleDesc p.desc { color:#666; font-family: Georgia; font-style: italic; font-size:12px; display:block; clear:both;}
#moduleContainer .setup {background-color:#6db300;font-size:10px; color:#fff; text-transform:uppercase; position:relative; left:10px; padding:0px 4px; display: inline-block; border-radius:3px;}
#moduleContainer .setup {background-color:#6db300; font-weight:bold; font-size:10px; color:#fff; text-transform:uppercase; position:relative; left:10px; padding:0px 4px; display: inline-block; border-radius:3px;}
#moduleContainer .setup.non-install { background-color:#ec7000;}
#moduleContainer .setup.off{ background-color:#ccc;}
#moduleContainer .row-actions-module span { padding-right:5px;}
@@ -436,3 +436,28 @@ ul.listForm li {padding-bottom:3px;}
#footer .footerRight {float:right; margin-right:10px;}
#footer .footer_link, #footer .footer_link:hover { color:#268CCD;}
/*DASHBOARD*/
.pageTitleHome { font-size: 1.6em; font-weight: normal; margin:0; padding:10px 0;}
.pageTitleHome h3 { font-weight: normal; margin:0;}
#dashboard { background-color: #EBEDF4; border: 1px solid #C2C4D9; display: block; padding: 10px; position: relative; min-width:1200px;}
#dashboard h2 {font-size: 1.4em; font-weight:normal; margin:0 0 15px 0;}
#iframe {}
#iframe #video-content { float:left;}
#iframe {position:relative; display:block; min-height:180px;}
#adminpresentation #video { float:left; padding-right:15px; min-height:150px;}
#adminpresentation #video a { position:relative; height:128px; width:220px; display:block; padding:6px; }
#adminpresentation #video a img { }
#adminpresentation #video a span {background: transparent url("../img/play.png") no-repeat scroll left top; height:128px; width:220px; position:absolute; top:0; left:0; z-index:1; display:block; border:6px solid #fff; border-radius:3px; }
#adminpresentation #video a span:hover {background-position:left bottom;border:6px solid #C2C4D9; transition:background 0.5s;}
#adminpresentation #video-content { padding-left:10px; min-height:150px; }
#adminpresentation #video-content p { font-size:20px; line-height: 26px; color:#585A69; text-shadow: 0 1px 0 #fff;}
.view-modules { float:right; margin: 10px 0;}
.view-modules li { float:left;}
.view-modules li img { padding-right:5px;}
.view-modules li.normal-view-disabled { background: -moz-linear-gradient(center top ,#cccccc, #F9F9F9 ) repeat scroll 0 0 transparent; border-bottom-right-radius: 0; border-right: 1px solid #ccc; border-top-right-radius: 0; color:#999; }
.view-modules li.favorites-view-disabled { background: -moz-linear-gradient(center top ,#cccccc, #F9F9F9 ) repeat scroll 0 0 transparent; border-bottom-left-radius: 0; border-left: 1px solid #fff; border-top-left-radius: 0; color:#999; }
.view-modules li.normal-view-disabled:hover,
.view-modules li.favorites-view-disabled:hover {border-color: #CCCCCC #BBBBBB #A0A0A0;}
.view-modules li.favorites-view {border-bottom-left-radius: 0;border-left: 1px solid #fff; border-top-left-radius: 0;}
.view-modules li.normal-view {border-bottom-right-radius: 0;border-right: 1px solid #ccc; border-top-right-radius: 0;}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 998 B

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 998 B

After

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

@@ -24,12 +24,15 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="toolbarBox">
<div class="pageTitle">
<div class="pageTitleHome">
<span><h3>{l s='Dashboard'}</h3></span>
</div>
</div>
{if $upgrade}
<div id="dashboard">
<div id="homepage">
<div id="column_left">
{if $upgrade}
<div id="blockNewVersionCheck">
{if $upgrade->need_upgrade}
<div class="warning warn" style="margin-bottom:10px;"><h3>{l s ='New PrestaShop version available'} : <a style="text-decoration: underline;" href="{$upgrade->link}" target="_blank">{l s ='Download'} {$upgrade->version_name}</a> !</h3></div>
@@ -42,13 +45,20 @@
<p>{l s ='If you don\'t know how to do that, please contact your host administrator !'}</p><br />
{/if}
{if $employee->bo_show_screencast}
<div id="adminpresentation">
<iframe src="{$protocol}://screencasts.prestashop.com/v1.5/screencast.php?iso_lang={$isoUser}" style="border:none;width:100%;height:384px;" scrolling="no"></iframe>
<div id="adminpresentation" style="display:block;">
<h2>{l s ='Video'}</h2>
<div id="video">
<a href="{$protocol}://screencasts.dev.prestashop.com/screencast.php?iso_lang={$isoUser}" id="screencast_fancybox"><img height="128" width="220" src="http://screencasts.dev.prestashop.com/img/preview_fr.jpg" /><span class="mask-player"></span></a>
</div>
<div id="video-content">
<p>{l s ='Start now with PrestaShop and all new features to help you sell more and simplify management of your shop'}</p>
</div>
<div id="footer_iframe_home">
<!--<a href="#">{l s ='View more video tutorials'}</a>-->
<input type="checkbox" id="screencast_dont_show_again">
<label for="screencast_dont_show_again">{l s='don\'t show again'}</label>
</div>
<div class="separation"></div>
</div>
<script type="text/javascript">
$(document).ready(function() {
@@ -84,11 +94,9 @@ $(document).ready(function() {
});
});
</script>
<div class="clear"></div>
{/if}
<div id="homepage">
<div id="column_left">
<h2>{l s='Quick link'}</h2>
<ul class="F_list clearfix">
{foreach from=$quick_links key=k item=link}
<li id="{$k}_block">
@@ -99,20 +107,32 @@ $(document).ready(function() {
</li>
{/foreach}
</ul>
<div class="separation"></div>
<div id="partner_preactivation"><h2>{l s='Your Required'}</h2><p class="center"><img src="../img/loader.gif" alt="" /></p>
<div class="separation"></div>
</div>
{$tips_optimization}
<div id="discover_prestashop"><p class="center"><img src="../img/loader.gif" alt="" />{l s='Loading...'}</p></div>
</div>
<div id="column_right">
<h2>{l s='Your Indicators'}</h2>
{$monthly_statistics}
{$customers_service}
{$stats_sales}
{$last_orders}
<div id="column_right">
{$tips_optimization}
<div id="partner_preactivation"><p class="center"><img src="../img/loader.gif" alt="" />{l s='Loading...'}</p></div>
<div id="discover_prestashop"><p class="center"><img src="../img/loader.gif" alt="" />{l s='Loading...'}</p></div>
</div>
{hook h="displayBackOfficeHome"}
</div>
<div class="clear">&nbsp;</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
if ({$refresh_check_version})
@@ -192,5 +212,27 @@ $(document).ready(function() {
$('#discover_prestashop').fadeOut('slow');
}
});
$('#screencast_fancybox').bind('click', function(event)
{
$.fancybox(
this.href,
{
'width' : 660,
'height' : 384,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe',
'scrolling' : 'no',
'onComplete' : function()
{
// Rewrite some css properties of Fancybox
$('#fancybox-wrap').css('width', '');
$('#fancybox-content').css('background-color', '');
$('#fancybox-content').css( 'border', '');
}
});
event.preventDefault();
});
});
</script>
@@ -1,23 +1,25 @@
<div id="productBox">
{include file='controllers/modules/header.tpl'}
<ul class="view-modules">
<li class="button normal-view"><a href="index.php?controller={$smarty.get.controller|htmlentities}&token={$smarty.get.token|htmlentities}"><img src="themes/default/img/modules_view_layout_sidebar.png" alt="{l s='Normal view'}" border="0" /><span>{l s='Normal view'}</span></a></li>
<li class="button favorites-view-disabled"><img src="themes/default/img/modules_view_table_select_row.png" alt="{l s='Favorites view'}" border="0" /><span>{l s='Favorites view'}</span></li>
</ul>
<a href="index.php?controller={$smarty.get.controller|htmlentities}&token={$smarty.get.token|htmlentities}"><img src="themes/default/img/modules_view_layout_sidebar_grey.png" alt="{l s='Normal view'}" border="0" /></a>
<img src="themes/default/img/modules_view_table_select_row.png" alt="{l s='Favorites view'}" border="0" /><br />
<div id="container">
<div id="moduleContainer" style="padding:0px;margin:0px;padding-top:15px">
<table cellspacing="0" cellpadding="0" style="width: 100%; margin-bottom:10px;" class="table" id="">
<col width="20px">
<col width="30px">
<col width="240px">
<col width="">
<col width="140px">
<col width="180px">
<col width="320px">
<col width="80px">
<col width="100px">
<col width="70px">
<col width="70px">
<col width="70px">
<col width="130px">
</colgroup>
<thead>
<tr class="nodrag nodrop">
@@ -29,9 +29,11 @@
{include file='controllers/modules/header.tpl'}
{include file='controllers/modules/filters.tpl'}
<br />
<img src="themes/default/img/modules_view_layout_sidebar.png" alt="{l s='Normal view'}" border="0" />
<a href="index.php?controller={$smarty.get.controller|htmlentities}&token={$smarty.get.token|htmlentities}&select=favorites"><img src="themes/default/img/modules_view_table_select_row_grey.png" alt="{l s='Favorites view'}" border="0" /></a><br />
<ul class="view-modules">
<li class="button normal-view-disabled"><img src="themes/default/img/modules_view_layout_sidebar.png" alt="{l s='Normal view'}" border="0" /><span>{l s='Normal view'}</span></li>
<li class="button favorites-view"><a href="index.php?controller={$smarty.get.controller|htmlentities}&token={$smarty.get.token|htmlentities}&select=favorites"><img src="themes/default/img/modules_view_table_select_row.png" alt="{l s='Favorites view'}" border="0" /><span>{l s='Favorites view'}</span></a></li>
</ul>
<div id="container">
<!--start sidebar module-->
+52 -19
View File
@@ -89,9 +89,9 @@ class AdminHomeControllerCore extends AdminController
$shopEnabled = (Configuration::get('PS_SHOP_ENABLE') ? 2 : 1);
$lights = array(
0 => array('image'=>'bullet_red.png','color'=>'red'),
1 => array('image'=>'bullet_orange.png','color'=>'orange'),
2 => array('image'=>'bullet_green.png','color'=>'green'));
0 => array('image'=>'cross.png','color'=>'red'),
1 => array('image'=>'error.png','color'=>'orange'),
2 => array('image'=>'tick.png','color'=>'green'));
if ($rewrite + $htaccessOptimized + $smartyOptimized + $cccOptimized + $shopEnabled + $htaccessAfterUpdate + $indexRebuiltAfterUpdate != 14)
@@ -158,6 +158,7 @@ class AdminHomeControllerCore extends AdminController
if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)
$this->addJqueryPlugin('excanvas');
$this->addJqueryPlugin('flot');
$this->addJqueryPlugin('fancybox');
}
protected function warnDomainName()
@@ -172,26 +173,50 @@ class AdminHomeControllerCore extends AdminController
protected function getQuickLinks()
{
$quick_links['first'] = array(
'href' => $this->context->link->getAdminLink('AdminCategories').'&amp;addcategory',
'title' => $this->l('New category'),
'href' => $this->context->link->getAdminLink('AdminStats'),
'title' => $this->l('Product sold recently'),
'description' => $this->l('Create a new category and organize your products.'),
);
$quick_links['second'] = array(
'href' => $this->context->link->getAdminLink('AdminProducts').'&amp;addproduct',
'title' => $this->l('New product'),
'href' => $this->context->link->getAdminLink('AdminOrders').'&amp;addorder',
'title' => $this->l('New order'),
'description' => $this->l('Fill up your catalog with new articles and attributes.'),
);
$quick_links['third'] = array(
'href' => $this->context->link->getAdminLink('AdminStats'),
'title' => $this->l('Statistics'),
'href' => $this->context->link->getAdminLink('AdminSpecificPriceRule').'&amp;addspecific_price_rule',
'title' => $this->l('New Specific Price'),
'description' => $this->l('Manage your activity with a thorough analysis of your e-shop.'),
);
$quick_links['fourth'] = array(
'href' => $this->context->link->getAdminLink('AdminEmployees').'&amp;addemployee',
'title' => $this->l('New employee'),
'href' => $this->context->link->getAdminLink('AdminProducts').'&amp;addproduct',
'title' => $this->l('New Product'),
'description' => $this->l('Add a new employee account and discharge a part of your duties of shop owner.'),
);
$quick_links['fifth'] = array(
'href' => $this->context->link->getAdminLink('AdminModules').'&amp;addcategory',
'title' => $this->l('New module'),
'description' => $this->l('Create a new category and organize your products.'),
);
$quick_links['sixth'] = array(
'href' => $this->context->link->getAdminLink('AdminOrders').'&amp;id_order',
'title' => $this->l('New admin order'),
'description' => $this->l('Fill up your catalog with new articles and attributes.'),
);
$quick_links['seventh'] = array(
'href' => $this->context->link->getAdminLink('AdminCmsContent').'&amp;addcms',
'title' => $this->l('New Page CMS'),
'description' => $this->l('Manage your activity with a thorough analysis of your e-shop.'),
);
$quick_links['eighth'] = array(
'href' => $this->context->link->getAdminLink('AdminCartRules').'&amp;addcart_rule',
'title' => $this->l('New Cart Rules'),
'description' => $this->l('Add a new employee account and discharge a part of your duties of shop owner.'),
);
return $quick_links;
@@ -206,7 +231,11 @@ class AdminHomeControllerCore extends AdminController
$content = '
<div class="table_info" id="table_info_last">
<h5><a href="index.php?tab=AdminCustomerThreads&token='.Tools::getAdminTokenLite('AdminCustomerThreads').'">'.$this->l('View more').'</a> '.$this->l('Customers service').'</h5>
<table class="table_info_details">
<table class="table_info_details" style="width:100%;">
<colgroup>
<col width=""></col>
<col width="80px"></col>
</colgroup>
<tr class="tr_odd">
<td class="td_align_left">
'.$this->l('Thread unread').'
@@ -269,7 +298,11 @@ class AdminHomeControllerCore extends AdminController
$content = '<div class="table_info">
<h5><a href="index.php?tab=AdminStats&token='.Tools::getAdminTokenLite('AdminStats').'">'.$this->l('View more').'</a> '.$this->l('Monthly Statistics').' </h5>
<table class="table_info_details">
<table class="table_info_details" style="width:100%;">
<colgroup>
<col width=""></col>
<col width="80px"></col>
</colgroup>
<tr class="tr_odd">
<td class="td_align_left">
'.$this->l('Sales').'
@@ -337,7 +370,7 @@ class AdminHomeControllerCore extends AdminController
public function getLastOrders()
{
$content = '
<table cellpadding="0" cellspacing="0" id="table_customer">
<table cellpadding="0" cellspacing="0" id="table_customer" style="width:100%;">
<thead>
<tr>
<th class="order_id"><span class="first">'.$this->l('ID').'</span></th>
@@ -371,7 +404,7 @@ class AdminHomeControllerCore extends AdminController
$content .= '
</tbody>
</table>
</div>';
';
return $content;
}
@@ -437,16 +470,16 @@ class AdminHomeControllerCore extends AdminController
$result['discover_prestashop'] = '<div id="block_tips">'.$this->getBlockDiscover().'</div>';
if (@fsockopen('api.prestashop.com', 80, $errno, $errst, AdminHomeController::TIPS_TIMEOUT))
$result['discover_prestashop'] .= '<div id="block_discover"><iframe frameborder="no" style="margin: 0px; padding: 0px; width: 315px; height: 290px;" src="'.$protocol.'://api.prestashop.com/rss/news2.php?v='._PS_VERSION_.'&lang='.$isoUser.'"></iframe></div>';
$result['discover_prestashop'] .= '<div class="row-news"><div id="block_discover"><iframe frameborder="no" style="margin: 0px; padding: 0px; width: 100%; height:250px; overflow:hidden;" src="'.$protocol.'://www.dev.prestashop.com/rss/news2.php?v='._PS_VERSION_.'&lang='.$isoUser.'"></iframe></div>';
else
$result['discover_prestashop'] .= '';
// SHOW PAYPAL TIPS
$content = '';
$content = @file_get_contents($protocol.'://api.prestashop.com/partner/paypal/paypal-tips.php?protocol='.$protocol.'&iso_country='.$isoCountry.'&iso_lang='.Tools::strtolower($isoUser).'&id_lang='.(int)Context::getContext()->language->id, false, $stream_context);
$content = @file_get_contents($protocol.'://www.dev.prestashop.com/partner/paypal/paypal-tips.php?protocol='.$protocol.'&iso_country='.$isoCountry.'&iso_lang='.Tools::strtolower($isoUser).'&id_lang='.(int)Context::getContext()->language->id, false, $stream_context);
$content = explode('|', $content);
if ($content[0] == 'OK' && Validate::isCleanHtml($content[1]))
$result['discover_prestashop'] .= '<div id="block_partner_tips">'.$content[1].'</div>';
$result['discover_prestashop'] .= '<div id="block_partner_tips">'.$content[1].'</div></div>';
$this->content = Tools::jsonEncode($result);
}
@@ -514,7 +547,7 @@ class AdminHomeControllerCore extends AdminController
$isoUser = Context::getContext()->language->iso_code;
$isoCountry = Context::getContext()->country->iso_code;
$content = @file_get_contents($protocol.'://api.prestashop.com/partner/prestashop/prestashop-link.php?iso_country='.$isoCountry.'&iso_lang='.Tools::strtolower($isoUser).'&id_lang='.(int)Context::getContext()->language->id, false, $stream_context);
$content = @file_get_contents($protocol.'://localhost:8888/partner/prestashop/prestashop-link.php?iso_country='.$isoCountry.'&iso_lang='.Tools::strtolower($isoUser).'&id_lang='.(int)Context::getContext()->language->id, false, $stream_context);
if (!$content)
return ''; // NOK
+76 -45
View File
@@ -1105,13 +1105,8 @@ html[xmlns] .clearfix {
margin-top: 5px;
}
#adminpresentation{
width: 902px;
border:1px solid #cccccc;
background-color: #F8F8F8;
float: left;
margin: 0 0 15px;
padding: 10px;
position:relative;
width:100%;
}
#listpresentation{
@@ -1160,14 +1155,14 @@ html[xmlns] .clearfix {
#footer_iframe_home{
position:absolute;
top:379px;
left:675px;
top:0;
right:0;
}
#footer_iframe_home label{
float: none;
padding-left: 10px;
color: #903E5B;
color: #585A69;
font-weight:normal;
line-height: 15px;
}
@@ -1183,19 +1178,27 @@ html[xmlns] .clearfix {
}
#column_left{
width: 610px;
width: 49.1%;
float: left;
padding-top: 5px;
}
#column_right{
width: 315px;
width: 49.1%;
float: right;
padding-top: 5px;
padding:0;
}
#column_right .table_info {
width:48.1%;
float:left;
}
#column_right #table_info_last.table_info {
width:48.1%;
float:right;
}
/*homepage*/
#homepage { width:925px;}
.F_list{
list-style: none;
@@ -1204,46 +1207,64 @@ html[xmlns] .clearfix {
}
#first_block a, #second_block a, #third_block a, #fourth_block a{ background: #F8F8F8 none no-repeat scroll center 6px;}
#first_block a, #second_block a, #third_block a, #fourth_block a,
#fifth_block a, #sixth_block a, #seventh_block a, #eighth_block a{ background: #F8F8F8 none no-repeat scroll center 25px;}
#first_block a{
background-image: url('../img/admin/folder_add.png');
margin-left:0;
background-image: url('../img/admin/package_go.png');
}
#second_block a{
background-image: url('../img/admin/package_add.png');
background-image: url('../img/admin/cart_add.png');
}
#third_block a {
background-image: url('../img/admin/chart_bar.png');
background-image: url('../img/admin/book.png');
}
#fourth_block a{
background-image: url('../img/admin/user_add.png');
background-image: url('../img/admin/package_add.png');
}
#fifth_block a{
background-image: url('../img/admin/plugin_add.png');
}
#sixth_block a{
background-image: url('../img/admin/cart_remove.png');
}
#seventh_block a {
background-image: url('../img/admin/page_white_add.png');
}
#eighth_block a{
background-image: url('../img/admin/advertising.png');
}
.F_list li{
float: left;
margin-right:15px;
margin-bottom:15px;
display: block;
}
.F_list li h4{
width: 115px;
font-size: 14px;
font-weight:bold;
margin-top: 35px;
width: 95px;
font-size: 11px;
font-weight:normal;
margin-top: 55px;
margin-bottom: 0;
line-height: 14px;
line-height: 16px;
}
.F_list a{
float:left;
color: #333;
width: 125px;
margin-left: 14px;
width: 95px;
border: 1px solid #ccc;
padding: 5px;
height: 120px;
height: 95px;
text-align:center;
border-radius:3px;
}
@@ -1254,16 +1275,16 @@ html[xmlns] .clearfix {
.F_list li p{
font-size: 8pt;
display:none;
}
.table_info{
width: 283px;
float: left;
padding: 0;
padding:0;
margin:0;
border: 1px solid #ccc;
margin-right: 15px;
margin-top: 20px;
border-radius:3px;
background-color:#fff;
}
.table_info h5{
@@ -1310,7 +1331,6 @@ html[xmlns] .clearfix {
.table_info_details{
border-collapse: collapse;
width: 283px;
border: none;
}
@@ -1334,8 +1354,7 @@ html[xmlns] .clearfix {
font-weight:normal;
text-align: left;
padding-left: 10px;
width: 150px;
font-size:12px;
font-size:13px;
}
.table_info_details tr td{
@@ -1347,11 +1366,12 @@ html[xmlns] .clearfix {
#table_info_large{
margin-top: 20px;
margin-bottom: 20px;
width: 586px;
width: 100%;
float: left;
padding: 0;
border: 1px solid #ccc;
border-radius:3px;
background-color:#fff;
}
#table_info_large h5{
@@ -1379,11 +1399,13 @@ html[xmlns] .clearfix {
width: 586px;
height: 175px;
background-color: #fff;
margin: 15px auto;
text-align: center;
}
.admin-box1{
background-color:#F8F8F8;
width: 310px;
width: 48.1%;
float: left;
padding: 0;
border: 1px solid #ccc;
@@ -1407,14 +1429,14 @@ html[xmlns] .clearfix {
}
.admin-box2{
width: 310px;
float: left;
float: right;
padding: 0;
border: 1px solid #CCCCCC;
font-size: 8pt;
margin-bottom: 20px;
background-color: #f2f2f2;
border-radius:3px;
width:100%;
}
.admin-box2 h5{
@@ -1430,6 +1452,7 @@ html[xmlns] .clearfix {
font-weight:normal;
}
#discover_prestashop { width:48.1% !important; float:right !important;}
.admin-home-box-list li img{
margin: 0 5px;
@@ -1481,10 +1504,10 @@ html[xmlns] .clearfix {
#table_customer{
border:1px solid #ccc;
width: 590px;
cellpadding: 0;
cellspacing: 0;
border-radius:3px;
background-color:#fff;
}
#table_customer thead span{
@@ -1494,13 +1517,13 @@ html[xmlns] .clearfix {
text-shadow: 0 1px 0 #fff;
line-height: 35px;
display: block;
text-align: center;
height: 30px;
height: 39px;
border-left: none;
border-right: none;
}
#table_customer thead span.first{
text-align: center;
}
#table_customer thead span.last{
@@ -1547,8 +1570,8 @@ html[xmlns] .clearfix {
#table_customer tbody tr td{
border: none;
padding-left: 10px;
height: 35px;
font-size:12px;
}
#table_info_news{
@@ -2246,6 +2269,7 @@ margin-bottom:7px;
width: 300px;
}
#container_category_tree {
border: 1px solid #ccc;
border-radius: 3px;
@@ -2258,4 +2282,11 @@ margin-bottom:7px;
#container_category_tree a input{
margin-right: 3px;
}
}
#block_tips {float:right; width:48.1%}
#block_discover {float:left; width:48.1%}
#block_partner_tips {float:right; width:48.1%}
.row-news { width:100%;float:left;}
#table_info_news { border:1px solid #ccc;}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 741 B

After

Width:  |  Height:  |  Size: 543 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B

+5 -1
View File
@@ -49,6 +49,7 @@
}
#fancybox-overlay {
background-color :#000 !important;
position: absolute;
top: 0;
left: 0;
@@ -66,13 +67,16 @@
}
#fancybox-wrap {
background: none repeat scroll 0 0 rgb(255, 255, 255) !important;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) !important;
position: absolute;
top: 0;
left: 0;
padding: 20px;
padding: 8px;
z-index: 1101;
outline: none;
display: none;
border-radius:8px;
}
#fancybox-outer {