Classes for Radio Button and Rich Text Display

Classes for Radio Button and Rich Text Display

Comments

  • Here are the class names for radio button lists and the rich text display form components:

    .silver-radiobuttonlist {
    padding-left: 7px;
    }

    .SilverRichTextDisplay {
    padding-left: 2px;
    }

    .SilverCheckBoxList.checkbox {
    margin: 3px 0;
    }

    /*
    .SilverRichTextDisplay
    RTD container class, can be used for full styling of
    RTD control, paddings, text styles, etc

    .silver-radiobuttonlist
    container element for radio button list control
    use only to set padding

    .silver-radiobuttonlist .radiobox
    container of single radio button

    .silver-radiobuttonlist .radiobox label span
    use to style text properties of radio button label
    you can either set those properties in form designer
    or with this selector but you will have to use !important flag for:
    font-family, font-size, font-style, font-weight, color, text-decoration

    .checkbox-list
    checkbox list container element
    left padding is set here

    .SilverCheckBoxList.checkbox
    single checkbox container

    .SilverCheckBoxList.checkbox label
    use for styling text properties of checkbox label
    */

Sign In or Register to comment.