diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2011-02-20 13:39:06 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2011-02-20 13:39:06 -0500 |
| commit | f2525430e94460085f369a526986b2b0a176b99f (patch) | |
| tree | 07fe11dad9e5f5d8345826f7586b626509a770cc /template/fullscreen.st | |
| parent | b9775807698f00b5fd4fcce0530bbe2de879580c (diff) | |
sostler prod commit
Diffstat (limited to 'template/fullscreen.st')
| -rw-r--r-- | template/fullscreen.st | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st index 911addb..9ccf0c1 100644 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -69,9 +69,9 @@ display: none; position: fixed; z-index: 999; - height: 150px; - width: 150px; - left: 20px; + height: 50px; + width: 50px; + right: 20px; top: 20px; } #errormsg { @@ -126,18 +126,19 @@ </div> <div id="memelogo"> - <a href="http://dump.fm"><img src="http://dump.fm/static/img/dumppixelhover.png" class="memelogo"></a> + <br> <div class="sublogo"> $if(user_nick)$ - click to fav + <img src="/static/img/thumbs/heart.gif">click to fav $else$ +<a href="http://dump.fm"><img src="http://dump.fm/static/img/dumppixelhover.png" class="memelogo"></a> <a href="#" onclick="showLogin(); return false;">LOGIN</a> | <a href="$domain$/register">REGISTER</a> $endif$ </div> </div> <div id="big-image">waiting 4 new image from dump.fm.............</div> - <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator"> + <img src="http://dump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator"> <script> initFullscreen() </script> |
