zeugirdoR / course-builder

Automatically exported from code.google.com/p/course-builder
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
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