From e0e771b9d72a5781cb4dda4f805ecd548a7fb46c Mon Sep 17 00:00:00 2001 From: bill bittner Date: Wed, 29 Nov 2017 10:37:19 -0800 Subject: [PATCH] fixed error message display/ --- public/assets/css/general.css | 3 ++- views/partials/asset.handlebars | 35 +++++++++++++++++++++------------ 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/public/assets/css/general.css b/public/assets/css/general.css index c8f0f2f5..57c26354 100644 --- a/public/assets/css/general.css +++ b/public/assets/css/general.css @@ -519,10 +519,11 @@ table { /* video */ #video-asset { - background-color: #fff; + background-color: #000000; cursor: pointer; } #showlite-body #video-asset { + background-color: #ffffff; width: calc(100% - 12px - 12px - 2px); margin: 6px; padding: 6px; diff --git a/views/partials/asset.handlebars b/views/partials/asset.handlebars index 74207825..1daa502f 100644 --- a/views/partials/asset.handlebars +++ b/views/partials/asset.handlebars @@ -1,22 +1,28 @@
- - - -
+
+ + + +
+ - hosted via Spee<h