summaryrefslogtreecommitdiff
path: root/src/runtime/javascript/minibar/minibar.css
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2010-06-02 13:40:41 +0000
committerhallgren <hallgren@chalmers.se>2010-06-02 13:40:41 +0000
commit86da023392276db274ffeb19184af2f336de6aac (patch)
tree8fcd2d3f67f4d61f2393ed91da8070f275ee7b6a /src/runtime/javascript/minibar/minibar.css
parent365e8e2310b92def2e5ed32d0c9f3e6570f40691 (diff)
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.
Diffstat (limited to 'src/runtime/javascript/minibar/minibar.css')
-rw-r--r--src/runtime/javascript/minibar/minibar.css3
1 files changed, 2 insertions, 1 deletions
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;