|
@@ -1089,16 +1089,29 @@ main[role="main"]{
|
|
}
|
|
}
|
|
.col-left{
|
|
.col-left{
|
|
// position: relative;
|
|
// position: relative;
|
|
- a.ajax-link,
|
|
|
|
- a.link-audio-download{
|
|
|
|
|
|
+ a.ajax-link{
|
|
display: block;
|
|
display: block;
|
|
font-size: 0.82em;
|
|
font-size: 0.82em;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
+ a.link-audio-download {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width:0.8em; height:0.8em;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-indent: 2em;
|
|
|
|
+ background-position: center;
|
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
+ background-size: contain;
|
|
|
|
+ background-image: url(../img/download.svg);
|
|
|
|
+ }
|
|
.addtoany_list {
|
|
.addtoany_list {
|
|
// outline: 1px solid blue;
|
|
// outline: 1px solid blue;
|
|
// margin-top: -1em;
|
|
// margin-top: -1em;
|
|
// top: -1em;
|
|
// top: -1em;
|
|
|
|
+ vertical-align: top;
|
|
|
|
+ line-height: 0!important;
|
|
|
|
+ & >{
|
|
|
|
+ }
|
|
& > a:first-child{
|
|
& > a:first-child{
|
|
padding-left: 0;
|
|
padding-left: 0;
|
|
margin-left:-4px;
|
|
margin-left:-4px;
|