ItEr26S10CUCreacionProxectoPlanificacionItEr25S11: Redefined styles for embed window titles

This commit is contained in:
Lorenzo Tilve 2009-09-16 19:05:18 +02:00 committed by Javier Moran Rua
parent f8350cba48
commit 63c16e33fc
2 changed files with 18 additions and 2 deletions

View file

@ -137,4 +137,20 @@ table {
.orderTree .depth_6 .tasknumber {
width: 85px; /* prev + 12 px */
}
}
/* Cleaning window borders */
.z-window-embedded-tr, .z-window-embedded-tl {
display:none;
}
.z-window-embedded-hl, .z-window-embedded-hm {
background-image:none;
}
.z-window-embedded-hr {
background:none;
}
.z-window-embedded-header {
color: #009900;
font-weight:bold;
font-size:1.2em;
}

View file

@ -1,4 +1,4 @@
<window id="${arg.top_id}" title="${i18n:_('List')}">
<window id="${arg.top_id}" title="${i18n:_('Workers list')}">
<grid id="listing" model="@{controller.workers}" mold="paging"
pageSize="5">
<columns>