diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-23 23:05:37 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-23 23:05:37 -0400 |
| commit | 557e5795e9f5f2503072b3becd48dc75e364faf6 (patch) | |
| tree | dc59b402350ce02ec756b971ea9ecb881238839d /template/rooms/chat.st | |
| parent | 3bd4fd4b55c4c520c16219ab5ae8b6679482c4a3 (diff) | |
sostler prod commit
Diffstat (limited to 'template/rooms/chat.st')
| -rw-r--r-- | template/rooms/chat.st | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/template/rooms/chat.st b/template/rooms/chat.st index f4c4162..19f32d4 100644 --- a/template/rooms/chat.st +++ b/template/rooms/chat.st @@ -72,17 +72,19 @@ $if(dis)$ $else$ $banner()$ $if(!user_nick)$ - +<!-- <div id="dis_content" name="content"> <p> If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>. </p> -</div> +</div>--> <div id="dis_welcome"><center> <a href="/"><img src="$domain$/static/img/dumppixellarge3.png"></a> <div id="midtxt"><a href="/">dump.fm</a> lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love! </div> + <br><br> + If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>. </center> </div> <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" /> @@ -92,6 +94,20 @@ $else$ var topZ = 7; CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70); </script> +<style> +.divDragTitle { + border: 1px solid #CCC; + border-top: 1px solid #666; + left:50%!important; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + margin-left: -250px!important; +} +.divDragContent { + + left:50%!important; + margin-left: -250px!important; + +} +</style> $endif$ $endif$ |
