added support for basic modal dialogs

This commit is contained in:
Fabio Fenoglio 2021-12-11 11:22:18 +01:00
parent a97272a252
commit f1a748aa6c
16 changed files with 53 additions and 1 deletions

View file

@ -118,3 +118,6 @@ other = "নোট সমূহ"
[disclaimer_text]
other = "দায় বিজ্ঞপ্তি"
[close]
other = "বন্ধ"

View file

@ -121,3 +121,6 @@ other = "Notizen"
[disclaimer_text]
other = "Haftungshinweis"
[close]
other = "Aus"

View file

@ -121,3 +121,6 @@ other = "Notes"
[disclaimer_text]
other = "Liability Notice"
[close]
other = "Close"

View file

@ -121,3 +121,6 @@ other = "Notas"
[disclaimer_text]
other = "Aviso de responsabilidad"
[close]
other = "Cerrar"

View file

@ -121,3 +121,6 @@ other = "Remarques"
[disclaimer_text]
other = "Avis de responsabilité"
[close]
other = "Fermer"

View file

@ -121,3 +121,6 @@ other = "टिप्पणियाँ"
[disclaimer_text]
other = "दायित्व सूचना"
[close]
other = "बंद कर देना"

View file

@ -121,3 +121,6 @@ other = "Catatan"
[disclaimer_text]
other = "Pemberitahuan Kewajiban"
[close]
other = "Menutup"

View file

@ -121,3 +121,6 @@ other = "Appunti"
[disclaimer_text]
other = "Avviso di responsabilità"
[close]
other = "Chiudi"

View file

@ -118,3 +118,6 @@ other = "ノート"
[disclaimer_text]
other = "責任通知"
[close]
other = "選ぶ"

View file

@ -121,3 +121,6 @@ other = "메모"
[disclaimer_text]
other = "책임 고지"
[close]
other = "닫다"

View file

@ -120,3 +120,6 @@ other = "Opmerkingen"
[disclaimer_text]
other = "Haftungshinweis"
[close]
other = "Dichtbij"

View file

@ -121,3 +121,6 @@ other = "Ноты"
[disclaimer_text]
other = "Уведомление об ответственности"
[close]
other = "Закрыть"

View file

@ -121,3 +121,6 @@ other = "Ghi chú"
[disclaimer_text]
other = "Thông báo trách nhiệm"
[close]
other = "Gần"

View file

@ -121,3 +121,6 @@ other = "笔记"
[disclaimer_text]
other = "免责声明"
[close]
other = "关闭"

View file

@ -121,3 +121,6 @@ other = "筆記"
[disclaimer_text]
other = "免責聲明"
[close]
other = "关闭"

View file

@ -458,3 +458,10 @@ mark {
font-size: 1.5rem;
}
}
/* modals need to be shifted down to compensate for the header
but only if the modal is not centered (has class .modal-dialog-centered)
*/
.modal-dialog {
padding-top: 2em;
}