diff --git a/templates/bootstrap/file.html b/templates/bootstrap/file.html index 14b3519..03bcc9d 100644 --- a/templates/bootstrap/file.html +++ b/templates/bootstrap/file.html @@ -54,6 +54,11 @@ display:block; } + .ellipsis { + overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + display:block; + } + .panel-heading { padding: 10px 7px; } .panel { margin-bottom: 5px; } diff --git a/templates/bootstrap/main.html b/templates/bootstrap/main.html index 7023a18..ccc642c 100644 --- a/templates/bootstrap/main.html +++ b/templates/bootstrap/main.html @@ -39,9 +39,9 @@ {{?}} - {{=htmlspecialchars (entry.book.authorsName)}} - {{? entry.book.tagsName != ""}}
{{=htmlspecialchars (entry.book.tagsName)}}{{?}} - {{? entry.book.seriesName != ""}}
{{=htmlspecialchars (entry.book.seriesName)}} ({{=entry.book.seriesIndex}}){{?}} +
{{=htmlspecialchars (entry.book.authorsName)}}
+ {{? entry.book.tagsName != ""}}
{{=htmlspecialchars (entry.book.tagsName)}}
{{?}} + {{? entry.book.seriesName != ""}}
{{=htmlspecialchars (entry.book.seriesName)}} ({{=entry.book.seriesIndex}})
{{?}}
{{~entry.book.preferedData:data:j}} {{=data.name}}