-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Center the RadioMultiAnswer error messages. #1135
Center the RadioMultiAnswer error messages. #1135
Conversation
Think MulitAnswer should be updated as well, their tags still left align error messages. |
Though I guess MultiAnswer is wrapped in a table, so it isn't quite the same situation. |
The RadioMultiAnswer is also wrapped in a table. I also had thought that MultiAnswer had this issue also, but in a quick test I didn't see the issue. I will look at it again. |
I see. So I rarely (if ever) use the MultiAnswer I tested using the |
I added another commit to this pull request that sets |
773f35e
to
4f21da2
Compare
I notice a few things testing this with parserMultiAnswer. First minor thing, Second, I don't think the table width being 100% looks correct. Here is what I'm seeing. If I use the inspector to remove the width from the table, but set the Last, I use |
Here is the test case I was using.
|
I switched to centering the tables for the messages, instead of making them width 100%. As to the issue with |
I also centered the error messages that occur for parserMultiAnswer.pl. |
eb3ba63
to
44b1afe
Compare
The error messages for parserRadioMultiAnswer.pl are also centered. |
I agree, no need to deal with a 0 value here, just something that initially confused me so I pointed it out. |
44b1afe
to
e59855f
Compare
The left aligned style worked well with the attempts table, but does not look so good with the new feedback buttons. Having the messages centered looks better now since everything else is centered.
Use styles instead. Also switch to using the `tag` method.
e59855f
to
c974bda
Compare
The left aligned style worked well with the attempts table, but does not look so good with the new feedback buttons. Having the messages centered looks better now since everything else is centered.
A problem to test this with is attached. The problem is set up to give a message for any answer.
appendMessageMinimal.zip