View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001607 | CSS | Feature Request - Database | public | 2009-07-02 13:37 | 2009-07-25 01:41 |
Reporter | carcaroth | Assigned To | DerIdiot | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001607: Anime Calendar - Animes in Mylist more visible | ||||
Description | As it is now, when navigating in Anime Calendar, there is a row labeled as "Mylist" where it shows how many episodes from the anime is in Mylist, as well the ones already watched. I suggest this row to be more visual friendly, e.g., background color green in case all episodes are in Mylist. This way a user will know instantly if he has all episodes of an anime(a green colour will be very conspicuous), otherwise only reading throughtly each entry to look for the Mylist row. This visual aid would be equivalent as the one existing when searching for an anime - the ones which at least one episode is in Mylist has a green background color. | ||||
Tags | CSS | ||||
|
Put this into your custom CSS in your profile: #layout-main div.g_section.mylist { background-color: #6FC279; } |
|
Thanks, that's good enough! |
|
As a note, that CSS code also adds the green background to the main anime page, in "Mylist Info" seccion, even if I do not have episodes from that anime in mylist. |
|
because worf wrote a way too general css bit #layout-main div.latestanimes_all div.g_section.mylist { background-color: #6FC279; } try that instead and if you want a less "IN YOUR FACE" implementation use #layout-main div.latestanimes_all div.g_section.mylist tr.mylist td { background-color: #6FC279; } |
|
stuffed the bit in the global css styles. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-07-02 13:37 | carcaroth | New Issue | |
2009-07-04 09:33 | worf | Note Added: 0002847 | |
2009-07-04 11:30 | carcaroth | Note Added: 0002848 | |
2009-07-07 08:55 | carcaroth | Note Added: 0002851 | |
2009-07-24 14:12 | DerIdiot | Note Added: 0002869 | |
2009-07-24 14:12 | DerIdiot | Note Edited: 0002869 | |
2009-07-24 14:14 | DerIdiot | Note Edited: 0002869 | |
2009-07-24 14:15 | DerIdiot | Tag Attached: CSS | |
2009-07-25 01:21 | DerIdiot | Note Added: 0002884 | |
2009-07-25 01:22 | DerIdiot | Status | new => resolved |
2009-07-25 01:22 | DerIdiot | Resolution | open => fixed |
2009-07-25 01:22 | DerIdiot | Assigned To | => DerIdiot |
2009-07-25 01:41 | DerIdiot | Project | HTML & PERL => CSS |