diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css index 67553cd86..1ceb81954 100644 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css @@ -1577,11 +1577,40 @@ ul.bebopTree li a[type="control"] { } span.bebopFormErrors { - color: red; + color: #FF0000; display: block; } span.bebopFormErrors:before{ content: '\26A0'; font-size: 20pt; +} + +div.themeErrors { + border: 1.5px solid #FF0000; + padding-top: 5px; + margin-top: 10px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +div.themeErrors li{ + list-style: circle; +} + +div.themeErrors h5{ + font-size: 10pt; + border-bottom: 1px solid #FF0000; + color: #FF0000; + padding: 0 0 5px 5px; +} + +div.themeErrors ol{ + padding-left: 20px; +} + +span.errors { + color: red; + font-weight: bold; } \ No newline at end of file diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/public.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/public.css index aeceec43a..2569bfe8b 100644 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/public.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/public.css @@ -789,7 +789,11 @@ div.endFloat { #content ol { margin: 1em 0em; margin-left: 2.5em ; - list-style-type: disc; + list-style-type: none; +} + +#content div.text ol li { + margin-left: 20px; } #content li { @@ -1105,7 +1109,7 @@ div.image .imageGallery:after { #events ul li { border-bottom: 1px solid; padding: 0.8em 0 0.2em 0; - height: 8em; + /*height: 8em;*/ overflow: hidden; } @@ -1156,7 +1160,7 @@ div.image .imageGallery:after { #events .dateline { float: left; overflow: hidden; - width: 48px; + /*width: 48px;*/ margin: 0 0.3em; font-family: 'Caption', sans-serif; font-size: 12pt;