From: <gem...@li...> - 2013-01-29 13:47:25
|
Revision: 1125 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1125&view=rev Author: mennodekker Date: 2013-01-29 13:47:18 +0000 (Tue, 29 Jan 2013) Log Message: ----------- Fixes for tabrow with browsetable 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-01-29 13:01:56 UTC (rev 1124) +++ trunk/new_project/htdocs/gems/css/gems-fluid.css 2013-01-29 13:47:18 UTC (rev 1125) @@ -688,3 +688,8 @@ .zend_echo { font-weight: normal; } + +/* fixes for tabrow with browsetable */ +#autofilter_target { clear: both;} +.tabrow { clear: both; } +.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-01-29 13:01:56 UTC (rev 1124) +++ trunk/new_project/htdocs/gems/css/gems-new.css 2013-01-29 13:47:18 UTC (rev 1125) @@ -766,3 +766,7 @@ font-weight: normal; } +/* fixes for tabrow with browsetable */ +#autofilter_target { clear: both;} +.tabrow { clear: both; } +.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. |