gjb2048 / moodle-theme_essential

The Essential Moodle Theme
https://gjb2048.github.io/moodle-theme_essential/
GNU General Public License v3.0
91 stars 120 forks source link

Rendering problem in quiz form #860

Closed Balecan closed 6 years ago

Balecan commented 6 years ago

Input width breaks readability essential02

with default theme : basic

Best regards

gjb2048 commented 6 years ago

Thanks for the patch, but given the solution of removing:

-fieldset textarea[cols],
-fieldset input[size] {
-  width: 65.95744681%;
-  *width: 65.90425532%;
-}

then:

Balecan commented 6 years ago

I don't know grunt & less but i tried... After several tries i've succefully installed nodejs and grunt on my debian stretch but now i have this errors pc-gt% ./node_modules/grunt-cli/bin/grunt css Running "less:essential_d" (less) task

FileError: '../../bootstrapbase/less/bootstrap/variables.less' wasn't found. Tried - ../bootstrapbase/less/bootstrap/variables.less,../bootstrapbase/less/bootstrap/variables.less,../../bootstrapbase/less/bootstrap/variables.less in less/essential.less on line 16, column 1: 15 // Import the bootstrap variables. 16 @import "../../bootstrapbase/less/bootstrap/variables.less"

I miss some basics and time to go further Sorry

gjb2048 commented 6 years ago

Did you follow the instructions in https://github.com/gjb2048/moodle-theme_essential/blob/master/Gruntfile.js and run in the essential folder?

gjb2048 commented 6 years ago

Any progress please?

gjb2048 commented 6 years ago

Note screen shot is from "Adding a Numerical question" when adding that type of question to a quiz.