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

14 lines
172 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;
margin: 3em auto;
}
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;
}