1
0
Fork 0
oldhaven/app/assets/stylesheets/misc.scss

52 lines
664 B
SCSS
Raw Normal View History

2011-09-08 01:48:33 +00:00
.small-round {
border-radius: 15px;
padding: 2px 9px !important;
font-size: 18px !important;
2011-06-27 11:14:14 +00:00
}
2011-09-08 01:48:33 +00:00
.popover-wrapper {
2011-09-14 19:51:51 +00:00
display: none;
2011-09-08 01:48:33 +00: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-10-24 10:15:00 +00:00
}
table.stats {
width: 50%;
2011-11-26 20:56:09 +00:00
}
.data.artist {
color: inherit;
cursor: pointer;
2011-11-27 18:17:09 +00:00
}
.page-link {
color: inherit;
&:hover {
color: inherit;
}
2011-11-27 23:13:14 +00:00
}
.fb-like, .vk-like {
float: left;
}
.vk-like td {
padding: 0 !important;
line-height: 12px;
2011-06-27 11:14:14 +00:00
}