mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 14:40:06 +01:00
added some based on standard theme.
This commit is contained in:
parent
cfdfadecd3
commit
380d1b6e92
@ -754,6 +754,35 @@ body#mod-quiz-report table#attempts .r1 {
|
||||
*** Modules: Resource
|
||||
***/
|
||||
|
||||
.ims-nav-dimmed {
|
||||
color: #AAAAAA;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ims-nav-button a:link,
|
||||
.ims-nav-button a:visited,
|
||||
.ims-nav-button a:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ims-nav-dimmed,
|
||||
.ims-nav-button a:link,
|
||||
.ims-nav-button a:visited {
|
||||
border-top: 1px solid #cecece;
|
||||
border-bottom: 2px solid #4a4a4a;
|
||||
border-left: 1px solid #cecece;
|
||||
border-right: 2px solid #4a4a4a;
|
||||
}
|
||||
|
||||
.ims-nav-button a:hover {
|
||||
border-bottom: 1px solid #cecece;
|
||||
border-top: 2px solid #4a4a4a;
|
||||
border-right: 1px solid #cecece;
|
||||
border-left: 2px solid #4a4a4a;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Modules: Scorm
|
||||
***/
|
||||
|
@ -619,6 +619,11 @@ body#mod-forum-index .generalbox .cell {
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
.ims-nav-dimmed,
|
||||
.ims-nav-button {
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
|
||||
/***
|
||||
*** Modules: Scorm
|
||||
|
@ -1488,6 +1488,18 @@ body#mod-quiz-report .controls {
|
||||
*** Modules: Resource
|
||||
***/
|
||||
|
||||
.ims-nav-bar {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
.ims-nav-button a,
|
||||
.ims-nav-dimmed {
|
||||
padding-left:1em;
|
||||
padding-right:1em;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Modules: Scorm
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user