From: <gem...@li...> - 2011-12-07 16:58:37
|
Revision: 348 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=348&view=rev Author: matijsdejong Date: 2011-12-07 16:58:28 +0000 (Wed, 07 Dec 2011) Log Message: ----------- First changes for batch processing (#45) Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems.css Added Paths: ----------- trunk/new_project/htdocs/gems/css/progress_animation.gif Modified: trunk/new_project/htdocs/gems/css/gems.css =================================================================== --- trunk/new_project/htdocs/gems/css/gems.css 2011-12-07 16:58:16 UTC (rev 347) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-12-07 16:58:28 UTC (rev 348) @@ -352,6 +352,15 @@ .print-only { display: none; } +.progress { + background: url('progress_animation.gif') repeat-x center left transparent; + border: black solid 1px; + margin: 4px 0; + padding: 2px; + text-align: center; + width: 100%; +} + .rightAlign { text-align: right; } Added: trunk/new_project/htdocs/gems/css/progress_animation.gif =================================================================== (Binary files differ) Property changes on: trunk/new_project/htdocs/gems/css/progress_animation.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |