git-svn-id: https://192.168.0.254/svn/Proyectos.TSA_DotNetNuke/trunk@6 0ad38c09-229d-d142-b639-4dc8c1cf0555
52 lines
664 B
CSS
52 lines
664 B
CSS
/* -----------------------------------
|
|
PLAYLIST
|
|
-----------------------------------*/
|
|
|
|
.TabPlayerPane ul {
|
|
list-style-image:none;
|
|
list-style-position:outside;
|
|
list-style-type:none;
|
|
}
|
|
|
|
.TabPlayerPane li {
|
|
list-style-image:none;
|
|
list-style-position:outside;
|
|
list-style-type:none;
|
|
}
|
|
|
|
.TabPlayerPane .itemlist {
|
|
height: 90px;
|
|
min-height: 90px;
|
|
margin: 10px 0 0 0;
|
|
padding-left: 92px;
|
|
position: relative;
|
|
line-height: 13px;
|
|
border-bottom: 1px dotted #AEB3FF;
|
|
}
|
|
|
|
.TabPlayerPane .itemlist .thumb {
|
|
width: 80px;
|
|
height: 80px;
|
|
top: 0px;
|
|
left: 0px;
|
|
position: absolute;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|