Home › Forums › Classic DFFS › SBS – Unequal items per row… › Reply To: SBS – Unequal items per row…
Alexander,
The following is on my Custom CSS tab, attached is a screenshot of setup.
R’grds – Ben.
Reference:
Custom CSS:
/* Remove padding below fieldlabel and increase the size of the formlabel when using side-by-side */
.sbs_FieldLabel{
height:auto;
}
.sbs_FieldLabel .ms-formlabel{
padding:2px 2px 0 2px;
}
/* Selected tab color */
li.tabSelected a {
color: #ffffff !important;
background-color: #5fa364 !important;
border-bottom-color: transparent;
}
/* Position tooltip icon to left */
.customTooltip{
float:left!important;
display:inline;
margin-right:5px;
}
/* Header of tooltip call-out */
div.tooltipHolderHead {
background-color: #5fa364;
}
/* Color of Alert dialog */
div.dffs_dlg_header {
background-color: #5fa364;
}
input.spjs-dlg-btnOK {
background-color: #5fa364;
border: 1px #5fa364 solid;
}
/* Border color of tooltip call-out */
span.tooltipContents {
border: 1px #5fa364 solid;
}