diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 458a820..5f84d77 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -1087,6 +1087,8 @@ li.item .notify_badge { .comment-section { max-height: 700px; overflow-y: scroll; + border-top-width: 1px; + border-top-style: solid; } .comment { diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index 7ce5e80..aa4f022 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -513,7 +513,7 @@ a.add-row { } .post .post-user, .comment .comment-user, .marked_user { - color: #4caf50; + color: #26A69A; } .post .post-user .user-action { @@ -526,7 +526,7 @@ a.add-row { .post .post-comment { border-top-color: #888888; - background: #D5D5D5; + background: #e5e5e5; } .post .post-comment .comment-field div { @@ -535,7 +535,8 @@ a.add-row { } .comment-section { - background: #D5D5D5; + background: #f5f5f5; + border-top-color: #AAAAAA; } .comment .comment-user .user-action { @@ -559,7 +560,7 @@ a.add-row { } .post-filter h4 { - color: #4caf50; + color: #26A69A; } .post-filter label { diff --git a/amadeus/static/img/no_image.jpg b/amadeus/static/img/no_image.jpg old mode 100755 new mode 100644 index 050c385..2ae7dcf Binary files a/amadeus/static/img/no_image.jpg and b/amadeus/static/img/no_image.jpg differ -- libgit2 0.21.2