mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
removed a lot of styles because left menu and slideshow work in a table instead of styles. This helps with compatibility with more browsers
This commit is contained in:
parent
9d1bd908f5
commit
ea6c76e0f2
1 changed files with 3 additions and 35 deletions
|
@ -18,44 +18,12 @@ img {
|
||||||
color: <?PHP echo $THEME->body?>;
|
color: <?PHP echo $THEME->body?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leftmenu { <?php //in view.php in lesson mod ?>
|
|
||||||
width:140px;
|
|
||||||
height:530px;
|
|
||||||
margin-top:-18px;
|
|
||||||
white-space:nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.leftmenu1 { <?php //in lesson.php in lesson mod ?>
|
|
||||||
background: no-repeat url(<?PHP echo "$themeurl"?>/leftmenu.jpg);
|
|
||||||
width:140px;
|
|
||||||
height:530px;
|
|
||||||
margin-top:-6px;
|
|
||||||
|
|
||||||
white-space:nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lmlinks {
|
|
||||||
width:140px;
|
|
||||||
height:400px;
|
|
||||||
overflow:auto;
|
|
||||||
<?php //white-space:nowrap; ?>
|
|
||||||
padding-left:7px;
|
|
||||||
padding-top:4px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.leftmenu a:link, .leftmenu a:active, .leftmenu a:visited, .leftmenu1 a:link, .leftmenu1 a:active, .leftmenu1 a:visited{
|
.leftmenu a:link, .leftmenu a:active, .leftmenu a:visited, .leftmenu1 a:link, .leftmenu1 a:active, .leftmenu1 a:visited{
|
||||||
font-size:.7em;
|
font-size:.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lmMainlinks a:link, .lmMainlinks a:active, .lmMainlinks a:visited{
|
.main a:link, .main a:active, .main a:visited{
|
||||||
font-size:.9em;
|
font-size:.9em;
|
||||||
}
|
|
||||||
|
|
||||||
.slidepos {
|
|
||||||
padding-left:153px; margin-top:-480px;
|
|
||||||
font-family:Arial;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewpos {
|
.viewpos {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue