From: dongsheng Date: Wed, 3 Sep 2008 05:35:49 +0000 (+0000) Subject: "MDL-13766, fix css problem" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=84b42e51d99297c4f8414337fc8cf8531394aada;p=moodle.git "MDL-13766, fix css problem" --- diff --git a/repository/lib.php b/repository/lib.php index 75f253f578..756b6c0172 100644 --- a/repository/lib.php +++ b/repository/lib.php @@ -1110,8 +1110,8 @@ function repository_get_client($context){ #list-$suffix{line-height: 1.5em} #list-$suffix a{ padding: 3px } #list-$suffix li a:hover{ background: gray; color:white; } -#repo-list-$suffix .repo-name{} -#repo-list-$suffix li{margin-bottom: 1em} +#repo-list-$suffix ul{list-style-type:none;} +#repo-list-$suffix li{margin-bottom: 1em;} #paging-$suffix{margin:10px 5px; clear:both;} #paging-$suffix a{padding: 4px;border: 1px solid #CCC} #path-$suffix{margin: 4px;border-bottom: 1px dotted gray;} @@ -1129,10 +1129,11 @@ p.upload a:hover {background: grey;color:white} .grid div{width: 80px; overflow: hidden} .grid .label{height: 36px} .repo-opt{font-size: 10px;} +#file-picker-$suffix{ +font-size:12px; +}