ItEr35S04XestionDaComunidadeItEr34S04: Removed background images from panel headers and added extra margins

This commit is contained in:
Lorenzo Tilve 2009-11-17 20:04:17 +01:00 committed by Javier Moran Rua
parent da1a680032
commit 82beeef397

View file

@ -584,3 +584,26 @@ div.z-grid {
margin-bottom:2px;
margin-right:5px;
}
/* Graphical improvements */
.z-panel-header {
background:none;
border: 0px;
margin:0px 0px 0 10px
}
.z-panel-body {
background:none;
border: 1px solid #B1CBD5;
margin:0 10px 0px 10px;
}
.z-panel-children {
border-style: none none none;
}
div.z-grid-pgi-b {
border-top:none;
}