From 4d57bde7d46de08175ee6d292cf2edcfca08b026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Wed, 27 Jun 2012 12:43:30 +0200 Subject: [PATCH] Style revamps on user dashboards FEA: ItEr76S28UserDashboard --- .../main/webapp/common/css/user_dashboard.css | 15 ++++++ .../webapp/myaccount/monthlyTimesheet.zul | 52 +++++++++++-------- 2 files changed, 46 insertions(+), 21 deletions(-) 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 @@