diff --git a/resources/public/css/screen.css b/resources/public/css/screen.css index 8e21158..8d80359 100644 --- a/resources/public/css/screen.css +++ b/resources/public/css/screen.css @@ -36,7 +36,8 @@ code, pre { padding-bottom: 10px; } -.unpublished-post { +.unpublished-post, +.unpublished-file { background-color: #e1edff; } diff --git a/src/blarg/views/templates/files/list.html b/src/blarg/views/templates/files/list.html index ad01802..b29d919 100644 --- a/src/blarg/views/templates/files/list.html +++ b/src/blarg/views/templates/files/list.html @@ -44,7 +44,7 @@ {% for file in files %} - + {{file.filename}}
{{file.content-type}} @@ -52,14 +52,14 @@ {{file.size}} {{file.last_modified|to_fulltime}} - + {% if file.published %} - + {% endif %} {% if not file.published %} - + {% endif %} - + {% endfor %}