ItEr29S08CUCreacionProxectoPlanificacionItEr28S09: Improved styles and alignment in focused z-dateboxes
This commit is contained in:
parent
844de0773a
commit
12dec60246
2 changed files with 26 additions and 2 deletions
|
|
@ -329,7 +329,7 @@ button.z-button {
|
|||
}
|
||||
|
||||
.z-textbox,.z-decimalbox,.z-intbox,.z-longbox,
|
||||
.z-doublebox, .z-datebox, .z-datebox-inp {
|
||||
.z-doublebox, .z-datebox, .z-datebox-inp, .z-datebox-focus .z-datebox-inp {
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
|
@ -429,3 +429,27 @@ div.z-grid {
|
|||
.orderTree .icono td {
|
||||
border:none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.orderelements-tab .z-datebox-focus .z-datebox-inp {
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
.orderelements-tab .z-datebox-focus .z-datebox-inp,
|
||||
.orderelements-tab .z-datebox-inp {
|
||||
width: 114px;
|
||||
}
|
||||
|
||||
.orderelements-tab .z-datebox .z-datebox-img {
|
||||
background-color: #DAE7F6;
|
||||
}
|
||||
|
||||
.listdetails .z-datebox-focus .z-datebox-inp {
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
height: 17px;
|
||||
font-size: 11px !important;
|
||||
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
<tabpanel>
|
||||
<tabpanel sclass="orderelements-tab">
|
||||
<orderElementTree />
|
||||
</tabpanel>
|
||||
</tabpanels>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue