From 9b43190d0bd4fc45e86a3a39f097e35e4f4f86f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Mon, 13 Feb 2012 13:06:14 +0100 Subject: [PATCH] Bug #1343: Made graphically less relevant component showing project state FEA: ItEr76S04BugFixing --- .../src/main/webapp/common/css/libreplan_zk.css | 13 ++++++++----- .../src/main/webapp/planner/css/print.css | 4 ++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css index 3b1d31a12..c9cf167ff 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1226,15 +1226,18 @@ tr.z-treerow-over input { font-weight:bold; } -.migas_linea .scheduling-state { - -moz-border-radius: 0 6px 0 6px; - -webkit-border-radius: 0 6px 0 6px; +.migas_linea span.scheduling-state { + -moz-border-radius: 6px; + -webkit-border-radius: 6px; border: 1px solid #888888; color: #888888; - font-weight: bold; - margin: 4px 3px 2px 5px; + font-weight: normal; + margin: 4px 3px 2px 10px; padding: 1px 5px; cursor: default; + text-transform: lowercase; + opacity: 0.7; + background-color: transparent; } .submenu .z-menu-popup-cnt .z-menu-item-over .z-menu-item-img { diff --git a/libreplan-webapp/src/main/webapp/planner/css/print.css b/libreplan-webapp/src/main/webapp/planner/css/print.css index ff799500e..3511984a5 100644 --- a/libreplan-webapp/src/main/webapp/planner/css/print.css +++ b/libreplan-webapp/src/main/webapp/planner/css/print.css @@ -89,4 +89,8 @@ td.migas_linea { width: 100% !important; } +.migas_linea span.scheduling-state { + display: none; +} + /* ------ Calculated body width and height added via CutyPrint CSS generator ------ */