Add CSS files
This commit is contained in:
8
themes/Sugar5/css/MyMenu.css
Executable file
8
themes/Sugar5/css/MyMenu.css
Executable file
@@ -0,0 +1,8 @@
|
||||
@charset "utf-8";
|
||||
/* CSS MyMenu DK */
|
||||
|
||||
.myTabListDiv { position:absolute; z-index:999; height:auto; width:auto; cursor:pointer; }
|
||||
.myTabListDiv span, .myTabListDiv span:hover { text-align:left; background-color:#FFFFFF; width:auto; border-left:1px #CCCCCC solid; border-right:1px #CCCCCC solid; }
|
||||
.myTabListDiv span a, .myTabListDiv span a:hover, .myTabListDiv span a:visited { margin-right:3px; text-decoration:none; color:#000000; font-family: Arial,Verdana, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight:100; }
|
||||
.myTabListDiv span a img { margin-right:4px; vertical-align:bottom; border:none; }
|
||||
.myTabListDiv span a:hover { background-color:#DDDDDD; }
|
||||
258
themes/Sugar5/css/chart.css
Executable file
258
themes/Sugar5/css/chart.css
Executable file
@@ -0,0 +1,258 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
.chartTitle {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #444444;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.units {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.groupName {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.noData {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.data {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.drillTip {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.toolTips {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.flyOutTitle{
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
||||
.flyOutText{
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.flyOutSelected{
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.flyOutDisabled{
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.wedgeLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.barValueLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.barValueLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #0000FF;
|
||||
}
|
||||
|
||||
.horizontalBarValueLabels {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.horizontalBarValueLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #0000FF;
|
||||
}
|
||||
|
||||
.horizontalBarGroupLabels {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.barGroupLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.yAxisLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelLeftLabels {
|
||||
font-family: Arial;
|
||||
text-align: right;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelRightLabels {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelLeftLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: right;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelRightLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
.gaugeLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.gaugeNumber {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.legendEntry {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
.legendEntryOver {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.squeezedWedgeLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
249
themes/Sugar5/css/deprecated.css
Executable file
249
themes/Sugar5/css/deprecated.css
Executable file
@@ -0,0 +1,249 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
/** DEPRECATED STYLES **/
|
||||
|
||||
.tabForm
|
||||
{
|
||||
background-color:#F6F6F6;
|
||||
color:#000000;
|
||||
border-bottom:1px solid;
|
||||
border-top:2px solid;
|
||||
border-bottom-color:#ABC3D7;
|
||||
border-top-color:#4E8CCF;
|
||||
font-size:12px;
|
||||
margin-bottom:5px;
|
||||
padding:10px 6px 12px 10px;
|
||||
}
|
||||
|
||||
.dataLabel
|
||||
{
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
text-align:left;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.dataField
|
||||
{
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.tabDetailView
|
||||
{
|
||||
border-bottom:2px solid;
|
||||
border-top:2px solid;
|
||||
margin-bottom:10px;
|
||||
margin-top:2px;
|
||||
border-bottom-color:#ABC3D7;
|
||||
border-top-color:#4E8CCF;
|
||||
}
|
||||
|
||||
.tabDetailView td table td
|
||||
{
|
||||
border: 0;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.tabDetailView tr.pagination td
|
||||
{
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
}
|
||||
|
||||
.tabDetailView tr.pagination td table td
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabDetailViewDL
|
||||
{
|
||||
background-color:#F6F6F6;
|
||||
color:#000000;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
font-size:12px;
|
||||
padding:5px 6px;
|
||||
text-align:right;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.tabDetailViewDF
|
||||
{
|
||||
background-color:#FFFFFF;
|
||||
color:#444444;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
font-size:12px;
|
||||
padding:5px 10px 5px 8px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.listViewThS1
|
||||
{
|
||||
background:#EBEBED none repeat scroll 0 0;
|
||||
border-color:#CCCCCC -moz-use-text-color;
|
||||
border-style:solid none;
|
||||
border-width:1px medium;
|
||||
font-size:11px;
|
||||
font-weight:bold;
|
||||
padding:4px 5px;
|
||||
text-align:left;
|
||||
}
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
/** DEPRECATED STYLES **/
|
||||
|
||||
.tabForm
|
||||
{
|
||||
background-color:#F6F6F6;
|
||||
color:#000000;
|
||||
border-bottom:1px solid;
|
||||
border-top:2px solid;
|
||||
border-bottom-color:#ABC3D7;
|
||||
border-top-color:#4E8CCF;
|
||||
font-size:12px;
|
||||
margin-bottom:5px;
|
||||
padding:10px 6px 12px 10px;
|
||||
}
|
||||
|
||||
.dataLabel
|
||||
{
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
text-align:left;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.dataField
|
||||
{
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.tabDetailView
|
||||
{
|
||||
border-bottom:2px solid;
|
||||
border-top:2px solid;
|
||||
margin-bottom:10px;
|
||||
margin-top:2px;
|
||||
border-bottom-color:#ABC3D7;
|
||||
border-top-color:#4E8CCF;
|
||||
}
|
||||
|
||||
.tabDetailView td table td
|
||||
{
|
||||
border: 0;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.tabDetailView tr.pagination td
|
||||
{
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
}
|
||||
|
||||
.tabDetailView tr.pagination td table td
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabDetailViewDL
|
||||
{
|
||||
background-color:#F6F6F6;
|
||||
color:#000000;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
font-size:12px;
|
||||
padding:5px 6px;
|
||||
text-align:right;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.tabDetailViewDF
|
||||
{
|
||||
background-color:#FFFFFF;
|
||||
color:#444444;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
font-size:12px;
|
||||
padding:5px 10px 5px 8px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.listViewThS1
|
||||
{
|
||||
background:#EBEBED none repeat scroll 0 0;
|
||||
border-color:#CCCCCC -moz-use-text-color;
|
||||
border-style:solid none;
|
||||
border-width:1px medium;
|
||||
font-size:11px;
|
||||
font-weight:bold;
|
||||
padding:4px 5px;
|
||||
text-align:left;
|
||||
}
|
||||
41
themes/Sugar5/css/print.css
Executable file
41
themes/Sugar5/css/print.css
Executable file
@@ -0,0 +1,41 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
#header, #mass_update_table, #massupdate_form, #massupdate_header, #leftHandle, .subpanelTablist {
|
||||
display: none;
|
||||
}
|
||||
.listViewPaginationTdS1, .listViewButtons, .search_form , .tablist, .utilsLink, .button, .tabForm{
|
||||
display: none;
|
||||
}
|
||||
3659
themes/Sugar5/css/style.css
Executable file
3659
themes/Sugar5/css/style.css
Executable file
File diff suppressed because it is too large
Load Diff
65
themes/Sugar5/css/wizard.css
Executable file
65
themes/Sugar5/css/wizard.css
Executable file
@@ -0,0 +1,65 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
#welcome
|
||||
{
|
||||
border-right: none !important;
|
||||
}
|
||||
|
||||
div.screen div.edit.view
|
||||
{
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
div.screen div.edit.view td,
|
||||
div.screen div.edit.view th
|
||||
{
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
div.nav-buttons
|
||||
{
|
||||
background-color: #F6F6F6;
|
||||
padding: 1em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.dashletPanelMenu
|
||||
{
|
||||
border-left: 1px solid #4E8CCF;
|
||||
border-right: 1px solid #4E8CCF;
|
||||
border-bottom: 1px solid #4E8CCF;
|
||||
}
|
||||
6223
themes/Sugar5/css/yui.css
Executable file
6223
themes/Sugar5/css/yui.css
Executable file
File diff suppressed because it is too large
Load Diff
257
themes/default/css/chart.css
Executable file
257
themes/default/css/chart.css
Executable file
@@ -0,0 +1,257 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
.chartTitle {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #444444;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.units {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
color: #555555;
|
||||
}
|
||||
|
||||
.groupName {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.noData {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.data {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.drillTip {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.toolTips {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.flyOutTitle{
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
||||
.flyOutText{
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.flyOutSelected{
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.flyOutDisabled{
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.wedgeLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.barValueLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.barValueLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #0000FF;
|
||||
}
|
||||
|
||||
.horizontalBarValueLabels {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.horizontalBarValueLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #0000FF;
|
||||
}
|
||||
|
||||
.horizontalBarGroupLabels {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.barGroupLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.yAxisLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelLeftLabels {
|
||||
font-family: Arial;
|
||||
text-align: right;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelRightLabels {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelLeftLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: right;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.funnelRightLabelsOver {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
.gaugeLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.gaugeNumber {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.legendEntry {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
}
|
||||
.legendEntryOver {
|
||||
font-family: Arial;
|
||||
text-align: left;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.squeezedWedgeLabels {
|
||||
font-family: Arial;
|
||||
text-align: center;
|
||||
font-size: 10px;
|
||||
font-weight: normal;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
124
themes/default/css/deprecated.css
Executable file
124
themes/default/css/deprecated.css
Executable file
@@ -0,0 +1,124 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
/** DEPRECATED STYLES **/
|
||||
|
||||
.tabForm
|
||||
{
|
||||
background-color:#F6F6F6;
|
||||
color:#000000;
|
||||
border-bottom:1px solid;
|
||||
border-top:2px solid;
|
||||
border-bottom-color:#ABC3D7;
|
||||
border-top-color:#4E8CCF;
|
||||
font-size:12px;
|
||||
margin-bottom:5px;
|
||||
padding:10px 6px 12px 10px;
|
||||
}
|
||||
|
||||
.dataLabel
|
||||
{
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
text-align:left;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.dataField
|
||||
{
|
||||
font-size:12px;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.tabDetailView
|
||||
{
|
||||
border-bottom:2px solid;
|
||||
border-top:2px solid;
|
||||
margin-bottom:10px;
|
||||
margin-top:2px;
|
||||
border-bottom-color:#ABC3D7;
|
||||
border-top-color:#4E8CCF;
|
||||
}
|
||||
|
||||
.tabDetailView td table td
|
||||
{
|
||||
border: 0;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.tabDetailView tr.pagination td
|
||||
{
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
}
|
||||
|
||||
.tabDetailView tr.pagination td table td
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tabDetailViewDL
|
||||
{
|
||||
background-color:#F6F6F6;
|
||||
color:#000000;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
font-size:12px;
|
||||
padding:5px 6px;
|
||||
text-align:right;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.tabDetailViewDF
|
||||
{
|
||||
background-color:#FFFFFF;
|
||||
color:#444444;
|
||||
border-bottom:1px solid #CBDAE6;
|
||||
font-size:12px;
|
||||
padding:5px 10px 5px 8px;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.listViewThS1
|
||||
{
|
||||
background:#EBEBED none repeat scroll 0 0;
|
||||
border-color:#CCCCCC -moz-use-text-color;
|
||||
border-style:solid none;
|
||||
border-width:1px medium;
|
||||
font-size:11px;
|
||||
font-weight:bold;
|
||||
padding:4px 5px;
|
||||
text-align:left;
|
||||
}
|
||||
44
themes/default/css/print.css
Executable file
44
themes/default/css/print.css
Executable file
@@ -0,0 +1,44 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
#header, #newRecord, #mass_update_table, #massupdate_form, #massupdate_header, #leftHandle, .subpanelTablist {
|
||||
display: none;
|
||||
}
|
||||
.listViewPaginationTdS1, .listViewButtons, .search_form , .tablist, .utilsLink, .button, .tabForm{
|
||||
display: none;
|
||||
}
|
||||
|
||||
div #content {
|
||||
margin-left: 2em;
|
||||
}
|
||||
0
themes/default/css/style.css
Executable file
0
themes/default/css/style.css
Executable file
171
themes/default/css/wizard.css
Executable file
171
themes/default/css/wizard.css
Executable file
@@ -0,0 +1,171 @@
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
#main #content {
|
||||
padding: 0;
|
||||
}
|
||||
.view h4 {
|
||||
font-size: 16px;
|
||||
color: #C60C30;
|
||||
}
|
||||
.view h2 {
|
||||
text-align: left;
|
||||
color: #C60C30;
|
||||
}
|
||||
#welcome
|
||||
{
|
||||
background-image: none;
|
||||
vertical-align: middle;
|
||||
margin-top: 0px;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.dashletPanelMenu .bd .bd-center .screen {
|
||||
|
||||
border: 0px none;
|
||||
background-color: transparent;
|
||||
display: none;
|
||||
width: 820px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.edit td[scope="row"]
|
||||
{
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.edit tr td[scope="row"],.edit tr th {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
div.nav-buttons
|
||||
{
|
||||
margin-top: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.screen div.edit.view
|
||||
{
|
||||
height: 440px;
|
||||
width: auto;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 20px !important;
|
||||
}
|
||||
|
||||
div.screen div.edit.view > table
|
||||
{
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
div.screen div.edit.view td
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.screen div.edit.view td i
|
||||
{
|
||||
display: block;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
div.screen div.edit.view th h2
|
||||
{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.dashletPanelMenu .bd .bd-center {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.edit, .detail, .detail > table {
|
||||
border-color: #aaa;
|
||||
}
|
||||
button,button[selected],button:focus {
|
||||
border: 1px solid #999;
|
||||
background-color: #fff;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-image: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#smtpButtonGroup img {
|
||||
}
|
||||
|
||||
#smtpButtonGroup button
|
||||
{
|
||||
height: 40px;
|
||||
}
|
||||
.yui-button .first-child{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.yui-button button, .yui-button a {
|
||||
border: 1px solid #ccc;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
.yui-button button:hover, .yui-button a:hover {
|
||||
border: 1px solid #999;
|
||||
color: #999;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.yui-button {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
.yui-radio-button-checked button, .yui-checkbox-button-checked button {
|
||||
background-color: #fff;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
div.screen .view td a
|
||||
{
|
||||
font-size: 14px;
|
||||
}
|
||||
.userWizWelcome {margin: 10px -30px 0pt 0pt; width: 770px;}
|
||||
#userWizFrame {width: 770px; height: 325px; border: none;}
|
||||
Reference in New Issue
Block a user