Updates to the ltl2tgba ajax version.

* wrap/python/ajax/ltl2tgba.html: Remove the auto-update button, and
enable auto-update automatically after the first submission.  Add
tools tips for the "Desired Output" tabs, and the Spot logo.
Add a email icon to encourage feedback.
* wrap/python/ajax/ltl2tgba.css: fix sizes of formula field and
send button.  Set position of mail icon.
* wrap/python/ajax/logos/mail.png: New logo, based on a public
domain SVG icon retrieved today from
http://commons.wikimedia.org/wiki/File:Internet-mail.svg
This commit is contained in:
Alexandre Duret-Lutz 2011-01-26 22:03:14 +01:00
parent c7f3bd5111
commit f3c6f01e8d
4 changed files with 42 additions and 11 deletions

View file

@ -5,6 +5,13 @@ html {overflow-y:scroll;}
font-size: 1em;
}
input.formula {
width: 700px;
}
div#send {
width: 80px;
}
div.ltl2tgba {
width: 800px;
position:relative;
@ -33,6 +40,12 @@ div.ltl2tgba {
bottom:10px;
z-index:1;
}
#mailicon {
position:fixed;
left:10px;
top:84px;
z-index:1;
}
.ltl2tgba div.ui-widget-content {
padding: 3px;