Skip to content

Commit

Permalink
mucking with stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
peat committed Feb 12, 2012
1 parent 1a1649c commit 411911b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions extension/banner.css
@@ -1,10 +1,11 @@
#audibleHarvest {
background-color: #DDCC00;
border: 1px solid #000000;
background-color: #fd8;
border: 1px solid #fff;
color: #000;
box-shadow: 0px 0px 10px #888;
box-shadow: 0px 0px 10px #fff;
text-align:center;
border-radius: 10px;
padding: 10px;
}

#audibleHarvest a { text-decoration: none; font-weight: bold; color: inherit }
Expand Down
2 changes: 1 addition & 1 deletion extension/scraper.js
Expand Up @@ -63,7 +63,7 @@ AH.halt = function() {

AH.notification = function() {
// drop a div a the top of the page with a friendly message.
jQuery('body').prepend('<div id="audibleHarvest" style="position:absolute; top:0px; z-index:9999; font-size: 10px; padding: 3px;"><a href="' + AH.server + '" target="audibleHarvest">Audible Harvest</a> is Looking for Music <span id="audibleHarvestStatus"></span></div>');
jQuery('body').prepend('<div id="audibleHarvest" style="position:absolute; top:0px; z-index:9999; font-size: 10px; padding: 3px;">&nbsp;<a href="' + AH.server + '" target="audibleHarvest">Audible Harvest</a> is Looking for Music <span id="audibleHarvestStatus"></span>&nbsp;</div>');
jQuery('#audibleHarvest').show();
}

Expand Down

0 comments on commit 411911b

Please sign in to comment.