diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-02 08:01:26 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-02 08:01:26 -0500 |
| commit | 8af42afceb087f4cb48670b6c9b3445fbcb388b8 (patch) | |
| tree | 2a7e301f817afc06f5dbd52f8689e729419c42e9 | |
| parent | c93c582470447fd266c66be082a59ce46a8ecf68 (diff) | |
ryder's profile changes
| -rwxr-xr-x | static/js/pichat.js | 2 | ||||
| -rwxr-xr-x | static/profile.css | 20 | ||||
| -rwxr-xr-x | template/banner.st | 2 | ||||
| -rwxr-xr-x | template/profile.st | 7 |
4 files changed, 25 insertions, 6 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 3c69994..b322ae9 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -334,7 +334,7 @@ function enableProfileEdit() { $('#contact, #bio, #avatar').addClass('editable'); $('#avatar-editing').show(); var resetPage = function() { location.reload() }; - $('#edit-toggle a').text('--> Done editing <--').click(resetPage); + $('#edit-toggle a').text('done editing').click(resetPage); activateProfileEditable(); } diff --git a/static/profile.css b/static/profile.css index 34608aa..e8a5498 100755 --- a/static/profile.css +++ b/static/profile.css @@ -34,7 +34,7 @@ text-shadow: blue -2px -2px 0, red 2px 2px 0, green -6px 4px 0; } #profile h2{ text-indent:-10; -margin-top:-7; +margin-top:-5; margin-bottom:15; } #logavatar{ @@ -47,6 +47,20 @@ background-image:url(/static/leftarrow.png); margin-top:-22; } +#edit-toggle{ +position:absolute; +top:2; +right:2%; + +} +#edit-toggle a{font-size:12; +letter-spacing:; +color:#999; +} +#edit-toggle a:hover{font-size:12; +letter-spacing:; +color:#f0e; +} #logavatar img{ max-width:20px; width: expression(this.width > 20 ? 20: true); @@ -79,8 +93,8 @@ display:inline-block; background-image:url(/static/btngrad1.png); font-weight:bold; word-spacing:7; - margin-top:25px; -margin-bottom:5; + margin-top:0; +margin-bottom:0; margin-left:-2; text-align:center; z-index:100; diff --git a/template/banner.st b/template/banner.st index dd7a7b3..ff66e33 100755 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@ <div id="header7"> <div id="logoicons"> <div id="logo7"> - <div align="center"><a href="/chat">dump.fm</a></div> + <div align="center"><a href="/">dump.fm</a></div> <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> diff --git a/template/profile.st b/template/profile.st index 9c77069..e3f8f44 100755 --- a/template/profile.st +++ b/template/profile.st @@ -26,9 +26,14 @@ </div> <br> <div id="posts"> + <div id="cats"> $if(dumps)$ + <div id="lolbanner"> + <img src="/static/welcomebanner.gif"> + </div> + $if(dumps)$ $dumps:{ d | $logged_dump(dump=d)$ }$ <div id="profile"> @@ -64,7 +69,7 @@ $if(is_home)$ <br> - <div id="edit-toggle"><a href="#">--> Edit your information <--</a></div> + <div id="edit-toggle"><a href="#">edit profile</a></div> $endif$ <br> |
