move submit button to the right
This commit is contained in:
@@ -17,6 +17,11 @@
|
|||||||
@import url("https://console-unipr.elixforms.it/rwe2/isipcss/css/grid_fluid.css");
|
@import url("https://console-unipr.elixforms.it/rwe2/isipcss/css/grid_fluid.css");
|
||||||
|
|
||||||
/* Submit button styling (elixForms main submit) */
|
/* Submit button styling (elixForms main submit) */
|
||||||
|
.mainview .container .submit {
|
||||||
|
width: auto;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.mainview .container form input[type="submit"] {
|
.mainview .container form input[type="submit"] {
|
||||||
background-color: #0066cc;
|
background-color: #0066cc;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|||||||
@@ -196,8 +196,10 @@ export default abstract class ElixFormsComponentAbstract extends Component<IElix
|
|||||||
{this.createMandatoryFormFields(queryParams)}
|
{this.createMandatoryFormFields(queryParams)}
|
||||||
{this.createAdditionalFormFields()}
|
{this.createAdditionalFormFields()}
|
||||||
{this.renderCustomFormFields()}
|
{this.renderCustomFormFields()}
|
||||||
<br/>
|
<br />
|
||||||
|
<div className='submit'>
|
||||||
<input type="submit" value={submitDescription ?? 'Submit'} />
|
<input type="submit" value={submitDescription ?? 'Submit'} />
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
{this.renderExtraContentPost()}
|
{this.renderExtraContentPost()}
|
||||||
|
|||||||
Reference in New Issue
Block a user