diff --git a/src/main/webapp/scripts/xmodal-v1/xmodal.css b/src/main/webapp/scripts/xmodal-v1/xmodal.css index 3c67d3c141f99bc9d81515d14ad59daed25f9955..17a4d721c19e2438c4a4956f42af64b8cd4676ac 100644 --- a/src/main/webapp/scripts/xmodal-v1/xmodal.css +++ b/src/main/webapp/scripts/xmodal-v1/xmodal.css @@ -72,10 +72,11 @@ div.xmodal .body > .inner > iframe { div.xmodal .body .inner { display: none ; padding: 20px ; font-size: 13px ; line-height: 17px ; } div.xmodal.nopad .body .inner { padding: 0 ; } div.xmodal.open .body .inner { display: block ; } +/* Only styles for the dialog elements should be in this file */ div.xmodal .body h1, div.xmodal .body h2, div.xmodal .body h3, -div.xmodal .body h4 { margin-bottom: 1em !important; } +div.xmodal .body h4 { /* margin-bottom: 1em !important; */ } div.xmodal .body p { margin: 0 0 1em ; } div.xmodal .footer {