github.com/vnforks/kid/v5@v5.22.1-0.20200408055009-b89d99c65676/templates/post_batched_post_generic.html (about) 1 {{define "post_batched_post_generic"}} 2 3 <style type="text/css"> 4 @media screen and (max-width: 480px){ 5 a[class="post_btn"] { 6 float: none !important; 7 } 8 } 9 </style> 10 11 <table style="border-top: 1px solid #ddd; padding: 20px 0; width: 100%"> 12 <tr> 13 <td style="text-align: left"> 14 <span style="font-size: 16px; font-weight: bold; color: #555; margin: 0 0 5px; display: inline-block;" > 15 {{.Props.ClassName}} 16 </span> 17 <span style="font-weight: bold; white-space: nowrap; color: #555;"> 18 @{{.Props.SenderName}} 19 </span> 20 <br/> 21 <div style="margin: 5px 0 0;"> 22 <span style="color: #AAA; font-size: 12px; margin-left: 2px;"> 23 {{.Props.Date}} 24 </span> 25 </div> 26 </td> 27 </tr> 28 <tr> 29 <td colspan=2> 30 <a class="post_btn" href="{{.Props.PostLink}}" style="font-size: 13px; background: #2389D7; display: inline-block; border-radius: 2px; color: #fff; padding: 6px 0; width: 120px; text-decoration: none; float:left; text-align: center; margin: 15px 0 5px;"> 31 {{.Props.Button}} 32 </a> 33 </td> 34 </tr> 35 </table> 36 37 {{end}}