perl/modules/W3C/LinkChecker/docs linkchecker.css,1.29,1.30

Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv9405/docs

Modified Files:
	linkchecker.css 
Log Message:
Add "progress bar" for estimating progress on checking links in one document.

Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- linkchecker.css	10 Feb 2009 18:10:29 -0000	1.29
+++ linkchecker.css	1 Oct 2009 16:06:00 -0000	1.30
@@ -56,7 +56,7 @@
   white-space: pre;
 }
 
-pre.progress {
+div.progress pre {
   height: 12em;
   font-size: small;
   overflow: auto;
@@ -65,7 +65,7 @@
 	margin-top: 0;
 }
 
-h3.status_progress {
+div.progress h3 {
   margin-bottom: 0;
   background: white;
 	border: 1px solid #DCDDE0;
@@ -75,6 +75,17 @@
 	overflow: hidden;
 }
 
+div.progressbar {
+    border: 1px solid #DCDDE0;
+    border-bottom: 0;
+}
+
+div.progressbar div {
+    height: .15em;
+    width: 0;
+    background-color: #55B05A;
+}
+
 fieldset {
   border: 0;
   padding :0;

Received on Thursday, 1 October 2009 16:06:05 UTC