diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 9c8b945..a587ed3 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -189,25 +189,31 @@ border-right:0px; font-size:12px; color:#000; } -#prevbutton { +#prevbutton { +border:1px solid #000; position:absolute; display:inline-block; - width:120px; + width:50%; height:35px; background-position:center; -right:125px; +left:0px; top:0; font-weight:bold; background-color:#eff5fb; + border-top-left-radius:10px; + -webkit-border-top-left-radius:5px; + -moz-border-radius-topleft:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-left-radius:5px; + -moz-border-radius-bottomleft:5px; padding-bottom:1; text-align:center; z-index:100; cursor:pointer; font-size:12px; color:#000; -border:1px solid #000;border-right:0px; +border-right:0px; } - #webcam-button-upload{ border-top-right-radius:10px; -webkit-border-top-right-radius:5px;background-color:#eff5fb; @@ -231,6 +237,7 @@ padding-bottom:1; color:#000; } #nextbutton{ +border:1px solid #000; border-top-right-radius:10px; -webkit-border-top-right-radius:5px; -moz-border-radius-topright:5px; @@ -239,12 +246,11 @@ padding-bottom:1; -moz-border-radius-bottomright:5px; position:absolute; display:inline-block; - width:120px; + width:50%; height:35px; font-weight:bold; background-position:center; right:5px;background-color:#eff5fb; -border:1px solid #000; top:0; padding-bottom:1; text-align:center; @@ -253,6 +259,7 @@ padding-bottom:1; font-size:12px; color:#000; } + #webcam-button-snap{ border-top-right-radius:10px; -webkit-border-top-right-radius:5px; |
