diff --git a/amadeus/settings.py b/amadeus/settings.py index af84506..96ede51 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -67,6 +67,7 @@ INSTALLED_APPS = [ 'pendencies', 'mural', 'file_link', + 'pdf_file', 'links', 'webpage', 'youtube_video', diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 33b1f49..7e05949 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -964,6 +964,10 @@ li.item .notify_badge { margin: 7px 0 0 0 !important; } +.mural .mural-list { + padding-left: 0; +} + .mural .post_make { padding: 10px; margin-bottom: 10px; @@ -1075,6 +1079,11 @@ li.item .notify_badge { cursor: text; } +.post-filter h4 { + font-weight: 700; + margin-bottom: 15px; +} + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: none; } \ No newline at end of file diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index f12223d..4fa7409 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -542,6 +542,22 @@ a.add-row { color: #BBBBBB !important; } +.post-filter { + background: #DDDDDD; +} + +.post-filter h4 { + color: #4caf50; +} + +.post-filter label { + color: #333333; +} + +.post-filter i { + color: #FF0000; +} + .btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover { background-color: initial; } diff --git a/mural/templates/mural/_view.html b/mural/templates/mural/_view.html index 2876dba..56dbde0 100644 --- a/mural/templates/mural/_view.html +++ b/mural/templates/mural/_view.html @@ -1,6 +1,6 @@ {% load i18n mural_filters %} -