Skip to content

Commit

Permalink
Add images for link to main site and start xul for it
Browse files Browse the repository at this point in the history
  • Loading branch information
mitechie committed May 10, 2011
1 parent 2c164c1 commit 92d75c7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
Binary file added extensions/chrome_ext/logo.16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion extensions/firefox_ext/chrome/content/bookie.xul
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
>
<panel id="bookie-panel" >
<vbox align="start" id="bmarkbody">
<label id="popup_title" value="Post to Bookie"></label>
<hbox>
<label id="popup_title" value="Post to Bookie"></label>
<image id="main_site" align="end"/>
</hbox>
<form id="form" >
<vbox>
<input id="url" type="hidden" />
Expand Down
1 change: 1 addition & 0 deletions extensions/firefox_ext/chrome/skin/osx/logo.16.png
6 changes: 6 additions & 0 deletions extensions/firefox_ext/chrome/skin/unix/bookie.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
margin-bottom: .5em;
}

#main_site {
background-repeat: no-repeat;
background-image: url("chrome://bookie-os/skin/logo.16.png");
background-position: right top;
}

/* .bookie { */
/* -moz-image-region: rect(0px, 24px, 24px, 0px); */
/* } */
Expand Down
1 change: 1 addition & 0 deletions extensions/firefox_ext/chrome/skin/unix/logo.16.png

0 comments on commit 92d75c7

Please sign in to comment.