summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css53
1 files changed, 49 insertions, 4 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index b941464..774c8ad 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -118,7 +118,8 @@ width:32px;
margin: 0px auto -1px auto;
top:-1px;
height:49px;
- position:fixed;background-image:url(/static/img/bg.dither.gif);
+ position:fixed;background-image:url(/static/img/blgrad.png);
+background-position:bottom;
background-color:#eee;
border:1px solid #000;
width:100%;
@@ -167,9 +168,9 @@ padding:6px;background-color:#fff;
height:16px;
padding-left:4px;padding-right:3px;
- border-bottom-left-radius:3px;
- -webkit-border-bottom-left-radius:3px;
- -moz-border-radius-bottomleft:3px;
+ border-bottom-left-radius:10px;
+ -webkit-border-bottom-left-radius:10px;
+ -moz-border-radius-bottomleft:10px;
position:relative;
font-size:1px;
border-left:1px solid #999;
@@ -743,6 +744,27 @@ padding-bottom:1;
font-size:12px;
color:#000;
}
+#cyberiawebcam-button-upload{
+ border-top-right-radius:10px;
+ -webkit-border-top-right-radius:5px;background-color:#eff5fb;
+ -moz-border-radius-topright:5px;
+ border-bottom-right-radius:5px;
+ -webkit-border-bottom-right-radius:5px;
+ -moz-border-radius-bottomright:5px;
+ position:absolute;
+ display:inline-block;
+ width:100%;
+height:35px;
+background-position:center;
+right:5px;
+border:1px solid #000;
+top:0;
+padding-bottom:1;
+ text-align:center;
+ cursor:pointer;
+ font-size:12px;
+ color:#000;
+}
#nextbutton{
border:1px solid #000;
border-top-right-radius:10px;
@@ -790,6 +812,29 @@ background-color:#ccc;
color:#fff;
border:1px solid #000;
}
+#cyberiawebcam-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;
+ position:absolute;
+ display:inline-block;
+ width:100%;
+height:35px;
+background-position:center;
+right:5px;
+top:0;
+padding-bottom:4;
+ text-align:center;
+ z-index:100;
+ cursor:pointer;
+background-color:#ccc;
+ font-size:17px;
+ color:#fff;
+border:1px solid #000;
+}
#webcam-button-snap.blink{
color:#4f4;
}