site-border? sideblock-headers visible for admin

site-border? sideblock-headers visible for admin

by Martin Koops -
Number of replies: 3

Almost all requirements for the look and feel of my site are met, exept for three:

  1. How can i get rid of the border of the main table? The whole site is surrounded by a white table border.
  2. How can i hide the sideblock headers for the users, and at the same time keep the edit-menus for the admin visible?
  3. How can I hide the key-icon for the secured courses? It is not associated witgh a class as far as I can see.

I tried to find the answers myself by changing css parameters over and over but I seem to be muissing something....

Average of ratings: -
In reply to Martin Koops

Re: site-border? sideblock-headers visible for admin

by Martin Koops -

The sideblock header has been solved now:

.sideblock .header {

background-color:transparent;
border-color:transparent;

}

instead of display:none for the whole header...

Now the other two issues...

In reply to Martin Koops

Re: site-border? sideblock-headers visible for admin

by Martin Koops -

I found it! Main table settings are set in the header.html file.

In reply to Martin Koops

Re: site-border? sideblock-headers visible for admin

by Urs Hunkler -
Picture of Core developers

Martin, this setting is special for the cornflower theme. With Moodle 1.5 all styling information is found in the CSS.

Urs