Skip to content

Commit

Permalink
image should stay at top.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSofaer committed May 3, 2012
1 parent 9d084bc commit 61ba34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/dnschanger_detector.js
Expand Up @@ -15,7 +15,7 @@ CloudFlare.define("dnschanger_detector", ["cloudflare/dom", "cloudflare/config"]
info.innerHTML = 'Please visit <a href="'+ fix_url +'" target="blank">'+ fix_url +'</a> for help fixing your DNS. <strong>You may lose access to the Internet after July 9, 2012 if you don\'t fix this.</strong> For additional information regarding the DNS changer malware, please visit the <a href="http://www.fbi.gov/news/stories/2011/november/malware_110911" target="blank">FBI\'s website</a>. <span style="color: #A5A5A5">DNS Changer warning powered by <a href="http://www.cloudflare.com/" style="color: #A5A5A5; text-decoration: underline;">CloudFlare</a>.</span>';
message.appendChild(info);
var icon = dom.createElement("td");
dom.setAttribute(icon, "style", 'width: 50px; height: 50px; background: url("/cdn-cgi/custom/images/red-exclamation.png") no-repeat center center;');
dom.setAttribute(icon, "style", 'width: 50px; height: 50px; background: url("/cdn-cgi/custom/images/red-exclamation.png") no-repeat center top;');
var closeButton = dom.createElement("button");
dom.setAttribute(closeButton, "style", 'width: 20px; height: 20px; margin-left: 15px; background: url("/cdn-cgi/custom/images/button-x.png") no-repeat top left; border: none;');
tr.appendChild(icon)
Expand Down

0 comments on commit 61ba34d

Please sign in to comment.