Closed (fixed)
Project:
CivicSpace Theme
Component:
Styles
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jun 2005 at 19:15 UTC
Updated:
8 Oct 2005 at 07:20 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| submit_event_view.png | 21.97 KB | erikhopp |
Comments
Comment #1
erikhopp commentedhalf the problem can be fixed with this:
.day .form-item,
.time .form-item {
display: inline;
}
Comment #2
erikhopp commentedand 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?
Comment #3
erikhopp commentedfixes committed by occy
Comment #4
factoryjoe commentedThis was fixed by adding
to utility.css.
I removed the more specific fix.
Comment #5
(not verified) commentedComment #6
(not verified) commentedComment #7
(not verified) commentedComment #8
(not verified) commentedComment #9
(not verified) commentedComment #10
(not verified) commentedComment #11
(not verified) commented