2011-08-31 18:25:03 +02:00
|
|
|
tr.activeline a.activate_link div {
|
|
|
|
background-image: url(/static/images/icons/task-accepted.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2011-09-03 18:11:05 +02:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-31 18:25:03 +02:00
|
|
|
}
|
|
|
|
tr.inactiveline a.activate_link div {
|
|
|
|
background-image: url(/static/images/icons/task-accepted-grey.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2011-09-03 18:11:05 +02:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-31 18:25:03 +02:00
|
|
|
}
|
2011-08-31 23:47:31 +02:00
|
|
|
|
2011-11-14 20:14:56 +01:00
|
|
|
a.close_link.closed span {
|
2011-08-31 23:47:31 +02:00
|
|
|
background-image: url(/static/images/icons/user-offline.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2011-09-03 18:11:05 +02:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-31 23:47:31 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2011-11-14 20:14:56 +01:00
|
|
|
a.close_link.open span {
|
2011-08-31 23:47:31 +02:00
|
|
|
background-image: url(/static/images/icons/user-online.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
2011-09-03 18:11:05 +02:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2011-08-31 23:47:31 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2011-11-14 20:14:56 +01:00
|
|
|
a.hidelink.hide span {
|
2011-09-03 18:11:05 +02:00
|
|
|
background-image: url(/static/images/icons/layer-visible-off.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2011-11-14 20:14:56 +01:00
|
|
|
a.hidelink.show span {
|
2011-09-03 18:11:05 +02:00
|
|
|
background-image: url(/static/images/icons/layer-visible-on.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2011-08-31 23:47:31 +02:00
|
|
|
|
2011-11-09 21:16:02 +01:00
|
|
|
a.countdown_visible_link.closed div {
|
|
|
|
background-image: url(/static/images/icons/user-offline.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
a.countdown_visible_link.open div {
|
|
|
|
background-image: url(/static/images/icons/user-online.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|