css
This commit is contained in:
parent
cc24e9b155
commit
51963f4c2a
@ -48,7 +48,7 @@ $modules = array(
|
||||
),
|
||||
array(
|
||||
'code' => 'MAIN_DELAY_TASKS_TODO',
|
||||
'img' => 'task'
|
||||
'img' => 'projecttask'
|
||||
)
|
||||
),
|
||||
'propal' => array(
|
||||
@ -107,10 +107,6 @@ $modules = array(
|
||||
array(
|
||||
'code' => 'MAIN_DELAY_MEMBERS',
|
||||
'img' => 'user'
|
||||
),
|
||||
array(
|
||||
'code' => 'MAIN_DELAY_MEMBERS_SHIFT',
|
||||
'img' => 'user'
|
||||
)
|
||||
),
|
||||
'expensereport' => array(
|
||||
|
||||
@ -168,7 +168,7 @@ MembersStatisticsByState=Members statistics by state/province
|
||||
MembersStatisticsByTown=Members statistics by town
|
||||
MembersStatisticsByRegion=Members statistics by region
|
||||
NbOfMembers=Number of members
|
||||
NbOfActiveMembers=Number of still active members
|
||||
NbOfActiveMembers=Number of current active members
|
||||
NoValidatedMemberYet=No validated members found
|
||||
MembersByCountryDesc=This screen show you statistics on members by countries. Graphic depends however on Google online graph service and is available only if an internet connection is is working.
|
||||
MembersByStateDesc=This screen show you statistics on members by state/provinces/canton.
|
||||
|
||||
@ -278,7 +278,7 @@ if (GETPOSTISSET('THEME_SATURATE_RATIO')) $conf->global->THEME_SATURATE_RATIO =
|
||||
<?php echo $prefix; ?>color: #b06080 !important;
|
||||
}
|
||||
.bg-infobox-propal, .bg-infobox-facture, .bg-infobox-commande {
|
||||
<?php echo $prefix; ?>color: #95a55d !important;
|
||||
<?php echo $prefix; ?>color: #55955d !important;
|
||||
}
|
||||
.bg-infobox-supplier_proposal, .bg-infobox-invoice_supplier, .bg-infobox-order_supplier {
|
||||
<?php echo $prefix; ?>color: #599caf !important;
|
||||
@ -311,7 +311,7 @@ if (GETPOSTISSET('THEME_SATURATE_RATIO')) $conf->global->THEME_SATURATE_RATIO =
|
||||
.infobox-propal,
|
||||
.infobox-facture,
|
||||
.infobox-commande{
|
||||
color: #95a55d !important;
|
||||
color: #65955d !important;
|
||||
}
|
||||
.infobox-supplier_proposal,
|
||||
.infobox-invoice_supplier,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user