diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index 403d7763e93..194635824fc 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -295,9 +295,11 @@ div.fiche>form>div.div-table-responsive, div.fiche>form>div.div-table-responsive vertical-align: middle; } .bargraph { - background-color: #008; + background-color: #358; +} +.small { + font-size: smaller; } - /* Force values for small screen 767 */ @media only screen and (max-width: 767px) { @@ -401,11 +403,11 @@ $html .= '

Project va $html .= '
'."\n"; $html .= '
'; -$html .= 'COCOMO value
(Basic organic model)
'; +$html .= 'COCOMO value
(Basic organic model)
'; $html .= '$'.formatNumber((empty($arraycocomo['proj']['currency']) ? 0 : $arraycocomo['proj']['currency']) + (empty($arraycocomo['dep']['currency']) ? 0 : $arraycocomo['dep']['currency']), 2).''; $html .= '
'; $html .= '
'; -$html .= 'COCOMO effort
(Basic organic model)
'; +$html .= 'COCOMO effort
(Basic organic model)
'; $html .= ''.formatNumber($arraycocomo['proj']['people'] * $arraycocomo['proj']['effort'] + $arraycocomo['dep']['people'] * $arraycocomo['dep']['effort']); $html .= ' months people'; $html .= '
'; @@ -431,7 +433,7 @@ $html .= '

Technical de $html .= '
'."\n"; $html .= '
'."\n"; $html .= ''."\n"; -$html .= ''."\n"; +$html .= ''."\n"; $html .= $tmp; $html .= '
FileLineType
FileLineType
'; $html .= '
';