4
votes
2answers
113 views

How can I fix the blocks in center post for all courses in Moodle 2.3

I have added 4 blocks in course page at center post (Bottom portion of the page) region per particular subject. These 4 blocks are positioned at center post using Pagelayout.css. When I manually add ...
1
vote
2answers
146 views

How to define a custom block regions in moodle theme designing?

I am trying to design a new theme, that having side-pre region and bottom region. In this bottom region(From left to right) I have to add 4 blocks side by side. Please help me, how to define the ...
-2
votes
1answer
116 views

Moodle default css and js (YUI) is not working on server [closed]

I have created a moodle theme in moodle 2.4. After having completed the front page I have uploaded it to a server. On my local system all is working fine but, on the server the default moodle css and ...
-1
votes
2answers
44 views

Whitespace to the right of site in any browser

I've been trying to shake this for a while without success. Could someone look at this in Firebug and let me know why a scrollbar appears when the browser is minimised, then subsequently displays a ...
0
votes
0answers
45 views

How can I handle large quantities of retina images if I control the CSS, but not the HTML or the image used?

I design / manage a user interface for a moodle LMS, and other people are in charge of populating its content, including many of its non-gui images, and some of the contents HTML code. I have no ...
-2
votes
1answer
81 views

Moodle a.logo css location

I've just installed Moodle on my server. I can't find a location of css file with logo adjustment! Firebug shows "[server_name]/theme/styles.php/afterburner/[some_number]/all" since afterburner is ...
1
vote
1answer
59 views

How can I move this header slightly below the border?

I am trying to move the title in the image off or beneath the border. I am using a moodle theme and have tracked down the css block that is generating the border .course-content .section.main { ...
0
votes
1answer
52 views

change chat module css for moodle

I just recently started a job at a place that is using moodle. they have a theme they've already implemented. However, there is a slight grey border around the message divs in the chat room under the ...
0
votes
1answer
406 views

The value of the property 'addEvent' is null or undefined, not a Function object

I am trying to add rounded borders in IE7 and 8 in a theme for moodle and I am using javascript curvycorners.js script to do so. I've added the following code in my script:- <html <?php echo ...
0
votes
1answer
231 views

Adding css classes to TinyMce elements within Moodle

I have an instance of moodle running and I need to add specific classes to elements generated by tinyMce when the user clicks a button on the tinymce interface. So for example the user highlights some ...
0
votes
1answer
188 views

Is there way to generate block or create styling like a block inside a block in Moodle?

I want to create few blocks inside a parent block in Moodle.s there a way to create block instance manually??? OR Modify block content as it look like a block by adding some html etc..
2
votes
2answers
2k views

Adding custom CSS into a new Moodle assignment

I'm working on a new Moodle Assignment plugin. How can I include a custom CSS to my plugin? I'm using Moodle 1.9.7. Thanks in advance.