Mejor visualización de las peticiones en el calendario

This commit is contained in:
Manuel Cillero 2018-03-08 15:25:45 +01:00
parent f5f08fc2a1
commit a308e26098

View file

@ -719,6 +719,10 @@ div.tooltip:hover span.tip {
-ms-border-radius: 4px; -ms-border-radius: 4px;
-o-border-radius: 4px; -o-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
background-color: #EBF5FB;
}
div.tooltip:hover span.tip a {
font-weight: bold !important;
} }
/**********************************************************/ /**********************************************************/
@ -1216,6 +1220,8 @@ div.deal {
padding: 10px !important; padding: 10px !important;
} }
table.cal div.issue { line-height: 1.2em; }
table.progress td { padding: 0px; } table.progress td { padding: 0px; }
div.details { padding: 20px !important; } div.details { padding: 20px !important; }