From: dongsheng Date: Thu, 4 Sep 2008 04:36:55 +0000 (+0000) Subject: "MDL-13766, highlight filename when downloading a file" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=056995f248fe9261136eb01d5774c4c2d447799e;p=moodle.git "MDL-13766, highlight filename when downloading a file" --- diff --git a/repository/lib.php b/repository/lib.php index 6f1ecb2103..1f5a1ceba4 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -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} @@ -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 '+name+''; } content.appendChild(para); content.appendChild(img);