Difference between revisions of "Template:ActionsTable"
From Eth0Wiki
m |
m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
-webkit-border-radius:5px; | -webkit-border-radius:5px; | ||
-moz-border-radius:5px; | -moz-border-radius:5px; | ||
+ | white-space:nowrap; | ||
} | } | ||
.ActionsTable td { | .ActionsTable td { | ||
Line 15: | Line 16: | ||
padding-right:10px; | padding-right:10px; | ||
vertical-align:top; | vertical-align:top; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
.ActionsTable tr.status_done td, | .ActionsTable tr.status_done td, | ||
− | .ActionsTable tr.status_cancelled td { | + | .ActionsTable tr.status_cancelled td, |
− | color:# | + | .ActionsTable tr.status_done td a, |
+ | .ActionsTable tr.status_cancelled td a { | ||
+ | color:#bbb !important; | ||
text-decoration:line-through; | text-decoration:line-through; | ||
} | } | ||
Line 45: | Line 44: | ||
padding-left:3px; | padding-left:3px; | ||
background-color:black; | background-color:black; | ||
− | color:white; | + | } |
+ | .ActionsTable td.owner_E_NO_OWNER a { | ||
+ | color:white !important; | ||
+ | text-decoration:none; | ||
} | } | ||
.ActionsTable td.owner_ { | .ActionsTable td.owner_ { | ||
visibility:hidden; | visibility:hidden; | ||
+ | } | ||
+ | .ActionsTable tr.hover:hover td { | ||
+ | background-color:#96D321 !important; | ||
+ | color:black; | ||
} | } | ||
}} | }} | ||
− | <table class="ActionsTable" cellspacing="1" cellpadding="2" border="0" width="100%"><tr><th>Nr.</th><th>Categorie</th><th>Omschrijving / wat er moet gebeuren</th><th>Eigenaar</th><th>Status</th><th>Datumplanning</th><th>Opmerking</th></tr>{{{items}}}</table> | + | <table class="ActionsTable sortable" cellspacing="1" cellpadding="2" border="0" width="100%"><tr><th>Nr.</th><th>Categorie</th><th>Omschrijving / wat er moet gebeuren</th><th>Eigenaar</th><th>Status</th><th>Datumplanning</th><th>Opmerking</th></tr>{{{items}}}</table> |
Latest revision as of 13:27, 6 January 2011
{{#css: .ActionsTable th {
background-color:#96D321; color:black; padding:1px 10px 1px 5px; text-align:left; vertical-align:bottom; margin:0 2px 2px 0; -webkit-border-radius:5px; -moz-border-radius:5px; white-space:nowrap;
} .ActionsTable td {
background-color:white; color:black; padding-right:10px; vertical-align:top;
} .ActionsTable tr.status_done td, .ActionsTable tr.status_cancelled td, .ActionsTable tr.status_done td a, .ActionsTable tr.status_cancelled td a {
color:#bbb !important; text-decoration:line-through;
} .ActionsTable tr.status_cancelled td {
color:#666!important;
} .ActionsTable td.status_done {
background-color:#CFC !important;
} .ActionsTable td.status_starten {
color:red;
} .ActionsTable td.status_lopend {
color:blue;
} .ActionsTable td.status_onbekend {
color:magenta;
} .ActionsTable td.owner_E_NO_OWNER {
-webkit-border-radius:5px; padding-right:3px; padding-left:3px; background-color:black;
} .ActionsTable td.owner_E_NO_OWNER a {
color:white !important; text-decoration:none;
} .ActionsTable td.owner_ {
visibility:hidden;
} .ActionsTable tr.hover:hover td {
background-color:#96D321 !important; color:black;
} }}
{{{items}}}Nr. | Categorie | Omschrijving / wat er moet gebeuren | Eigenaar | Status | Datumplanning | Opmerking |
---|