Work on the feedback button for the minibar

This commit is contained in:
hallgren
2010-06-01 20:20:17 +00:00
parent dae72f9cb7
commit 83015a8018
2 changed files with 81 additions and 22 deletions

View File

@@ -41,4 +41,8 @@ div#saldospel input[type=button] { font-size: 100%; }
div#saldospel input.correct { color: green; }
div#saldospel input.incorrect { color: red; }
input[type=text] { width: 5em; }
#surface input[type=text] { width: 5em; }
.feedback textarea { width: 95%; }
span.field { background-color: #eee; }