Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Forms driving me crazy
I'm trying add a css background image to a form, on the right so that there isn't loads of white space. I managed it in 0.97 but no matter what I do I cannot get it to display!
Which files control the actual display of the form?
Statistics: Posted by sime
Which files control the actual display of the form?
Statistics: Posted by sime
Comments
Code:
.forms.edit.enter-data {
background : url(../images/form.png);
}
Statistics: Posted by dleffler
Capture.JPG
Statistics: Posted by sime
Code:
.forms.enter-data .bodycopy{
background-position:right center;
background-repeat:no-repeat;
background-image: url("path/to/the/file.gif");
}
Allowable entries for the background position are:
left top
left center
left bottom
right top
right center
right bottom
center top
center center
center bottom
Statistics: Posted by dleffler
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...
Appreciate the help.
View article...
Is this with a 'bootstrap' based theme? Generally the height of an input is based on the font size/height and padding which (non-bootstrap) defaults to
input, select {
padding: 0.5em 0.6em;
font-size: 0.9em;
}
If it is a 'bootstrap' based theme, it is more complicated since it is a base framework style., but the above should also work.
View article...
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...
Which files control the actual display of the form?
View article...