I am attempting to replicate a desktop app which has different fields grouped in one panel.
I need to draw box around the items.
Not trying to split the panel up, just draw several boxes.
Any ideas?
It is currently 20 September 2024, 3:52 Advanced search
/* ********************************************************/
/* Classe applicata al contenitore del gruppo in dettaglio*/
/* Class applied to the group container in detail */
/* Grouped fields on detail will appear in a box */
/* ********************************************************/
.group-form-box
{
position: absolute;
border-top : 1px !important;
border-left : 1px !important;
border-right : 1px !important;
border-bottom : 1px !important;
border-style: solid !important;
}
Users browsing this forum: No registered users and 3 guests