Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.30.2.10 -r1.30.2.11 --- lams_central/web/css/authoring.css 25 Oct 2016 12:29:39 -0000 1.30.2.10 +++ lams_central/web/css/authoring.css 26 Oct 2016 09:54:06 -0000 1.30.2.11 @@ -29,6 +29,10 @@ -webkit-overflow-scrolling: touch !important; } +.dialogContainer .modal-content { + box-shadow: none; +} + .dialogContainer .modal-body { height : 100%; max-height: calc(100% - 60px); @@ -105,8 +109,9 @@ } -div#infoDialog { +div#infoDialog .modal-body { font-weight: bold; + padding: 5px; }