different blocks structure???

different blocks structure???

by Luis De Sousa -
Number of replies: 0
Hi.
I'm designing a theme for moodle and I have the following difficulty: all  blocks do not have the same structure. That is, the general structure of the blocks is:
<div class="sideblock">
   <div class="header">
      <div class="title">
      </div>
   </div>
   <div class="content">
   </div>
</div>
But, there are blocks that does not have some of these labels. For example, in the block with the class "block_adminblock" does not exist the label <div class="title">. In the block with the class "sidecalendar" do not exist the labels <div class="title"> nor <div class="content">. This is a problem to theme design because these blocks are showed unlike to others with the theme that I am designing. Is There some solution for this?

thanks in advance

Luis de Sousa

Average of ratings: -