diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md index 8521b46..c29604c 100644 --- a/INSTRUCTIONS.md +++ b/INSTRUCTIONS.md @@ -143,7 +143,7 @@ VirtualBox and Vagrant, and cloning the [git repository][repo]: 5. Activate the virtualenv environment: `source env/bin/activate` 6. Start the development server: `python manage.py runserver 192.168.33.10:8000` - * Note the IP address on the end: if you omit this, + * Note the IP address on the end: if you omit this, the server will not be accessible from your real machine 7. Point your web browser to When you've finished working, you can quit the webserver if it's still diff --git a/oabutton/apps/bookmarklet/templates/bookmarklet/bookmarklet.html b/oabutton/apps/bookmarklet/templates/bookmarklet/bookmarklet.html index 8530886..325933f 100644 --- a/oabutton/apps/bookmarklet/templates/bookmarklet/bookmarklet.html +++ b/oabutton/apps/bookmarklet/templates/bookmarklet/bookmarklet.html @@ -144,9 +144,10 @@ iframe.style.zIndex = "2147483640"; iframe.style.boxSizing = "border-box"; iframe.style.MozBoxSizing = "border-box"; - iframe.style.padding = "15px"; - iframe.style.borderLeft = "2px #555 dashed"; - iframe.style.background = "white"; + iframe.style.padding = "0 0 0 5px"; + iframe.style.borderLeft = "1px #555 dashed"; + iframe.style.borderTop = "none"; + iframe.style.background = "#ddd"; iframe.style.height = "100%"; iframe.style.width = "350px"; iframe.style.bottom = "0"; diff --git a/oabutton/apps/bookmarklet/templates/bookmarklet/layout.html b/oabutton/apps/bookmarklet/templates/bookmarklet/layout.html index 7d9c7cf..bb9793e 100644 --- a/oabutton/apps/bookmarklet/templates/bookmarklet/layout.html +++ b/oabutton/apps/bookmarklet/templates/bookmarklet/layout.html @@ -39,9 +39,9 @@ {% block footer %}