summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-13 07:31:09 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-04-13 07:31:09 -0400
commitd87cbb95e22bae4597943b9a39f938fd5bda4253 (patch)
tree6abc9b2e145675a44176eb2045eb6910111b6e6a
parent73fa87547d785d7471f01c7d4781b57214a3967a (diff)
sostler PROD
-rwxr-xr-xstatic/css/profile.css32
-rw-r--r--template/profile.st2
2 files changed, 18 insertions, 16 deletions
diff --git a/static/css/profile.css b/static/css/profile.css
index 9e5ecf5..90d07b0 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -372,28 +372,30 @@ color:#087cff;
#newuser
{
- border-top-left-radius:15px;
- border-top-right-radius:15px;
- -webkit-border-top-left-radius:15px;
- -webkit-border-top-right-radius:15px;
- -moz-border-radius-topleft:15px;
- -moz-border-radius-topright:15px;
- border-bottom-left-radius:15px;
- border-bottom-right-radius:15px;
- -webkit-border-bottom-left-radius:15px;
- -webkit-border-bottom-right-radius:15px;
- -moz-border-radius-bottomleft:15px;
+ border-top-left-radius:10px;
+ border-top-right-radius:10px;
+ -webkit-border-top-left-radius:10px;
+ -webkit-border-top-right-radius:10px;
+ -moz-border-radius-topleft:10px;
+ -moz-border-radius-topright:10px;
+ border-bottom-left-radius:10px;
+ border-bottom-right-radius:10px;
+ -webkit-border-bottom-left-radius:10px;
+ -webkit-border-bottom-right-radius:10px;
+ -moz-border-radius-bottomleft:10px;
+
-moz-border-radius-bottomright:15px;
- box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
- -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
- -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde;
+border:1px solid black;
+ box-shadow: 0 0 10px #d8dbde, 1px 1px 1px #d8dbde;
+ -webkit-box-shadow: 0 0 10px #d8dbde, 1px 1px 1px #d8dbde;
+ -moz-box-shadow: 0 0 10px #d8dbde, 1px 1px 1px #d8dbde;
padding:20;
line-height:1.5;
height:auto;
margin-top:-100px;
width:600;
- background-image:url(/static/img/dumpcats2.png);
+ background-image:url(/static/img/hearts.gif);
margin-left:40}
#newuser a{font-size:28;
diff --git a/template/profile.st b/template/profile.st
index 524ade9..8d57c93 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -91,7 +91,7 @@
<br><br>
<h1>Step &#x2776;</h1>
- <h3>&#x261F; Find a sweet image for your avatar, paste the URL below &#x261F;</h3>
+ <h3>&#x261F; Find a sweet image for your avatar, upload it below &#x261F;</h3>
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$