Skip to content

Commit

Permalink
Final styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Crane committed Aug 4, 2012
1 parent ada18d7 commit 5c00b48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions bookmarklet/addJob.js
Expand Up @@ -38,6 +38,7 @@ var iframe = document.createElement('iframe');
iframe.id = 'jobsavr_iframe';
iframe.src = appURL+'/bookmarklet/addjob.html?' + encodeURIComponent(window.location);
iframe.style.width = '30em';
iframe.style.border = '0';
iframe.scolling = 'no';
popup.appendChild(iframe);

Expand Down
5 changes: 5 additions & 0 deletions bookmarklet/addjob.html
Expand Up @@ -5,6 +5,11 @@
authorize: true
credentials_cookie: true
</script>
<style>
body {
overflow: none;
};
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
var backendURL = 'https://localhost/backend/index.php';
Expand Down

0 comments on commit 5c00b48

Please sign in to comment.