[Phpfreechat-svn] SF.net SVN: phpfreechat: [1172] trunk/themes/default
Status: Beta
Brought to you by:
kerphi
From: <gpi...@us...> - 2007-08-31 14:36:01
|
Revision: 1172 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1172&view=rev Author: gpinzone Date: 2007-08-31 07:26:20 -0700 (Fri, 31 Aug 2007) Log Message: ----------- Changed style to only use pointer when nick is not frozen. Modified Paths: -------------- trunk/themes/default/chat.html.tpl.php trunk/themes/default/style.css.php Modified: trunk/themes/default/chat.html.tpl.php =================================================================== --- trunk/themes/default/chat.html.tpl.php 2007-08-31 14:06:55 UTC (rev 1171) +++ trunk/themes/default/chat.html.tpl.php 2007-08-31 14:26:20 UTC (rev 1172) @@ -17,7 +17,8 @@ <p id="pfc_handle" <?php if (! $frozen_nick) { echo ' title="' . _pfc("Enter your nickname here") . '"' - . ' onclick="pfc.askNick(\'\')"'; + . ' onclick="pfc.askNick(\'\')"' + . ' style="cursor: pointer"'; } ?> ><?php echo $u->nick; ?></p> Modified: trunk/themes/default/style.css.php =================================================================== --- trunk/themes/default/style.css.php 2007-08-31 14:06:55 UTC (rev 1171) +++ trunk/themes/default/style.css.php 2007-08-31 14:26:20 UTC (rev 1172) @@ -249,7 +249,6 @@ p#pfc_handle { margin: 0; padding: 0; display: inline; - cursor: pointer; margin-right: 5px; color: black; font-weight: bold; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |