Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

Created Unassigned: Lock image url is wrong [219]

$
0
0

```
.calIssuePrivate {
background-image: url(../../images/lock.gif);
background-repeat: no-repeat;
background-position: 3px 3px;
padding: 3px 0 0 23px;
}

```

Should be
```
.calIssuePrivate {
background-image: url(../images/lock.gif);
background-repeat: no-repeat;
background-position: 3px 3px;
padding: 3px 0 0 23px;
}
```

Viewing all articles
Browse latest Browse all 2179

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>