From: <al...@us...> - 2008-10-17 17:15:30
|
Revision: 728 http://sciret.svn.sourceforge.net/sciret/?rev=728&view=rev Author: alpeb Date: 2008-10-17 17:15:27 +0000 (Fri, 17 Oct 2008) Log Message: ----------- re-added bottom-padding for the todo's dropdown, because otherwise the 'add new' button will be hidden (happens to me with FF/Ubuntu) Modified Paths: -------------- trunk/style.css Modified: trunk/style.css =================================================================== --- trunk/style.css 2008-10-17 07:42:08 UTC (rev 727) +++ trunk/style.css 2008-10-17 17:15:27 UTC (rev 728) @@ -699,6 +699,7 @@ #todo { vertical-align: middle; + padding-bottom: 5px; } /* end panel_right */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |