diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-09 22:23:28 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-09 22:23:28 -0400 |
| commit | 167efea3b97a3414f5608d9bfff55aebb29b0727 (patch) | |
| tree | 20403c95b7d6e490cc3645ae884fd776b6290f60 /static | |
| parent | 219b28bbb3ce87ffe55e5ba58ed39f073c040c3c (diff) | |
timb commiting ryder's changes
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/browser.css | 5 | ||||
| -rwxr-xr-x | static/css/dump.css | 7 | ||||
| -rw-r--r-- | static/css/register.css | 7 | ||||
| -rw-r--r-- | static/img/dumpcats2.png | bin | 908489 -> 438093 bytes | |||
| -rw-r--r-- | static/img/thumbs_up_sm.gif | bin | 91 -> 0 bytes | |||
| -rwxr-xr-x | static/js/register.js | 1 | ||||
| -rw-r--r-- | static/register.html | 8 |
7 files changed, 22 insertions, 6 deletions
diff --git a/static/css/browser.css b/static/css/browser.css index ce5600a..12c7c55 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -14,7 +14,7 @@ #container { text-align: left; font-family: sans-serif; - color: #4E4848; + color: #000000; margin-left: auto; margin-right: auto; width: 1200px; @@ -139,6 +139,7 @@ left:0.1%; z-index:100; left:1px; bottom:10px; +color:#00000; width: 100%; } @@ -199,7 +200,7 @@ top:15px; .msgDiv {padding:2px; } .oldmsg { - color: #666; + color: #000; } #userList { diff --git a/static/css/dump.css b/static/css/dump.css index 6adbc77..bd962a0 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -307,7 +307,13 @@ background-image:url(/static/img/upbutton.png); max-width:400px; margin:-2; z-index: 1; +opacity:1; +-webkit-transition: opacity; +-webkit-transition-timing-function: ease-out; +-webkit-transition-duration: 500ms; + } + .msgDiv {padding:2px; } .oldmsg { @@ -409,7 +415,6 @@ background-color:#f3f3f3; -moz-border-radius-bottomleft:3px; -moz-border-radius-bottomright:3px; } - #userListicon { overflow: auto; height: 70%; diff --git a/static/css/register.css b/static/css/register.css index c6ed8ff..e00771a 100644 --- a/static/css/register.css +++ b/static/css/register.css @@ -4,6 +4,13 @@ <!-- +#termz{ +font-size:10; +margin-right:12; +margin-top:-5; +margin-bottom:-5; + +} .white a:link { text-decoration: none; text-shadow: -1px 1px 1px #ccc; diff --git a/static/img/dumpcats2.png b/static/img/dumpcats2.png Binary files differindex 34768f4..d46d3bb 100644 --- a/static/img/dumpcats2.png +++ b/static/img/dumpcats2.png diff --git a/static/img/thumbs_up_sm.gif b/static/img/thumbs_up_sm.gif Binary files differdeleted file mode 100644 index b039245..0000000 --- a/static/img/thumbs_up_sm.gif +++ /dev/null diff --git a/static/js/register.js b/static/js/register.js index 30e221f..af7e23a 100755 --- a/static/js/register.js +++ b/static/js/register.js @@ -1,6 +1,7 @@ function submitRegistration() { var nick = $('#nickInput').val(); var email = $('#emailInput').val(); + var terms = $('#terms').val(); var password = $('#passwordInput').val() || ""; var password2 = $('#passwordInput2').val() || ""; diff --git a/static/register.html b/static/register.html index f7c7163..083fec5 100644 --- a/static/register.html +++ b/static/register.html @@ -41,14 +41,16 @@ <span>password</span> <input type="password" class="field" id="passwordInput" /> <br /> - <span>repeat password</span> + <span>password 2x</span> <input type="password" class="field" id="passwordInput2" /> - + </h1> <h1><span>email</span> <input type="text" class="field"id="emailInput" /> </h1> - + <div id="termz"> <input type="checkbox" name="terms" id="terms"> + I Agree to the <a href="http://dump.fm/terms">Terms of Service</a></label></div> + </form> <h1><br /> |
