diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-28 11:05:13 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-28 11:05:13 -0400 |
| commit | 0b4888b99afd0f607ccf253b05ff520746c9db2c (patch) | |
| tree | db4685c143bb87416ba289e4cbf1f328d44a22ec /template/messagepane.st | |
| parent | d7ebc6b1e63594ce3b5464d9691ac2c2429c897d (diff) | |
fix z-index issue
Diffstat (limited to 'template/messagepane.st')
| -rw-r--r-- | template/messagepane.st | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/template/messagepane.st b/template/messagepane.st index d5247f0..0f910de 100644 --- a/template/messagepane.st +++ b/template/messagepane.st @@ -1,50 +1,4 @@ <div id="messagePane"> - <style> - #chatbuttons { - font-size: 9px; - position: fixed; - right: 5px; - bottom: 0px; - } - #textbutton, #imgbutton, #clearbutton { - float: right; - background: #fff; - color: #666; - z-index: 0; - margin-left: 15px; - height: 20px; - } - #clearbutton { - text-decoration: underline - cursor: pointer; - display: none; - } - </style> - <div id="chatbuttons"> - <div id="textbutton"> - <span>show text?</span> - <input type="checkbox"> - </div> - <div id="imgbutton"> - <span>show imgs?</span> - <input type="checkbox"> - </div> - <div id="clearbutton"> - <span>clear screen</span> - <input type="checkbox"> - </div> - </div> - <script> - jQuery('#textbutton input').attr('checked', TextEnabled).change(setTextEnable); - jQuery('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable); - jQuery('#clearbutton input').click(function() { - track('UI', 'ClearScreen'); - jQuery('.dump').remove(); - jQuery(this).removeAttr('checked'); - return false; - }); - </script> - $if(user_nick)$ <div id="userList"> $users: { u | |
