From: <gem...@li...> - 2013-02-26 12:52:31
|
Revision: 1156 http://sourceforge.net/p/gemstracker/code/1156 Author: mennodekker Date: 2013-02-26 12:52:26 +0000 (Tue, 26 Feb 2013) Log Message: ----------- Fixed display error for first tab in respondent screen Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems-fluid.css trunk/new_project/htdocs/gems/css/gems-new.css Modified: trunk/new_project/htdocs/gems/css/gems-fluid.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-02-25 14:28:18 UTC (rev 1155) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-02-26 12:52:26 UTC (rev 1156) @@ -691,5 +691,5 @@ /* fixes for tabrow with browsetable */ #autofilter_target { clear: both;} -.tabrow { clear: both; } +.tabrow { clear: both; padding-top: 0.5em; } .tabrow .tab { width: auto;} \ No newline at end of file Modified: trunk/new_project/htdocs/gems/css/gems-new.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems-new.css 2013-02-25 14:28:18 UTC (rev 1155) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2013-02-26 12:52:26 UTC (rev 1156) @@ -768,5 +768,5 @@ /* fixes for tabrow with browsetable */ #autofilter_target { clear: both;} -.tabrow { clear: both; } +.tabrow { clear: both; padding-top: 0.5em; } .tabrow .tab { width: auto;} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |