Index: lams_central/web/css/_dialogs.scss =================================================================== diff -u --- lams_central/web/css/_dialogs.scss (revision 0) +++ lams_central/web/css/_dialogs.scss (revision 376b37971ef839410fb0594d9d11e3a7333854c8) @@ -0,0 +1,70 @@ +/*DIALOGS*/ +.dialogContainer { + -webkit-overflow-scrolling: touch !important; +} + +.dialogContainer .modal-body { + height : 100%; + max-height: calc(100% - 38px); + padding: 0; +} + +.dialogContainer iframe { + width: 100%; + height: 100%; + border: none; +} + +.dialogContainer button { + cursor: pointer; +} +.dialogContainer button:focus { + outline: none; +} + +.dialogContainer button .fa { + font-size: 16px; + margin-left: 10px; +} + +.dialogContainer .ui-draggable .modal-header { + cursor: move; +} + +.dialogMin { + top: auto !important; + bottom: 5px !important; + overflow: hidden !important; + padding: 0 !important; + position: fixed !important; + width: 250px !important; + height: 35px !important; +} + +.dialogMin .modal-title { + white-space: nowrap; + overflow: hidden; +} + +.dialogMin .modal-dialog { + left: 0 !important; + top: 0 !important; +} + +.dialogMin .modal-dialog, .dialogMin .modal-content { + width: 250px !important; + height: 35px !important; + margin: 0 !important; + padding: 0 !important; +} + +.dialogMin .modal-header { + height: 100%; + margin: 0 !important; + padding: 3px 5px !important; + cursor: default !important; +} + +.ui-dialog .ui-dialog-content { + padding: 3px; +} \ No newline at end of file Index: lams_central/web/css/_main_base.scss =================================================================== diff -u -r260b3b2a3b6755f6eecc26e81272d084f3babc8a -r376b37971ef839410fb0594d9d11e3a7333854c8 --- lams_central/web/css/_main_base.scss (.../_main_base.scss) (revision 260b3b2a3b6755f6eecc26e81272d084f3babc8a) +++ lams_central/web/css/_main_base.scss (.../_main_base.scss) (revision 376b37971ef839410fb0594d9d11e3a7333854c8) @@ -327,77 +327,6 @@ background-color: $gray-light-mid; } -/*DIALOGS*/ -.dialogContainer { - -webkit-overflow-scrolling: touch !important; -} - -.dialogContainer .modal-body { - height : 100%; - max-height: calc(100% - 38px); - padding: 0; -} - -.dialogContainer iframe { - width: 100%; - height: 100%; - border: none; -} - -.dialogContainer button { - cursor: pointer; -} -.dialogContainer button:focus { - outline: none; -} - -.dialogContainer button .fa { - font-size: 16px; - margin-left: 10px; -} - -.dialogContainer .ui-draggable .modal-header { - cursor: move; -} - -.dialogMin { - top: auto !important; - bottom: 5px !important; - overflow: hidden !important; - padding: 0 !important; - position: fixed !important; - width: 250px !important; - height: 35px !important; -} - -.dialogMin .modal-title { - white-space: nowrap; - overflow: hidden; -} - -.dialogMin .modal-dialog { - left: 0 !important; - top: 0 !important; -} - -.dialogMin .modal-dialog, .dialogMin .modal-content { - width: 250px !important; - height: 35px !important; - margin: 0 !important; - padding: 0 !important; -} - -.dialogMin .modal-header { - height: 100%; - margin: 0 !important; - padding: 3px 5px !important; - cursor: default !important; -} - -.ui-dialog .ui-dialog-content { - padding: 3px; -} - #tablePrivateNotifications tr:first-child td { font-weight: bold; text-align: center; Index: lams_central/web/css/defaultHTML_learner.scss =================================================================== diff -u -r4583983b64efe1d91fbb47cdde6a759a6a30e859 -r376b37971ef839410fb0594d9d11e3a7333854c8 --- lams_central/web/css/defaultHTML_learner.scss (.../defaultHTML_learner.scss) (revision 4583983b64efe1d91fbb47cdde6a759a6a30e859) +++ lams_central/web/css/defaultHTML_learner.scss (.../defaultHTML_learner.scss) (revision 376b37971ef839410fb0594d9d11e3a7333854c8) @@ -4,5 +4,6 @@ @import url("/lams/includes/font-awesome/css/font-awesome.min.css"); @import url("/lams/css/bootstrap.min.css"); // LAMS Classes and overrides +@import "_dialogs.scss"; @import "_inlineeditor.scss"; @import "_learner_base.scss"; \ No newline at end of file Index: lams_central/web/css/defaultHTML_main.scss =================================================================== diff -u -r4583983b64efe1d91fbb47cdde6a759a6a30e859 -r376b37971ef839410fb0594d9d11e3a7333854c8 --- lams_central/web/css/defaultHTML_main.scss (.../defaultHTML_main.scss) (revision 4583983b64efe1d91fbb47cdde6a759a6a30e859) +++ lams_central/web/css/defaultHTML_main.scss (.../defaultHTML_main.scss) (revision 376b37971ef839410fb0594d9d11e3a7333854c8) @@ -1,2 +1,3 @@ +@import "_dialogs.scss"; @import "_lams_variables.scss"; @import "_main_base.scss";