added support for basic modal dialogs
This commit is contained in:
parent
a97272a252
commit
f1a748aa6c
16 changed files with 53 additions and 1 deletions
|
@ -118,3 +118,6 @@ other = "নোট সমূহ"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "দায় বিজ্ঞপ্তি"
|
||||
|
||||
[close]
|
||||
other = "বন্ধ"
|
||||
|
|
|
@ -121,3 +121,6 @@ other = "Notizen"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Haftungshinweis"
|
||||
|
||||
[close]
|
||||
other = "Aus"
|
||||
|
|
|
@ -121,3 +121,6 @@ other = "Notes"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Liability Notice"
|
||||
|
||||
[close]
|
||||
other = "Close"
|
||||
|
|
|
@ -121,3 +121,6 @@ other = "Notas"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Aviso de responsabilidad"
|
||||
|
||||
[close]
|
||||
other = "Cerrar"
|
|
@ -121,3 +121,6 @@ other = "Remarques"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Avis de responsabilité"
|
||||
|
||||
[close]
|
||||
other = "Fermer"
|
|
@ -121,3 +121,6 @@ other = "टिप्पणियाँ"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "दायित्व सूचना"
|
||||
|
||||
[close]
|
||||
other = "बंद कर देना"
|
|
@ -121,3 +121,6 @@ other = "Catatan"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Pemberitahuan Kewajiban"
|
||||
|
||||
[close]
|
||||
other = "Menutup"
|
|
@ -121,3 +121,6 @@ other = "Appunti"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Avviso di responsabilità"
|
||||
|
||||
[close]
|
||||
other = "Chiudi"
|
||||
|
|
|
@ -118,3 +118,6 @@ other = "ノート"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "責任通知"
|
||||
|
||||
[close]
|
||||
other = "選ぶ"
|
|
@ -121,3 +121,6 @@ other = "메모"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "책임 고지"
|
||||
|
||||
[close]
|
||||
other = "닫다"
|
|
@ -119,4 +119,7 @@ other = "Bekijk certificaat"
|
|||
other = "Opmerkingen"
|
||||
|
||||
[disclaimer_text]
|
||||
other = "Haftungshinweis"
|
||||
other = "Haftungshinweis"
|
||||
|
||||
[close]
|
||||
other = "Dichtbij"
|
|
@ -121,3 +121,6 @@ other = "Ноты"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Уведомление об ответственности"
|
||||
|
||||
[close]
|
||||
other = "Закрыть"
|
|
@ -121,3 +121,6 @@ other = "Ghi chú"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "Thông báo trách nhiệm"
|
||||
|
||||
[close]
|
||||
other = "Gần"
|
|
@ -121,3 +121,6 @@ other = "笔记"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "免责声明"
|
||||
|
||||
[close]
|
||||
other = "关闭"
|
|
@ -121,3 +121,6 @@ other = "筆記"
|
|||
|
||||
[disclaimer_text]
|
||||
other = "免責聲明"
|
||||
|
||||
[close]
|
||||
other = "关闭"
|
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue