How to make calendar wider?

I need to make the APEX month-calendar display wider so that I can cram more text into the day cells. The "Calendar" template is listed in: APEX > Shared Components > Templates.
I probably just need to change the style sheet. I found the following classes listed in: APEX > Shared Components > Templates > Edit Calendar Template:
<table class="t5CalendarHolder">
<table class="t5Calendar">
<div class="t5DayTitle">
<td class="t5Day">
But CSS Finder did not find any of these classes. So now I am asking for your help. How to make the calendar wider?
Thank you.

The themes that I've found to be the most user modifiable are Black, White, Formal, Modern and Modern Frame. They don't use image files that limit the size of the page. I will select the one of those 4 based on the color of the navbar text so it is most visible with the design of the site.
OT

Similar Messages

  • Hello! The scrollbars in Windows iTunes are too narrow for touch screen. How to make it wider?

    Hello! The scrollbars in Windows iTunes are too narrow for touch screen. How to make it wider?
    Jan

    Dear Experts,
    I Developed Screen-exit For IW51 t.codeTypically the custom fields are displayed in the notification on a separate tab, or at the bottom of the u201CGeneralu201D or u201CMainu201D tab.  These are configuration decisions that could be made in the build phase.
    Sets of custom fields need to be added based on the notification type.  The following table provides a list and details of the custom fields required.  The table to be extended is the VIQMEL table (to be verified by developer).
    Also to extend header fields on the notification you need to include them in the include CI_QMEL where OPEX M&I has already fields in.
    All fields should go on the notification header.  There are no custom fields on the task or activity level.
    All fields should be reviewed for consistency with the M&I design, specifically, Thomas Brothers, Atlas Sheet, district code. See Dale Alano.
    Please any Body Helped Coding For this, Already i Created Customfields , I design Subscreen also using Enhancement QQMA0001. Using Exit name EXIT_SAPMIWO0_008 USIN SUBSCREEN 0104 PLEASE ANY BODY help me Coding for this IW52
    Regards,
    Santosh Ballyapelli

  • How to make page wider

    Does anybody know how to also change the picture in the header when you change the page width?
    I can manage to widen the page and the background picture on the page. But I can not figure out how to make the picture in the header as wide as the page.

    The themes that I've found to be the most user modifiable are Black, White, Formal, Modern and Modern Frame. They don't use image files that limit the size of the page. I will select the one of those 4 based on the color of the navbar text so it is most visible with the design of the site.
    OT

  • How to make posts wider - solved :)

    hi
    below is contents of GreaseMonkey http://www.greasespot.net/ script which will hide sidebar - ACTIONS and MORE LIKE THIS - and make posts wider
    // ==UserScript==
    // @name          Make Posts on forums.adobe.com Wider
    // @description   (c) www.adobescripts.com
    // @include       *forums.adobe.com*
    // ==/UserScript==
    var tabDoc = content.document;
    tabDoc.getElementById('jive-body-sidebarcol-container').style.width = 0;
    tabDoc.getElementById('jive-body-maincol').style.width = '95%';

    SuperMacGuy,
    If you are using 10.4, there is a way to force this stuff into Safari. See this post in the FAQ. (And ignore the first instance of 10.5 in the subject--should be 10.4.)
    Of course, there are some things that will be harder to reach with the "Actions" panel permanently disabled, but it depends how much you want the extra width.
    Worst case, you could just put in the full-width fix from the link above.
    As for whether Adobe will get around to patching the forums, my impression was that they are quite happy with them being fixed width because "shorter lines are more readable", which is why I started doing all these hacks on my own. No, it makes no sense to me either, but that was the impression I got. With any luck, I will be proven wrong.
    Just in case though, you guys may want to start looking into FireFox. It's pretty easy to use these days and should suck all your bookmarks out of Safari at first launch. Also, if you install the Grapple Yummy (blue) theme, you'll have a hard time distinguishing the look of it from Safari.

  • How to make calendar adds without siri

    how do i manually add calendar events without siri???

    Hi,
    According to your description, it seems to be jquery issue. So I suggest that you can post it in asp.net forum where you can get better answers.
    http://forums.asp.net/
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to make calendar automatically display special events

    hi, i wanted to make my calendar automatic display the events in a specific month. should i use ifelse statement or switch case statement? my web site have display calendar for the current month. it aotumatically update. now i wanted to highlight the special event on that month like New Year, Christmas etc. it automatically change the event according to the month. when it comes to May, it won't display April event but May event such as Labour Day. this is the example, what i wanted it to be is the event date changes according to the month.
    <html>
    <head>
    <title>Brunsfield e-Homes</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="home.css">
    <style type="text/css">
    .main {
    width:130px;
    border:0px solid #8D549B;
    border-collapse:collapse;
    .month {
    background-color:#8D549B;
    font:bold 11px arial;
    color:white;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .daysofweek {
    background-color:#C78FB9;
    font:bold 9px arial;
    color:#000000;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .days {
    font-size: 9px;
    font-family:arial;
    color:black;
    background-color: #FADBF2;
    padding: 1px;
    border-collapse:collapse;
    border:0px solid #8D549B;
    .days #today{
    font-weight: bold;
    color: #cc0000;
    border-collapse:collapse;
    border:0px solid #8D549B;
    </style>
    <script type="text/javascript" src="basiccalendar.js">
    * Basic Calendar-By Brian Gosselin at http://scriptasylum.com/bgaudiodr/
    * Script featured on Dynamic Drive (http://www.dynamicdrive.com)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for full source code
    </script>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="5" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false">
    <!-- ImageReady Slices (home.psd) -->
    <div style="position:absolute; left:0; top:64">
    <table>
    <td width="140" align="center" valign="top">
         <font size="1">eCalender</font>     
         <script type="text/javascript">
         var todaydate=new Date()
         var curmonth=todaydate.getMonth()+1 //get current month (1-12)
         var curyear=todaydate.getFullYear() //get current year                         
         document.write(buildCal(curmonth ,curyear, "main", "month", "daysofweek", "days", 1));
    </script>
    </td>
    </table>
    <table width="130" align="center" border="0" bgcolor="#FDC2D6">
    <tr>
         <td class="events" width="20" align="center">1</td>
         <td class="events" align="left">April Fools Day</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">4</td>
         <td class="events" align="left">Ching Ming Festival</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center" valign="top">8</td>
         <td class="events" align="left">Birthday of Sultan Johor</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">9</td>
         <td class="events" align="left">Good Friday</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">11</td>
         <td class="events" align="left">Easter Sunday</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center" valign="top">19</td>
         <td class="events" align="left">Birthday of Sultan Perak</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">22</td>
         <td class="events" align="left">Earth Day</td>
         </tr>
         <tr>
         <td class="events" width="20" align="center">25</td>
         <td class="events" align="left">Secretary Day</td>
         </tr>
    </table>     
    </body>
    </html>

    http://www.dotjonline.com/main/index.jsp?url=/taglib/calendar/calendarFixed.jsp

  • With outlook 2010 client, how to make calendar default?

    Everytime I open my outlook calendar, it shows me a list view of my appointments, as well as two calendar choices under My Calendar: 1) Calendar  2) Peter Kellner.  When I click on "Calendar", it seems to take me to my normal calendar, and I'm
    not sure what "Peter Kellner" calendar is.  I'm not using sharepoint.
    Any thoughts as to what the second calendar could be?  Also, I'd like it to come up in monthly view mode just looking at "Calendar".
    Thanks for help on this.
    Peter Kellner http://peterkellner.net Microsoft MVP • ASPInsider

    There you go; somehow you've created 2 Calendar folders.
    You can copy over the items from one the one Calendar named after your address to the one called Calendar. Afterwards you can remove the calendar so you'd only have 1.
    Copying over the items from the Calendar is done easiest via the List view;
    View-> Change View-> List
    To come back to an earlier question of yours; when you set your view to the Month view, this should stick when you return to your Calendar folder. If it doesn't reset the view of your Calendar via;
    View-> Reset View
    Robert Sparnaaij
    [MVP-Outlook]
    Outlook guides and more: HowTo-Outlook.com
    Outlook Quick Tips: MSOutlook.info

  • My subscribed calendar does not display in today view in iOS7. Does anyone know how to make it show up?

    I have a subscribed calendar on my iPhone. The today view in notification center shows that I have an event at xxxx and tomorrow view says I have x events but the calendar day view does not display any of the events. I need this so I can easily see which rooms my events are in. Dows anyone know how to make the subscribed calendar show up in calendar day view?

    Interesting. May have uncovered a bug. It seems that limited duration events will display, but all day events wont on mine. (iPhone 5). Does that compare to what you are seeing (unfortunately, I have nothing in a subscribed calendar until the week end, so difficult to check. I do seem to recall seeing an event from one this past week end on the iPad, however).

  • How to make users to select the date from calendar control my making the date field read only in date time control in external list in sharepoint 2010

    How to make users to select the date from calendar control only, by my making the date text field read only (don't want to let users type the date) in date time control in external list in sharepoint 2010. I am looking for a solution which can
    be done through sharepoint desginer / out of the box.
    thanks.

    Congratulate you got the solution by yourself. I am new to a
    WinForms calendar component, I feel so helpless on many problems even I'd read many tutorials. This question on the
    calendar date selection did me a great favor. Cheers.

  • I have an Ipad using 5.0.01 and am new to the experience. When I click on the icon for calendar, I get the calendar presentation but do not no how to make an entry.  The tutorials all say you click on the " " sign, but there is no such sign in the lower r

    I have an ipad with 5.0.1 and trying to learn how to use it.  When I click on the icon Calender, I get the calendar  presentation but I do not know how to make an entry.  Every tutorial I have looked at says that you click on a + sign in the lower right corner and then make your entry.  I do not have a + sign on my screen.  Can some one help me.

    You can download a complete iPad 2 User Guide here: http://manuals.info.apple.com/en/ipad_user_guide.pdf
    Also, Good Instructions http://www.tcgeeks.com/how-to-use-ipad-2/
     Cheers, Tom

  • Help on how to make a program on Calendar of the year

    I'm new to java programming.
    Our teacher assigned me to make a program for a calendar of the year.
    I'm confused on what to do. Could you give me some tips on how to
    make a successful calendar of the year program?
    What shall I study first to create an output like this....?
    The program should run like this!!!!
    Enter the year from 1990 to year 2050.
    Enter the month of the year entered.
    Then displays the calendar.
    Ex.
    SEPTEMBER 2002
    Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5 6 7
    8 9 10 11 12 13 14
    15 16 17 18 19 20 21
    22 23 24 25 26 27 28
    29 30
    Hoping that you would reply.
    Thank you very much!!!

    Don't want to do your homework. You should think about how you might do it yourself first.
    However, the class java.util.Calendar will be useful to you. Read up on that in the API docs.

  • Through SharePoint Client Object model, how to make color coded events on Sharepoint Calendar

    Hi,
    Through SharePoint Client Object model, how to make color coded events on Sharepoint Calendar.
    Plese share your knowledge.
    Regards
    Tharak

    Hi,
    According to your post, my understanding is that you wanted to make a color events Calendar.
    We can achieve it using the OOB method by creating the Calendars Overlay.
    http://summit7systems.com/color-code-calendar-events-in-sharepoint/
    You can also use the JavaScript to achieve it.
    http://spsawyer.wordpress.com/2013/07/18/sharepoint-color-calendar/
    http://www.planetwilson.co.uk/sharepoint-2013-colour-calendar-v2/
    more reference:
    http://usermanagedsolutions.com/SharePoint-User-Toolkit/Pages/Color-Coding-Calendar-List.aspx
    http://blog.pathtosharepoint.com/2010/04/06/tutorial-add-color-coding-to-your-sharepoint-2007-calendar-in-15-minutes/#comment-7231
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to make different events with different colors on calendar, on my new iPad

    how to make events on calendar with different colors ?

    Sergio,
    The color of an event is dictated by the color assinged to the calendar it's on.
    Tap Calendars then tap Edit to either changed the color of an existing calendar or to add a new one.
    Matt

  • How to make default event on Droid calendar an "appointment"?

    Does anyone know how to make the default new event on the Droid calendar an "appointment" instead of a "meeting?"  When I enter a new event on the Droid calendar it assumes a meeting, asking for attendees and for attendance confirmation.  That's also how it syncs to my Google calendar, as a "meeting."  I only want to create simple appointments on the phone calendar. Right now I have to go up to the Google calendar, delete the event as a "meeting" and re-enter it as an appointment, at which point it flows down to the phone correctly.  Help!

    Thank you for your inquiry! I can definitely understand the need for being able to increase the font size in your email. At this time, there is no option in Android phones to increase the font size for email. This issue has been lifted up to Google in the past, but at this time there is no information on whether this will be available in the future. There are different mail applications in the Market that may have the ability to increase the font size.

  • How to make Site Identity Button wider, to add whole web address

    was wondering if I can style "Site Identity Button", to make favicon wider,,. like PayPal???? or Bank of America.... and if so how????
    appreciate your help thanks, Steve

    You only see the name of a website if there is a secure (HTTPS) connection.<br />
    If you have a normal HTTP connection then there is no such data available,
    See [[Site Identity Button]]

Maybe you are looking for