Changeset e499677 for asadb/media


Ignore:
Timestamp:
Dec 26, 2011, 4:40:54 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
72a3d90
Parents:
d9137a7
git-author:
Alex Dehnert <adehnert@…> (12/26/11 04:40:54)
git-committer:
Alex Dehnert <adehnert@…> (12/26/11 04:40:54)
Message:

Mark group status on group list pages (Trac: #45)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/media/style/style.css

    r754d5a4 re499677  
    220220}
    221221
     222tr.group-status-active.group-active-True td.group-status
     223{
     224    background-color: green;
     225    color: black;
     226}
     227tr.group-active-True td.group-status
     228{
     229    background-color: yellow;
     230    color: black;
     231}
     232tr.group-active-False td.group-status
     233{
     234    background-color: red;
     235    color: black;
     236}
     237
    222238
    223239/* Reset some stuff */
Note: See TracChangeset for help on using the changeset viewer.