diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-08 02:56:54 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-08 16:22:23 -0700 |
commit | 26620cbac85f1fa5057e54fa8d91c35d907c0e0f (patch) | |
tree | 40763f1590f80c1d4e5d7d0ac1c1ce9d720ad3fb /yt_search_template.html | |
parent | 6ad09eb53a8b79b2241f56009d9757f8cac7181f (diff) | |
download | yt-local-26620cbac85f1fa5057e54fa8d91c35d907c0e0f.tar.lz yt-local-26620cbac85f1fa5057e54fa8d91c35d907c0e0f.tar.xz yt-local-26620cbac85f1fa5057e54fa8d91c35d907c0e0f.zip |
front-end support for adding to playlists
Diffstat (limited to 'yt_search_template.html')
-rw-r--r-- | yt_search_template.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/yt_search_template.html b/yt_search_template.html index 375a6f2..f6d6906 100644 --- a/yt_search_template.html +++ b/yt_search_template.html @@ -24,9 +24,6 @@ margin:0; } #header{ - background-color:#333333; - - display: grid; grid-column: 1 / span 3; grid-row: 1; @@ -39,33 +36,7 @@ grid-template-columns: 1fr 800px; } - #search-form{ - grid-column: 2; - - display: grid; - grid-template-columns: 1fr 0fr; - } - - #search-box{ - grid-column: 1; - align-self:center; - height:25px; - padding:0; - margin:0; - border:0; - - } - #search-button{ - grid-column: 2; - align-self:center; - height:25px; - - padding-top:0; - padding-bottom:0; - border-style:solid; - border-width:1px; - } #left{ grid-column: 1; |