summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/pichat.css')
-rwxr-xr-xstatic/pichat.css47
1 files changed, 46 insertions, 1 deletions
diff --git a/static/pichat.css b/static/pichat.css
index 9ccb725..1e4a4f3 100755
--- a/static/pichat.css
+++ b/static/pichat.css
@@ -146,7 +146,7 @@ top:15px;
color:#fff;
text-shadow:1px 1px 3px rgba(0,0,0,1);
}
-#webcam{
+#webcam-button-upload{
border-top-right-radius:10px;
-webkit-border-top-right-radius:5px;
-moz-border-radius-topright:5px;
@@ -173,6 +173,51 @@ background-image:url(/static/cambutton.png);
text-shadow:1px 1px 3px rgba(0,0,0,1);
}
+#webcam-button-snap{
+ border-top-right-radius:10px;
+ -webkit-border-top-right-radius:5px;
+ -moz-border-radius-topright:5px;
+ border-bottom-right-radius:5px;
+ -webkit-border-bottom-right-radius:5px;
+ -moz-border-radius-bottomright:5px;
+ border-radius:5px;
+ position:absolute;
+ display:inline-block;
+ width:120px;
+height:35px;
+background-position:center;
+right:0;
+top:15px;
+padding-bottom:1;
+ text-align:center;
+ z-index:100;
+ cursor:pointer;
+background-color:yellow;
+ font-size:16px;
+ color:#fff;
+background-image:url(/static/bg-btn-red.png);
+
+ text-shadow:1px 1px 3px rgba(0,0,0,1);
+}
+#webcam-button-snap.blink{
+ color:#4f4;
+}
+
+
+#webcam-button-close { /* 16 x 14 */
+ position: fixed;
+ bottom: 300px; /* 240 + 68 - (16 / 2) */
+ right: 313px; /* 320 - (14 / 2) */
+ z-index: 5001;
+ cursor: pointer;
+}
+
+#webcam-preview {
+ position:fixed;
+ bottom: 68px;
+ right:0;
+ z-index:5000
+}
#upload {
border-top-right-radius:10px;
-webkit-border-top-right-radius:5px;