OpenMediaCenter/src/pages/Player/Player.module.css
Lukas Heiligenbrunner 1de36afb69 new folder structure for php scripts
renamed api nodes
php braces on same line
2020-08-12 17:50:25 +00:00

23 lines
366 B
CSS

.closebutton {
background-color: #FF0000;
border: none;
border-radius: 10px;
color: white;
margin-left: 25px;
margin-top: 25px;
padding: 5px 15px 5px 15px;
}
.videowrapper {
display: block;
float: left;
margin-left: 20px;
margin-top: 25px;
margin-top: 20px;
width: 60%;
}
.videoactions {
margin-top: 15px;
}