mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
31cde51c11
commit
e216d69878
@ -236,7 +236,7 @@ h2.library_name {
|
|||||||
#groups h3 {
|
#groups h3 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 1ex;
|
margin-top: 1ex;
|
||||||
padding-left: 2em;
|
padding-left: 30px;
|
||||||
padding-top: 0.5ex;
|
padding-top: 0.5ex;
|
||||||
padding-bottom: 0.5ex;
|
padding-bottom: 0.5ex;
|
||||||
}
|
}
|
||||||
|
@ -295,7 +295,7 @@ class BrowseServer(object):
|
|||||||
getter(y).upper().startswith(x)])
|
getter(y).upper().startswith(x)])
|
||||||
items = [(u'<h3 title="{0}">{0} <span>[{2}]</span></h3><div>'
|
items = [(u'<h3 title="{0}">{0} <span>[{2}]</span></h3><div>'
|
||||||
u'<div class="loaded" style="display:none"></div>'
|
u'<div class="loaded" style="display:none"></div>'
|
||||||
u'<div class="loading"><em>{1}</em></div>'
|
u'<div class="loading"><img alt="{1}" src="/static/loading.gif" /><em>{1}</em></div>'
|
||||||
u'<span class="load_href">{3}</span></div>').format(
|
u'<span class="load_href">{3}</span></div>').format(
|
||||||
xml(s, True),
|
xml(s, True),
|
||||||
xml(_('Loading, please wait'))+'…',
|
xml(_('Loading, please wait'))+'…',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user