diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-08-06 13:40:09 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 12:17:36 +0200 |
commit | 1df7f8dc8a31ccbfa778df7467bb56dd124ee492 (patch) | |
tree | b0b515172fcbbb395434eb650c55ceaa0c41178a /tpl | |
parent | fd78d93f0c9d3939a5b086204cd0c84c9d602f0d (diff) | |
download | Shaarli-1df7f8dc8a31ccbfa778df7467bb56dd124ee492.tar.gz Shaarli-1df7f8dc8a31ccbfa778df7467bb56dd124ee492.tar.zst Shaarli-1df7f8dc8a31ccbfa778df7467bb56dd124ee492.zip |
Bugfix: Firefox issue in linklist
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/default/css/shaarli.css | 2 | ||||
-rw-r--r-- | tpl/default/linklist.html | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 89d72608..27a127bc 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css | |||
@@ -771,4 +771,4 @@ pre { | |||
771 | white-space: nowrap; | 771 | white-space: nowrap; |
772 | overflow: hidden; | 772 | overflow: hidden; |
773 | text-overflow: ellipsis; | 773 | text-overflow: ellipsis; |
774 | } \ No newline at end of file | 774 | } |
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index ccdb5f21..174ab44b 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -114,8 +114,9 @@ | |||
114 | <span>{$value}</span> | 114 | <span>{$value}</span> |
115 | {if="$link_plugin_counter - 1 != $counter"}·{/if} | 115 | {if="$link_plugin_counter - 1 != $counter"}·{/if} |
116 | {/loop} | 116 | {/loop} |
117 | </div> | 117 | </div><div |
118 | <div class="linklist-item-infos-url pure-u-lg-5-8 pure-u-1"> | 118 | {ignore}do not add space or line break between these div - Firefox issue{/ignore} |
119 | class="linklist-item-infos-url pure-u-lg-5-8 pure-u-1"> | ||
119 | <a href="{$value.real_url}" title="{$value.title}"> | 120 | <a href="{$value.real_url}" title="{$value.title}"> |
120 | <i class="fa fa-link"></i> {$value.url} | 121 | <i class="fa fa-link"></i> {$value.url} |
121 | </a> | 122 | </a> |