]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-13766, highlight filename when downloading a file"
authordongsheng <dongsheng>
Thu, 4 Sep 2008 04:36:55 +0000 (04:36 +0000)
committerdongsheng <dongsheng>
Thu, 4 Sep 2008 04:36:55 +0000 (04:36 +0000)
repository/lib.php

index 6f1ecb2103f0fa27c801390befbef40a3c8ff336..1f5a1ceba4ee85608be9bf690cf29315ee2187ae 100644 (file)
@@ -1146,6 +1146,7 @@ p.upload a:hover {background: grey;color:white}
 .repo-opt{font-size: 10px;}
 #panel-$suffix{padding:0;margin:0; text-align:left;}
 #file-picker-$suffix{font-size:12px;}
+#file-picker-$suffix strong{background:#FFFFCC}
 #file-picker-$suffix a{color: #336699}
 #file-picker-$suffix a:hover{background:#003366;color:white}
 </style>
@@ -1329,7 +1330,7 @@ _client.loading = function(type, name){
     para.innerHTML = '$strloading';
     }else{
     img.src = '$CFG->pixpath/i/progressbar.gif';
-    para.innerHTML = '$strcopying '+name;
+    para.innerHTML = '$strcopying <strong>'+name+'</strong>';
     }
     content.appendChild(para);
     content.appendChild(img);