/** * 2007-2015 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ /* start */ .bootstrap #dashboard #dashactivity svg { height: 150px; } /* end */ #dashactivity .activity-section { position: relative; padding-bottom: 2px; margin-bottom: 15px; border-bottom: 2px solid #D3D8DB; } #dashactivity .title span { margin-bottom: 4px; font-weight: bold; font-size: 18px; color: #555555; } #dashactivity .value { position: absolute; top: 0; right: 0; text-align: right; } #dashactivity .value span { font-weight: bold; font-size: 18px; text-align: right; color: #555555; } #dashactivity .sub-title small { font-weight: normal; font-size: 12px; color: #999999; } #dashactivity .activity-section a, a:hover, a:active { color: #555555; } #dashactivity .stats-list { position: relative; list-style: none; margin: 0; padding: 0; padding-top: 10px; } #dashactivity .stats-list > li:not(:last-child) { margin-bottom: 10px; } #dashactivity .stats-list .item-label span { margin-bottom: 4px; font-size: 16px; color: #555555; } #dashactivity .stats-list .item-label.heading span { font-size: 14px; font-weight: bold; } #dashactivity .stats-list .item-value { position: absolute; right: 0; text-align: right; } #dashactivity .stats-list .item-value span { font-weight: bold; font-size: 18px; text-align: right; color: #555555; } #dashactivity #dash_traffic { border: none; } #dashactivity #dash_traffic .stats-list .data_list_small { list-style: none; } #dashactivity #dash_traffic #dash_traffic_chart2 { margin-top: -30px; margin-bottom: -40px; } #dashactivity #dash_traffic_chart2 svg { height: 200px !important; /* default size override */ }