- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 08:11 AM
Hi,
You can achieve such things easily.
All you need is basic knowledge of HTML and CSS apart from what i have shown you in the previous reply.
For this, you can encapsulate the variables in a new div and add a border to it instead of existing div.
You can add the highlighted code and remove the previous one.( from the first reply)
Please mark it correct if has helped you to solve your issue.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 07:25 AM
Hi,
You need to follow below steps to achieve it.
1) Clone the approval record widget and create a new one where you can add your CSS for the border.
2) Let call it "My approval record", now you need to add a class "borderClass"to these specific divs which are containing the variables/fields.
3) Add the below CSS in the CSS section for the widget.
.borderClass{
border: 2px solid black;
padding-left: 6px;
}
4) Now, please go to the approval page and replace the widget in the approval record widget instance so the page will render your new widget instead of OOB one.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 07:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 08:11 AM
Hi,
You can achieve such things easily.
All you need is basic knowledge of HTML and CSS apart from what i have shown you in the previous reply.
For this, you can encapsulate the variables in a new div and add a border to it instead of existing div.
You can add the highlighted code and remove the previous one.( from the first reply)
Please mark it correct if has helped you to solve your issue.
Thanks
Gaurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 08:39 AM