diff --git a/libreplan-webapp/src/main/webapp/common/css/user_dashboard.css b/libreplan-webapp/src/main/webapp/common/css/user_dashboard.css index 5609e6ed5..8e87c2103 100644 --- a/libreplan-webapp/src/main/webapp/common/css/user_dashboard.css +++ b/libreplan-webapp/src/main/webapp/common/css/user_dashboard.css @@ -2,4 +2,19 @@ background-image: none; background-color: transparent; border: solid 1px transparent; + margin: 0; + text-align: center; } + +.timesheet .z-cell { + padding: 0; +} + +.timesheet .z-textbox.z-textbox-disd { + background-color: #EEE; + color: black; +} + +.timesheet { + margin-top:5px; +} \ No newline at end of file diff --git a/libreplan-webapp/src/main/webapp/myaccount/monthlyTimesheet.zul b/libreplan-webapp/src/main/webapp/myaccount/monthlyTimesheet.zul index 051fb0a6f..7763391cb 100644 --- a/libreplan-webapp/src/main/webapp/myaccount/monthlyTimesheet.zul +++ b/libreplan-webapp/src/main/webapp/myaccount/monthlyTimesheet.zul @@ -37,19 +37,8 @@ -