diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 62 |
1 files changed, 24 insertions, 38 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index a911a65..ddc5e81 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2,7 +2,7 @@ body { -background-color:#EEF2FF; +background-color:#fff; margin:0; background-repeat:repeat-x; @@ -135,7 +135,8 @@ left:0.2%; position:relative; min-width:500px; z-index:100; -left:1px; +left:2px; + bottom:10px; width: 100%; } @@ -144,9 +145,9 @@ bottom:10px; width: 99.7%; z-index:100; background-color:#FFF; - margin-top: 16px; - left:-3px; - position:relative; + margin-top: 15px; + left:-3px;border:1px solid #000; + position:relative;border-right:0px; height:35px; font-size:20px; min-width:500px; @@ -168,16 +169,16 @@ margin-right:374; height:35px; right:260px; font-size:20px; -background-image:url(/static/img/urlbutton.png); -text-indent:27; top:15px; text-align:center; z-index:100; +border:1px solid #000; +border-right:0px; cursor:pointer; - background-color:#0c8fff; + background-color:#ffffff; font-size:12px; - color:#fff; - text-shadow:1px 1px 3px rgba(0,0,0,1); + color:#000; + } #webcam-button-upload{ border-top-right-radius:10px; @@ -193,19 +194,15 @@ top:15px; height:35px; background-position:center; right:20; +border:1px solid #000; top:15px; padding-bottom:1; -text-indent:28; text-align:center; z-index:100; cursor:pointer; -background-color:#0c8fff; +background-color:#fff; font-size:12px; - color:#fff; - -background-image:url(/static/img/cambutton.png); - - text-shadow:1px 1px 3px rgba(0,0,0,1); + color:#000; } #webcam-button-snap{ border-top-right-radius:10px; @@ -226,11 +223,10 @@ padding-bottom:4; text-align:center; z-index:100; cursor:pointer; -background-color:yellow; +background-color:#fff; font-size:17px; color:#fff; -background-image:url(/static/img/bg-btn-red.png); - text-shadow:1px 1px 3px rgba(0,0,0,1); +border:1px solid #000; } #webcam-button-snap.blink{ color:#4f4; @@ -272,13 +268,7 @@ border:1px solid #999; z-index:5000; } #upload { - 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; @@ -287,16 +277,13 @@ background-position:center; right:140; top:15px; padding-bottom:1; -text-indent:24; text-align:center; z-index:100; cursor:pointer; -background-color:#0c8fff; +background-color:#fff; font-size:12px; - color:#fff; -background-image:url(/static/img/upbutton.png); - - text-shadow:1px 1px 3px rgba(0,0,0,1); + color:#000; +border:1px solid #000;border-right:0px; } .msgDiv img{ max-width:650px; @@ -320,9 +307,8 @@ opacity:1; } #palette-button { - +border:1px solid #000; border-radius:5px; -background-image:url(/static/img/upbutton.png); background-position:top right; position:absolute; /* display:inline-block;*/ @@ -335,10 +321,10 @@ background-position:top right; text-align:center; z-index:100; cursor:pointer; - background-color:#0c8fff; + background-color:#fff; font-size:12px; color:#fff; - text-shadow:1px 1px 3px rgba(0,0,0,1); +border-right:0px; } #palette { @@ -400,7 +386,7 @@ border:1px solid blue; margin: 0px; position: absolute; padding: 5px; - top:50px; + top:70px; min-width: 200px; width:11%; float:right; |
