padmaAPI/static/css/padmaList.css

27 lines
323 B
CSS
Raw Normal View History

#wrapper {
width: 100%;
}
.videoWrapper {
border: 1px solid #000;
width: 80%;
min-height: 180px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}
.videoTitle {
font-weight: bold;
text-align: center;
}
.videoMeta {
clear: left;
}
.videoPoster {
margin: 5px;
float: left;
}