diff --git a/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css b/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css index 52339f08d..1b98ec0fb 100644 --- a/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css +++ b/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css @@ -23,8 +23,7 @@ .dashboard-label-remarked.negative { background-position: 100%; background-repeat: no-repeat; - padding-right: 25px; - background-size: 25px; + padding-right: 30px; } .dashboard-label-remarked.negative { @@ -54,11 +53,17 @@ font-size: 12px !important; } +.jqplot-yaxis-label { + font-size: 11px !important; + width: 40px; +} + + .jqplot-yaxis { font-size: 11px !important; } .jqplot-axis .jqplot-yaxis-tick { white-space: normal; - width: 80px; + font-size: 11px !important; } diff --git a/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-negative.png b/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-negative.png index c735fd6bc..1eaba7f46 100644 Binary files a/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-negative.png and b/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-negative.png differ diff --git a/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-positive.png b/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-positive.png index d1ed37b21..affe862d9 100644 Binary files a/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-positive.png and b/libreplan-webapp/src/main/webapp/dashboard/img/value-meaning-positive.png differ