Some minibar/phrasebook button and style changes

* Add help button at top of page.
* Change style of word buttons to look like fridge magnets again.
* New options to specify locations of other pages: feedback_url, help_url. If
  they are left undefined, no Help/Feedback buttons will be created.
* Shorter test in Google Translate button.
This commit is contained in:
hallgren
2010-06-02 13:40:41 +00:00
parent 365e8e2310
commit 86da023392
3 changed files with 25 additions and 19 deletions

View File

@@ -20,9 +20,10 @@ div#words {
border: 3px solid #e0e0e0;
}
div.word, span.word, div#words div {
div.word, span.word, div#words div, div#words input[type=button] {
display: inline-block;
font-family: sans-serif;
font-size: 100%;
background-color: white;
border: 1px solid black;
padding: 3px;