anyone know where the css stylesheet is for the calendar. It is marked <div class="calendar-large"> but I cannot find the css for this <div> anywhere in the code. thanks dave
| Mon, 30 Jun 2008, 12:08am | #1 |
|---|---|
|
|
| Offline | Link |
| Mon, 07 Jul 2008, 11:54am | #2 |
|---|---|
|
All of the CSS I've written is here: |
| Offline | Link |
| Wed, 16 Jul 2008, 3:06am | #3 |
|---|---|
|
Hi, thanks! So Ive found the CSS for the table here:
|
| Offline | Link |
| Wed, 16 Jul 2008, 1:00pm | #4 |
|---|---|
|
You can give the div a class or id, and then you could style it however you want. If you'd like me to give something a class or id in the core app, just let me know. |
| Offline | Link |
| Wed, 16 Jul 2008, 2:01pm | #5 |
|---|---|
|
The problem is that I'm not sure what div applies to just the table of the calendar. Is there a specific div that does this? |
| Offline | Link |
| Wed, 16 Jul 2008, 2:43pm | #6 |
|---|---|
|
I'm not sure what page you're talking about, but you can always view the source to find out what ids and classes apply to page elements. |
| Offline | Link |
| Wed, 16 Jul 2008, 7:04pm | #7 |
|---|---|
|
So for the wide calendar when you click add event, where is the div for changing only the style of the table used in this calendar? I thought the styling was done through this CSS: table {
And I am just wondering if there is a way to change the table style of only this table used in the wide calendar in the events page. Is there another specific div that affects this table? Thanks, sorry this is a bit confusing. I really appreciate your help. |
| Offline | Link |
| Wed, 16 Jul 2008, 11:14pm | #8 |
|---|---|
|
Nevermind, I figured it out. The table has a class under calendar: <table class="calendar"> |
| Offline | Link |