in Win XP IE, Win XP FF, Mac OSX FF, Mac OSX Safari the start and end date inputs for the submit event form are screwed up.

this *does not* occur in other themes, but *does* occur in other styles of the civicspace theme.

screenshot attached.

CommentFileSizeAuthor
submit_event_view.png21.97 KBerikhopp

Comments

erikhopp’s picture

half the problem can be fixed with this:

.day .form-item,
.time .form-item {
display: inline;
}

erikhopp’s picture

and the other half is that this was set in visual.css:

#main input.form-text,
#content textarea {
width: 98%;
}

getting rid of the first line stops the most immediate problem, but i don't really like the second line either.

occy, did you put that in there?

what for?

is it safe to just straight-up delete it?

erikhopp’s picture

fixes committed by occy

factoryjoe’s picture

Assigned: Unassigned » factoryjoe

This was fixed by adding

.container-inline div {
  display: inline;
}

to utility.css.

I removed the more specific fix.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)