ErwinHaasnoot / QRTEngine

Qualtrics Reaction Time Engine (QRTEngine) is an extension to Qualtrics which allows researchers, but generally any who are interested, to easily build behavioural online experiments.
16 stars 1 forks source link

Fix slight CSS issues with #Header and #Buttons elements #25

Closed ErwinHaasnoot closed 10 years ago

ErwinHaasnoot commented 10 years ago

In new version, add following CSS:

SkinContent > #Buttons {

padding: 0 !important;

}

.SkinInner > #Header { padding: 0 !important; }

To fix the padding issues.