mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"MDL-13766, change color scheme, make file picker look better"
This commit is contained in:
parent
0fc5247c5f
commit
ede057f3fb
1 changed files with 8 additions and 2 deletions
|
@ -1124,10 +1124,14 @@ p.upload a:hover {background: grey;color:white}
|
||||||
.file_size{color:gray}
|
.file_size{color:gray}
|
||||||
.grid{width:80px; float:left;text-align:center;}
|
.grid{width:80px; float:left;text-align:center;}
|
||||||
.grid div{width: 80px; overflow: hidden}
|
.grid div{width: 80px; overflow: hidden}
|
||||||
.grid .label{height: 36px}
|
.grid p{margin:0;padding:0;background: #FFFFCC}
|
||||||
|
.grid .label{height:48px}
|
||||||
|
.grid span{background: #EEF9EB;color:gray}
|
||||||
.repo-opt{font-size: 10px;}
|
.repo-opt{font-size: 10px;}
|
||||||
#panel-$suffix{padding:0;margin:0; text-align:left;}
|
#panel-$suffix{padding:0;margin:0; text-align:left;}
|
||||||
#file-picker-$suffix{font-size:12px;}
|
#file-picker-$suffix{font-size:12px;}
|
||||||
|
#file-picker-$suffix a{color: #336699}
|
||||||
|
#file-picker-$suffix a:hover{background:#003366;color:white}
|
||||||
</style>
|
</style>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@import "$CFG->wwwroot/lib/yui/resize/assets/skins/sam/resize.css";
|
@import "$CFG->wwwroot/lib/yui/resize/assets/skins/sam/resize.css";
|
||||||
|
@ -1406,7 +1410,7 @@ _client.viewthumb = function(ds){
|
||||||
} else {
|
} else {
|
||||||
if(list[k].url)
|
if(list[k].url)
|
||||||
title.innerHTML = '<p><a target="_blank" href="'+list[k].url+'">$strpreview</a></p>';
|
title.innerHTML = '<p><a target="_blank" href="'+list[k].url+'">$strpreview</a></p>';
|
||||||
title.innerHTML += list[k].title;
|
title.innerHTML += '<span>'+list[k].title+"</span>";
|
||||||
}
|
}
|
||||||
title.className = 'label';
|
title.className = 'label';
|
||||||
el.appendChild(frame);
|
el.appendChild(frame);
|
||||||
|
@ -1768,6 +1772,8 @@ _client.search = function(id){
|
||||||
if(data == '') {
|
if(data == '') {
|
||||||
alert('$strnoenter');
|
alert('$strnoenter');
|
||||||
return;
|
return;
|
||||||
|
}else if(data == null){
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
_client.viewbar.set('disabled', false);
|
_client.viewbar.set('disabled', false);
|
||||||
_client.loading('load');
|
_client.loading('load');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue