diff --git a/src/runtime/javascript/minibar/about.html b/src/runtime/javascript/minibar/about.html index bce203708..f30d1a72d 100644 --- a/src/runtime/javascript/minibar/about.html +++ b/src/runtime/javascript/minibar/about.html @@ -10,7 +10,8 @@

About Minibar

Minibar is an alternative implementation of the -Fridge Poetry web app. +GF web app +Fridge Poetry. It doesn't do everything the original Fridge Poetry does (e.g. drag-and-drop is missing), so I refer to it as a minibar rather than a full refrigerator :-) @@ -100,9 +101,10 @@ Some implementation details: by the options feedback_url and help_url passed to start_minibar.
  • [Added 2010-06-02] New option: default_source_language. -
  • [Added 2010-09-10] Minibar now automatically uses AJAX instead of JSON - when possible (i.e. when the HTML document and the PGF server is on the same - server). +
  • [Added 2010-09-10] Minibar now automatically uses + AJAX + instead of JSONP when possible (i.e. when the HTML document and the + PGF server are on the same server).
  • [Added 2010-09-10] The default input language is now the user's preferred language, if possible. This is implemented by consulting the userLanguage field in the grammar info output by pgf-server. @@ -147,7 +149,7 @@ Some implementation details:
    - Last modified: Tue Nov 23 13:06:40 CET 2010 + Last modified: Sun Nov 28 12:49:43 CET 2010
    TH diff --git a/src/runtime/javascript/minibar/minibar.css b/src/runtime/javascript/minibar/minibar.css index a75cd3f27..914cec541 100644 --- a/src/runtime/javascript/minibar/minibar.css +++ b/src/runtime/javascript/minibar/minibar.css @@ -35,7 +35,7 @@ div.word, span.word, div#words div, div#words input[type=button] { div.modtime { float: right; } .modtime { color: #444; white-space: nowrap; } -ul.space>li { margin-top: 0.5ex; } +ul.space>li { margin-top: 0.75ex; } div#saldospel input[type=button] { font-size: 100%; }