From: <gem...@li...> - 2012-01-31 08:51:21
|
Revision: 435 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=435&view=rev Author: mennodekker Date: 2012-01-31 08:51:12 +0000 (Tue, 31 Jan 2012) Log Message: ----------- Fxing 'save' button in last tab error Modified Paths: -------------- branches/1.5.x/new_project/htdocs/gems/css/gems-new.css branches/1.5.x/new_project/htdocs/gems/css/gems.css Modified: branches/1.5.x/new_project/htdocs/gems/css/gems-new.css =================================================================== --- branches/1.5.x/new_project/htdocs/gems/css/gems-new.css 2012-01-31 08:50:45 UTC (rev 434) +++ branches/1.5.x/new_project/htdocs/gems/css/gems-new.css 2012-01-31 08:51:12 UTC (rev 435) @@ -490,6 +490,10 @@ vertical-align: top; } +table.formTable td[colspan="2"].label { + text-align: left; +} + table tr[onclick]:hover, table td[onclick]:hover, table th[onclick]:hover { @@ -674,4 +678,4 @@ span.thetooltip { display: none; -} +} \ No newline at end of file Modified: branches/1.5.x/new_project/htdocs/gems/css/gems.css =================================================================== --- branches/1.5.x/new_project/htdocs/gems/css/gems.css 2012-01-31 08:50:45 UTC (rev 434) +++ branches/1.5.x/new_project/htdocs/gems/css/gems.css 2012-01-31 08:51:12 UTC (rev 435) @@ -452,6 +452,10 @@ vertical-align: top; } +table.formTable td[colspan="2"].label { + text-align: left; +} + table .question { text-indent: -1em; padding-left: 1em; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |