ItEr26S10CUCreacionProxectoPlanificacionItEr25S11: Changed inner embed window titles and accordion molds
This commit is contained in:
parent
93073bf9fb
commit
6ab644b3ed
2 changed files with 10 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<window id="${arg.top_id}" title="${arg.title}" border="normal">
|
||||
|
||||
|
||||
<tabbox mold="accordion">
|
||||
<tabbox mold="accordion-lite">
|
||||
<tabs>
|
||||
<tab label="${i18n:_('Data')}" id="dataTab" />
|
||||
<tab label="${i18n:_('History')}"
|
||||
|
|
|
|||
|
|
@ -175,4 +175,12 @@ table {
|
|||
|
||||
.z-window-embedded {
|
||||
margin:10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hide inner second level embed window titles */
|
||||
.z-window-embedded
|
||||
.z-window-embedded
|
||||
.z-window-embedded
|
||||
.z-window-embedded-hl {
|
||||
display:none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue