[Phpfreechat-svn] SF.net SVN: phpfreechat: [536] trunk/themes/default/templates/style.css.tpl.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-05-31 14:31:03
|
Revision: 536 Author: kerphi Date: 2006-05-31 07:30:55 -0700 (Wed, 31 May 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=536&view=rev Log Message: ----------- Design improvement: add a small margin on the left of the chat area. Modified Paths: -------------- trunk/themes/default/templates/style.css.tpl.php Modified: trunk/themes/default/templates/style.css.tpl.php =================================================================== --- trunk/themes/default/templates/style.css.tpl.php 2006-05-31 14:19:35 UTC (rev 535) +++ trunk/themes/default/templates/style.css.tpl.php 2006-05-31 14:30:55 UTC (rev 536) @@ -86,11 +86,13 @@ div.<?php echo $prefix; ?>chat { z-index: 100; position: absolute; - left: 0px; top: 0px; + /* left and width are adjusted to leave a small margin on the left of the chat area + * padding css rule doesn't work because the chat zone is generated by JS function */ + left: 0.5%; + width: 79.5%; + height: 100%; overflow: auto; - width: 80%; - height: 100%; } div.<?php echo $prefix; ?>smileys { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |