From 27398030e461c2c3b78733383729b3094c123826 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 24 Apr 2018 01:26:00 +0200 Subject: [PATCH] Fixed form name in CSS --- platypush/backend/http/static/css/video.omxplayer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/backend/http/static/css/video.omxplayer.css b/platypush/backend/http/static/css/video.omxplayer.css index aba2fd50c..c5b6afc52 100644 --- a/platypush/backend/http/static/css/video.omxplayer.css +++ b/platypush/backend/http/static/css/video.omxplayer.css @@ -1,9 +1,9 @@ -#video-container { +#video-search { max-width: 60em; margin: 3em auto; } - #video-form input[type=text] { + #video-search input[type=text] { width: 100%; }