diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-25 04:03:45 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-25 04:03:45 -0400 |
| commit | 1f030e0ba0d15ad62b9b705f8bec260508aa7dcc (patch) | |
| tree | 96ef458a500126b204730666954cdc1a1672f519 /static/css/dump.css | |
| parent | 3bd873a866bdc503ecc1144d9795876662c47563 (diff) | |
| parent | 41025f011fe761b9c5d4e580bf5d7288b05b7e0f (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 8e60f4e..49d915c 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; |
