Skip to content

Commit 4e1d97b

Browse files
committed
Message.asModalSmall removed
New options for Niord: normalModalMegaWidth : false, //Boolean or function. If true (and normalModalExtendable = true) the extended modal is mega-width modalIsExtended : false, //Boolean or function. If true (and normalModalExtendable = true) the modal 'start' as extended (modal-option.isExtended: true) smallTableWithAllMessages: false, //Boolean or function. If true the table with all messages is single column
1 parent 9b0ace8 commit 4e1d97b

8 files changed

+536
-434
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-bootstrap-niord",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"homepage": "https://github.com/FCOO/jquery-bootstrap-niord",
55
"authors": [
66
"Niels Holt"

demo/bower_components.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -14462,10 +14462,13 @@ div.modal-dialog.modal-flex-width.modal-mega-width {
1446214462
div.modal-dialog.modal-max-width:not(.modal-full-screen) {
1446314463
width: calc(100% - 20px);
1446414464
}
14465+
div.modal-dialog.modal-full-width:not(.modal-full-screen) {
14466+
width: 100%;
14467+
}
1446514468
div.modal-dialog.modal-full-screen {
1446614469
width: 100%;
1446714470
}
14468-
div.modal-dialog.modal-full-screen .modal-content {
14471+
div.modal-dialog.modal-full-screen:not(.modal-full-screen-with-border) .modal-content {
1446914472
border: none;
1447014473
border-radius: 0px;
1447114474
}

0 commit comments

Comments
 (0)