Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal Footer Buttons | Styling #2

Open
bretonio opened this issue Aug 29, 2017 · 0 comments
Open

Modal Footer Buttons | Styling #2

bretonio opened this issue Aug 29, 2017 · 0 comments

Comments

@bretonio
Copy link

Modals work very nicely for me except that the '.footer` buttons do not display properly. They are not displayed inline and do not reflect the assigned styling.

My Pug code follows. Pardon my Portuguese and thanks.

				button.btn.warning.large(data-toggle='modal', data-target='#live-modal', style='margin: 0 auto;') Lance o Diálogo

				#live-modal.modal.fade(tabindex='-1', role='dialog', aria-labelledby='myModalLabel', aria-hidden='true')
					.dialog
						.content
							.header
								button.close(type='button', data-dismiss='modal')
									span(aria-hidden='true') 
										i.fa.fa-times.fa-lg
								h4#myModalLabel Latim de Mentira ao Gogo
							.body
								| Mea ex modo quaeque deseruisse, quo minim vivendum necessitatibus no. Vix elit ceteros in, an est appareat partiendo, quem lorem choro no vel. Gubergren inciderint in qui, sea in legimus accumsan legendos. Id clita iudicabit per, et debet deserunt perpetua sit, no vis commune inimicus. Et salutandi conclusionemque vel, usu id prompta eruditi commune, an dicam accumsan constituam nam. Vis aliquid mentitum detraxit id.

							.footer
								button.primary(type='button', data-dismiss='modal') Fechar
								button.warning(type='button') Salvar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant