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

14 lines
173 B
CSS
Raw Normal View History

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