drachels / moodle-mod_mootyper

4 stars 18 forks source link

On-screen keyboard renders smaller in Boost themes #35

Closed drachels closed 7 years ago

drachels commented 7 years ago

The apparent size of keytops in the onscreen keyboard, seems smaller when using a Boost based theme than they are when using Clean and previous themes.

drachels commented 7 years ago

Boost handles width, height, borders, padding, etc., differently than Clean. Borders, etc. are rendered internal to the basic width and height without increasing them like the old css used by Clean. I have changed the styles.css and template.css files so that Clean and other themes work like Boost and the keyboard layouts render the same "look."