Summary | New Print theme for Calendar. |
Queue | Kronolith |
Queue Version | 2.1.2 |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | gimili (at) users (dot) sourceforge (dot) net |
Created | 07/06/2006 (7044 days ago) |
Due | |
Updated | 07/07/2006 (7043 days ago) |
Assigned | |
Resolved | 07/07/2006 (7043 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: screen[1].css
new file? I removed all the unnecessary lines and this is what is left:
.today {
border-color: #A2ADBC;
border-width: 2px;
}
.othermonth {
border: 0px solid #A2ADBC;
border-top: 2px solid #A2ADBC;
}
.monthgrid {
border: 4px solid #A2ADBC;
}
td {
border: 2px solid #A2ADBC;
}
.event {
font-size: 10px;
}
State ⇒ Feedback
done with a background color instead of a border. Your version does
add borders, but we need to get rid of the cellspacing as well. I'll
look at the borders part; if you want other specific changes will you
submit a unified diff instead of a whole new file?
Thanks!
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ New Print theme for Calendar.
Queue ⇒ Kronolith
New Attachment: screen.css
State ⇒ New
day. I wanted to be able to print a blank calendar or one that I
could add comments to by hand. I created this new print theme to
replace kronolith/themes/print/screen.css. It took me quite awhile to
figure it out and I think it is a lot better. There is some junk
lines and it needs to be cleaned up but it works for me. Perhaps this
will help someone else.