diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 01:03:11 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-10 01:03:11 -0400 |
| commit | 1847fd22d50433184eaaeafce9e47874f7c8c36f (patch) | |
| tree | 6e7f99faf8844de79379e65285d328283689d6da /static/css | |
| parent | f9e44dac3ee7673c092e162e2b6e3d1d61884941 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dump.css | 53 |
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; } |
