Changes

Styling a form in bxp

407 bytes added, 12:31, 2 September 2017
no edit summary
The pencil icon out on the right only appears if the user has Form Management access and provides an easy way of editing the form elements as needed.
 
 
= Form Section Groups =
 
 
Section Groups are styled using the class cssMaster_Table100PC_SectionHeader from the style_master_layout.css library
 
 
<syntaxhighlight lang="css">
.cssMaster_Table100PC_SectionHeader{
width: 100%;
border: 0px;
border-spacing:0;
border-collapse:collapse;
}
</syntaxhighlight>
 
 
Within the table you also have Master_Scripting_Line_Background on the tr and Notes on the td
7,528
edits