padmaAPI/static/css/padmaList.css
2009-06-15 06:04:10 +05:30

65 lines
765 B
CSS

#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;
}
.matchedLayer {
float: left;
}
.videoMeta {
clear: left;
}
.videoPoster {
margin: 5px;
float: left;
}
#bottomBar {
position: fixed;
bottom: 0px;
left: 0px;
height: 30px;
width: 100%;
background: #000;
color: #fff;
display: none;
}
#searchDiv {
margin-right: 20px;
text-align: right;
}
#search {
width: 75%;
height: 16px;
}
#resultWrapper {
position: fixed;
top: 0px;
left: 10%;
width: 80%;
}
#resultDetails {
background: #333;
color: #ccc;
clear: both;
}