CSS for Form Label
I am trying to create a CSS style for a label that has a full solid boarder, where the boarder is at the largest extent of the label. It is always tight on the text. Is it possible to do this? If so, how?
Comments
-
CSS Example:
.MyLabel { border: 1px solid black; Border-radius: 10px; padding: 5px 10px 5px 10px; Background : white; color: blue; font-family: times new roman; font-size: 14px; text-align: center; }Uploading CSS: https://documentation.decisions.com/v8/docs/uploading-css
CSS Examples: https://documentation.decisions.com/docs/pre-defined-css-classes-for-forms
Using CSS in Forms: https://documentation.decisions.com/docs/using-css-in-forms

