You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2009/07/11 03:44:10 UTC

svn commit: r793171 - in /incubator/stonehenge/trunk/stocktrader/php/trader_client: images/header-link-bg-hover.gif images/header-link-bg.gif style.css

Author: bendewey
Date: Sat Jul 11 03:44:07 2009
New Revision: 793171

URL: http://svn.apache.org/viewvc?rev=793171&view=rev
Log:
Trival PHP UI updates for STONEHENGE-82

Removed:
    incubator/stonehenge/trunk/stocktrader/php/trader_client/images/header-link-bg-hover.gif
Modified:
    incubator/stonehenge/trunk/stocktrader/php/trader_client/images/header-link-bg.gif
    incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/images/header-link-bg.gif
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/images/header-link-bg.gif?rev=793171&r1=793170&r2=793171&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css?rev=793171&r1=793170&r2=793171&view=diff
==============================================================================
--- incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css (original)
+++ incubator/stonehenge/trunk/stocktrader/php/trader_client/style.css Sat Jul 11 03:44:07 2009
@@ -73,6 +73,9 @@
 padding-right: 10px;
 cursor: pointer;
 }
+input[type="password"], input[type="textbox"], textarea  {
+    font-family:sans-serif; 
+}
 td {
 vertical-align: top;
 }
@@ -134,10 +137,7 @@
 font-weight: bold;
 }
 div#header-links table td a:hover {
-background-image: url(images/header-link-bg-hover.gif);
-background-repeat: repeat-x;
-background-position: left top;
-background-attachment: scroll;
+background-position: 0px -30px;
 }
 div#middle {
 background-image: url(images/middle-bg.gif);