mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Added new flickr and youtube blocks (for the tag pages). Very nice, Luiz!
This commit is contained in:
parent
8bdd8660bf
commit
e3ff328b09
2 changed files with 177 additions and 166 deletions
|
@ -50,6 +50,7 @@ echo '<br/>';
|
|||
|
||||
print_tag_management_list();
|
||||
|
||||
|
||||
echo '<br/>';
|
||||
|
||||
print_footer();
|
||||
|
|
|
@ -1345,6 +1345,19 @@ a.skip-block, .skip-block {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.block_tag_youtube .youtube-thumb {
|
||||
width:75px;
|
||||
height:50px;
|
||||
}
|
||||
.block_tag_youtube .yt-video-entry{
|
||||
font-size:10px;
|
||||
line-height:11px;
|
||||
}
|
||||
|
||||
.block_tag_flickr .flickr-photos {
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Blogs
|
||||
***/
|
||||
|
@ -2793,11 +2806,11 @@ div#tag-user-table {
|
|||
}
|
||||
|
||||
div.user-box {
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
margin-top:5px;
|
||||
margin-bottom:5px;
|
||||
width:110px;
|
||||
margin-left:8px;
|
||||
margin-right:8px;
|
||||
margin-top:8px;
|
||||
margin-bottom:8px;
|
||||
width:115px;
|
||||
height:160px;
|
||||
text-align:center;
|
||||
display:block;
|
||||
|
@ -2910,8 +2923,7 @@ form#tag-management-form {
|
|||
/* tag management end*/
|
||||
|
||||
/* autocomplete start*/
|
||||
#relatedtags-autocomplete-container
|
||||
{
|
||||
#relatedtags-autocomplete-container {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
min-height:4.6em;
|
||||
|
@ -2925,8 +2937,7 @@ form#tag-management-form {
|
|||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
#relatedtags-autocomplete .yui-ac-content
|
||||
{
|
||||
#relatedtags-autocomplete .yui-ac-content {
|
||||
position:absolute;
|
||||
width:420px;
|
||||
left:53%;
|
||||
|
@ -2935,8 +2946,7 @@ form#tag-management-form {
|
|||
overflow:hidden;
|
||||
z-index:9050;
|
||||
}
|
||||
#relatedtags-autocomplete .ysearchquery
|
||||
{
|
||||
#relatedtags-autocomplete .ysearchquery {
|
||||
position:absolute;
|
||||
right:10px;
|
||||
color:#808080;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue