From 7d1cdcd61796a437f9ec7ba776f2a69640ba513f Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 16 Oct 2013 18:04:37 +0200 Subject: jquery port --- .../Web/Javascripts/source/jquery/css/jquery.ui.progressbar.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 framework/Web/Javascripts/source/jquery/css/jquery.ui.progressbar.css (limited to 'framework/Web/Javascripts/source/jquery/css/jquery.ui.progressbar.css') diff --git a/framework/Web/Javascripts/source/jquery/css/jquery.ui.progressbar.css b/framework/Web/Javascripts/source/jquery/css/jquery.ui.progressbar.css new file mode 100755 index 00000000..aba49f88 --- /dev/null +++ b/framework/Web/Javascripts/source/jquery/css/jquery.ui.progressbar.css @@ -0,0 +1,5 @@ +/*! jQuery UI - v1.9.2 - 2012-11-23 +* http://jqueryui.com +* Includes: jquery.ui.progressbar.css +* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */ +.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%} \ No newline at end of file -- cgit v1.2.3