[Yanel-commits] rev 25291 - public/yanel/trunk/src/webapp/htdocs/yanel-css

simon at wyona.com simon at wyona.com
Thu Jun 21 14:56:47 CEST 2007


Author: simon
Date: 2007-06-21 14:56:46 +0200 (Thu, 21 Jun 2007)
New Revision: 25291

Added:
   public/yanel/trunk/src/webapp/htdocs/yanel-css/progressBar.css
Log:
adding progressBar.css to global htdocs

Added: public/yanel/trunk/src/webapp/htdocs/yanel-css/progressBar.css
===================================================================
--- public/yanel/trunk/src/webapp/htdocs/yanel-css/progressBar.css	                        (rev 0)
+++ public/yanel/trunk/src/webapp/htdocs/yanel-css/progressBar.css	2007-06-21 12:56:46 UTC (rev 25291)
@@ -0,0 +1,19 @@
+#yanelprogressbar {
+  border:1px solid #d8dfea;
+  width:100px;
+  height:20px;
+  position:absolute;
+  top:45%;
+  left:45%;
+  overflow:hidden;
+  background-color:#f7f7f7; 
+}
+
+#yanelprogressbarindicator {
+  position:absolute;
+  top:-5px;
+  left:0;
+  background-color: #4682b4;
+  font: 25px bold sans-serif;
+  color:white;
+}
\ No newline at end of file




More information about the Yanel-commits mailing list