2011-11-14 20:14:56 +01:00
|
|
|
a.close_link.closed span {
|
2012-04-15 14:28:01 +02:00
|
|
|
background-image: url(../images/icons/task-complete-grey.png);
|
2011-08-31 23:47:31 +02:00
|
|
|
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 {
|
2012-04-15 14:28:01 +02:00
|
|
|
background-image: url(../images/icons/task-complete.png);
|
2011-08-31 23:47:31 +02:00
|
|
|
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 {
|
2012-04-14 14:51:56 +02:00
|
|
|
background-image: url(../images/icons/layer-visible-off.png);
|
2011-09-03 18:11:05 +02:00
|
|
|
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 {
|
2012-04-14 14:51:56 +02:00
|
|
|
background-image: url(../images/icons/layer-visible-on.png);
|
2011-09-03 18:11:05 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-04-15 15:53:05 +02:00
|
|
|
/* activate link */
|
|
|
|
a.activate_link span {
|
|
|
|
background-image: url(../images/icons/task-accepted-grey.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
a.activate_link.active span {
|
|
|
|
background-image: url(../images/icons/task-accepted.png);
|
|
|
|
}
|
2011-08-31 23:47:31 +02:00
|
|
|
|