From 86da023392276db274ffeb19184af2f336de6aac Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 2 Jun 2010 13:40:41 +0000 Subject: 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. --- src/runtime/javascript/minibar/minibar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime/javascript/minibar/minibar.css') diff --git a/src/runtime/javascript/minibar/minibar.css b/src/runtime/javascript/minibar/minibar.css index 985e08070..3d0709075 100644 --- a/src/runtime/javascript/minibar/minibar.css +++ b/src/runtime/javascript/minibar/minibar.css @@ -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; -- cgit v1.2.3