diff --git a/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul b/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul index 1c67b89f6..8721d584e 100644 --- a/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul +++ b/libreplan-webapp/src/main/webapp/dashboard/_dashboardfororder.zul @@ -69,23 +69,28 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css b/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css index fe60b7c15..36dec2035 100644 --- a/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css +++ b/libreplan-webapp/src/main/webapp/dashboard/css/dashboard.css @@ -11,3 +11,15 @@ font-weight: bold; padding: 5px; } + +.dashboard-label-remarked { + font-size: 1em; + font-weight: bold; + margin-bottom: 5px; +} + +.dashboard-box { + border: solid 2px #888; + background: #fffdf6; + box-shadow: 2px 2px 5px #AAA; +} \ No newline at end of file