View Issue Details

IDProjectCategoryView StatusLast Update
0001607CSSFeature Request - Databasepublic2009-07-25 01:41
Reportercarcaroth Assigned ToDerIdiot  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Summary0001607: Anime Calendar - Animes in Mylist more visible
DescriptionAs 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.
TagsCSS

Activities

worf

2009-07-04 09:33

administrator   ~0002847

Put this into your custom CSS in your profile:

#layout-main div.g_section.mylist
{
  background-color: #6FC279;
}

carcaroth

2009-07-04 11:30

reporter   ~0002848

Thanks, that's good enough!

carcaroth

2009-07-07 08:55

reporter   ~0002851

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.

DerIdiot

2009-07-24 14:12

administrator   ~0002869

Last edited: 2009-07-24 14:14

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

DerIdiot

2009-07-25 01:21

administrator   ~0002884

stuffed the bit in the global css styles.

Issue History

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