platypush/platypush/backend/http/static/css/video.omxplayer.css

14 lines
181 B
CSS
Raw Normal View History

2018-04-24 01:26:00 +02:00
#video-search {
2018-04-24 01:03:50 +02:00
max-width: 60em;
2018-04-24 09:17:09 +02:00
margin: 3em auto 1em auto;
2018-04-24 01:03:50 +02:00
}
2018-04-24 01:26:00 +02:00
#video-search input[type=text] {
2018-04-24 01:03:50 +02:00
width: 100%;
}
2018-04-24 01:23:06 +02:00
form#video-ctrl {
text-align: center;
}