47 lines
1.1 KiB
CSS
47 lines
1.1 KiB
CSS
/*+**********************************************************************************
|
|
* Advanced Funnel Charts by SalesPlatform
|
|
* Copyright (C) 2011-2016 SalesPlatform Ltd
|
|
* All Rights Reserved.
|
|
* This extension is licensed to be used within one instance of Vtiger CRM.
|
|
* Source code or binaries may not be redistributed unless expressly permitted by SalesPlatform Ltd.
|
|
* If you have any questions or comments, please email: extensions@salesplatform.ru
|
|
************************************************************************************/
|
|
|
|
.spReportWidgetRefresh {
|
|
position: absolute;
|
|
margin-top: 100px;
|
|
z-index: 1;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.spWidgetDetailFullContainer {
|
|
height: 750px;
|
|
margin: 0 10px;
|
|
}
|
|
.spWidgetHomeFullContainer {
|
|
height: 250px;
|
|
margin: 0 10px;
|
|
}
|
|
.spIndicatorRow {
|
|
width: 100%;
|
|
margin: 0 3px;
|
|
float: left;
|
|
}
|
|
.spIndicatorLabel {
|
|
width: 75%;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
.spIndicatorValue {
|
|
width: 25%;
|
|
float: left;
|
|
text-align: right;
|
|
}
|
|
.spNoDataContainer {
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 50%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|