mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
fixed up leftmenu some more
This commit is contained in:
parent
029db9ee2d
commit
49584784ac
4 changed files with 2074 additions and 2064 deletions
|
@ -1,4 +1,6 @@
|
|||
<style type="text/css">
|
||||
<?php
|
||||
require_once("../../config.php");
|
||||
?>
|
||||
|
||||
img {
|
||||
border:0;
|
||||
|
@ -15,15 +17,23 @@ img {
|
|||
.footer a:link, .footer v:link, .footer a:visited {
|
||||
}
|
||||
|
||||
.leftmenutable {
|
||||
width:170px;
|
||||
height:400px;
|
||||
overflow:auto;
|
||||
background-color: <?PHP echo $THEME->cellheading2 ?>;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.leftmenu a:link, .leftmenu a:active, .leftmenu a:visited, .leftmenu1 a:link, .leftmenu1 a:active, .leftmenu1 a:visited{
|
||||
font-size:.7em;
|
||||
font-size:.7em;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.main a:link, .main a:active, .main a:visited{
|
||||
font-size:.9em;
|
||||
vertical-align:top;
|
||||
}
|
||||
|
||||
.viewpos {
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue