mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 16:05:01 -04:00
new styles for web browser buttons (import/read/browse)
fixed folder_iphone.tpl
This commit is contained in:
@ -278,7 +278,7 @@ width: 158px;
|
||||
{
|
||||
width: 60px;
|
||||
background: url("/images/browse.png") no-repeat scroll 0 0 transparent;
|
||||
background-position: 16px 5px;
|
||||
background-position: 1px 6px;
|
||||
background-size: 7px 7px;
|
||||
border: none;
|
||||
text-align:right;
|
||||
@ -307,7 +307,7 @@ width: 158px;
|
||||
{
|
||||
width: 60px;
|
||||
background: url("/images/read.png") no-repeat scroll 0 0 transparent;
|
||||
background-position: 24px 5px;
|
||||
background-position: 18px 5px;
|
||||
background-size: 7px 9px;
|
||||
border: none;
|
||||
text-align:right;
|
||||
|
@ -276,7 +276,7 @@ width: 212px;
|
||||
{
|
||||
width: 60px;
|
||||
background: url("/images/browse.png") no-repeat scroll 0 0 transparent;
|
||||
background-position: 16px 5px;
|
||||
background-position: 1px 6px;
|
||||
background-size: 7px 7px;
|
||||
border: none;
|
||||
text-align:right;
|
||||
@ -305,7 +305,7 @@ width: 212px;
|
||||
{
|
||||
width: 60px;
|
||||
background: url("/images/read.png") no-repeat scroll 0 0 transparent;
|
||||
background-position: 24px 5px;
|
||||
background-position: 18px 5px;
|
||||
background-size: 7px 9px;
|
||||
border: none;
|
||||
text-align:right;
|
||||
|
@ -49,7 +49,7 @@
|
||||
{loop element}
|
||||
<li>
|
||||
<div class="{element.class}">
|
||||
{cover.browse} <img style="width: 80px" src="{element.image.url}"/> {cover.browse.end}
|
||||
{element.cover.browse} <img style="width: 80px" src="{element.image.url}"/> {element.cover.browse.end}
|
||||
</div>
|
||||
<div class="info">
|
||||
<div class="title"><p>{element.name}</p>
|
||||
|
Reference in New Issue
Block a user