ItEr26S10CUCreacionProxectoPlanificacionItEr25S11: Redefined styles for embed window titles
This commit is contained in:
parent
f8350cba48
commit
63c16e33fc
2 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue