Bug #1343: Made graphically less relevant component showing project state

FEA: ItEr76S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-02-13 13:06:14 +01:00
parent 117a8116ff
commit 162b1aafef
2 changed files with 12 additions and 5 deletions

View file

@ -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 {

View file

@ -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 ------ */