[gatewiki-commits] SF.net SVN: gatewiki:[1780] trunk/cow/web-app/css/page.css

View: New views
1 Messages — Rating Filter:   Alert me  

[gatewiki-commits] SF.net SVN: gatewiki:[1780] trunk/cow/web-app/css/page.css

by ian_roberts :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 1780
          http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1780&view=rev
Author:   ian_roberts
Date:     2009-10-30 13:41:43 +0000 (Fri, 30 Oct 2009)

Log Message:
-----------
Un-float the errors div, and set it to overflow: auto so it gets scrollbars if
it is too wide.  The reason for this will become apparent with my next
commit...

Modified Paths:
--------------
    trunk/cow/web-app/css/page.css

Modified: trunk/cow/web-app/css/page.css
===================================================================
--- trunk/cow/web-app/css/page.css 2009-10-30 12:54:41 UTC (rev 1779)
+++ trunk/cow/web-app/css/page.css 2009-10-30 13:41:43 UTC (rev 1780)
@@ -124,7 +124,7 @@
   padding: 6px;
 }
 div.errors {
-  float: left;
+  overflow: auto;
   border: 2px solid red;
   padding: 5px;
   margin-top:10px;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits