27 lines
406 B
SCSS
Raw Normal View History

2011-09-08 05:48:33 +04:00
.small-round {
border-radius: 15px;
padding: 2px 9px !important;
font-size: 18px !important;
2011-06-27 15:14:14 +04:00
}
2011-09-08 05:48:33 +04:00
.popover-wrapper {
2011-09-14 23:51:51 +04:00
display: none;
2011-09-08 05:48:33 +04:00
position: fixed;
left: 50%;
margin-left: -280px;
top: 45px;
width: 210px;
height: 200px;
}
.player, .playlist {
display: none;
}
.ad_here {
display: block;
border: #e0e0e0 1px solid;
padding: 200px 20px;
font-size: 20px;
text-align: center;
2011-06-27 15:14:14 +04:00
}