title and date field to be inline
artatac - May 17, 2009 - 07:52
| Project: | Calendar |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have created a custom date format (ga) for just hours and minutes but the calendar views formats still just show the standard formats. I have got around this by just altering the medium format to (ga) so now I have my '8am'. But I cannot find a way to force the title and date field to be inline. There is this option if the view style is just fields but obviously I want to keep it as calendar - thanks

#1
You need to clear the cache in order for new custom date formats to show up in views:
#277077: "Custom format" not available in Views immediately - Clearing the cache is required
As for setting fields to be 'inline.' I poked around and could not find an inline setting either for the calendar views.
You should be able to accomplish this through some simple css and/or custom themeing...
But, I will keep this as an open feature request for now...
#2
likely need a float to get the date and time to be inline.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
Yes, that's right, I added a "float:left" to calendar.css
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a
and that brought the date and title inline but messed up the display in IE7.
Works well in Firefox.