From: <gem...@li...> - 2011-12-30 12:12:24
|
Revision: 390 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=390&view=rev Author: matijsdejong Date: 2011-12-30 12:12:18 +0000 (Fri, 30 Dec 2011) Log Message: ----------- First working versions of the ProgressPanel.php Modified Paths: -------------- trunk/new_project/htdocs/gems/css/gems.css Removed 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-30 12:11:45 UTC (rev 389) +++ trunk/new_project/htdocs/gems/css/gems.css 2011-12-30 12:12:18 UTC (rev 390) @@ -352,15 +352,6 @@ .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; } @@ -644,6 +635,17 @@ margin-bottom: 0.25em; } +.ui-progressbar { + margin: 4px; + width: 98%; +} + +.ui-progressbar-text { + margin: 1px; + padding: 4px; + text-align: center; +} + .zend_echo { background-color: #FAF8CC; border: #F62817 2px dotted; Deleted: trunk/new_project/htdocs/gems/css/progress_animation.gif =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |