By Justin on Tuesday, 06 October 2015
Posted in General Issues
Replies 5
Likes 0
Views 677
Votes 0
With ES 1.4, Yes/No buttons now use a "margin: 0 auto;" css class that centers the button vs. the previous left-alignment/float. Tested with Protostar and fresh install.

Update: Also applied to admin section that uses Yes/No
Shooks, good catch! This was a last minute fix which seems to be breaking something else, elsewhere Logged this into our issue tracker and this will be fixed on the next release.

Temporarily, you can fix this by adding the block of css codes below,


div#fd.es .es-events .btn-group-yesno {
margin-left: 0 !important;
}
·
Tuesday, 06 October 2015 01:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark!
·
Tuesday, 06 October 2015 01:46
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Justin By the way, I noticed that your EasyDiscuss license has already expired Do you want to renew it?
·
Tuesday, 06 October 2015 02:07
·
0 Likes
·
0 Votes
·
0 Comments
·
On my list of things to do now that I know it will be the next component on deck for an update
·
Tuesday, 06 October 2015 02:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Justin
·
Tuesday, 06 October 2015 02:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post