Skip to content
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

All imported questions are getting text-align: center; #68

Closed
GoogleCodeExporter opened this issue Sep 17, 2015 · 2 comments
Closed

All imported questions are getting text-align: center; #68

GoogleCodeExporter opened this issue Sep 17, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Take your folders for assets/js of many activity-#.#.js questions from 
course builder version 1.6.0 (or any version) and bring them into 1.7.0

What is the expected output? What do you see instead?
I expected the questions to look the same.  Instead all content has text-align: 
center applied.  

What version of the product are you using? On what operating system?
Tested on Windows and Mac
Note, these questions were made in code by creating .js files.  Not made using 
the built-in dashboard interface


Please provide any additional information below.
I'm sure it'll be easy for me to go in and fix it.  Just wanted to share that 
all questions look terrible. 

Original issue reported on code.google.com by fisherds on 24 Oct 2014 at 2:35

@GoogleCodeExporter
Copy link
Author

Similar simple CSS fix needed is the width on the gcb-nav-full.  Quick 
additions we used...

#gcb-nav-y.gcb-nav-full {
  width: auto; 
}
.gcb-button-box {
/*  text-align: center; */
   overflow: hidden;
}

Original comment by fisherds on 31 Oct 2014 at 6:55

@GoogleCodeExporter
Copy link
Author

Thanks for filing.  Yes, there were changes made elsewhere in the software that 
could distort the presentation of these questions in 1.7.  As you noted, you 
can make the manual fix in the CSS, start from from 1.7., or use the UI to 
build your questions.

Original comment by r...@google.com on 4 Feb 2015 at 6:46

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant