diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-09 23:02:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-09 23:02:28 -0400 |
| commit | 50322cc12ba7c4d3b690d1844c1a7b865b0a038a (patch) | |
| tree | 5cac1c8fe97c75a7245575d20aaf4b303de4dab2 /static/css/dump.css | |
| parent | 9113524e195555424b3cbc63b526e3acc43d0987 (diff) | |
sostler prod commit
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; |
