summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rwxr-xr-xstatic/css/dump.css6
-rw-r--r--static/webcam/webcam.js2
-rw-r--r--static/webcam/webcam.swfbin18933 -> 23702 bytes
3 files changed, 5 insertions, 3 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index c6cd068..1aa7668 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -246,11 +246,13 @@ border:1px solid #000;
color:#4f4;
}
+/* webcam was 320x240
+ webcam is 480x360*/
#webcam-button-close { /* 16 x 14 */
position: fixed;
- bottom: 330px; /* 240 + 68 - (16 / 2) */
- right: 335px; /* 320 - (14 / 2) */
+ bottom: 450px; /* 240 + 68 - (16 / 2) */
+ right: 495px; /* 320 - (14 / 2) */
z-index: 5001;
border:1px solid #000;
cursor: pointer;
diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js
index 411c86d..f7ff5c4 100644
--- a/static/webcam/webcam.js
+++ b/static/webcam/webcam.js
@@ -56,7 +56,7 @@ window.webcam = {
show: function() {
var closeHtml = '<img src="/static/webcam/close.gif" onclick="webcam.hide()" id="webcam-button-close" />'
- var camHtml = '<div id="webcam-preview">' + webcam.get_html(320, 240) + closeHtml + "</div>"
+ var camHtml = '<div id="webcam-preview">' + webcam.get_html(480, 360) + closeHtml + "</div>"
$("body").append(camHtml)
$("#webcam-button-upload").addClass("invisible")
$("#webcam-button-snap").removeClass("invisible")
diff --git a/static/webcam/webcam.swf b/static/webcam/webcam.swf
index ce7b114..122624e 100644
--- a/static/webcam/webcam.swf
+++ b/static/webcam/webcam.swf
Binary files differ