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
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

arlinsandbulte - October 7, 2009 - 14:01
Category:bug report» feature request

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

VM - October 18, 2009 - 02:45
Status:active» fixed

likely need a float to get the date and time to be inline.

#3

System Message - November 1, 2009 - 02:50
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

#4

MBroberg - November 7, 2009 - 16:03

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.

 
 

Drupal is a registered trademark of Dries Buytaert.