mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Added some styles for the new IMS CP resource type.
This commit is contained in:
parent
7882cdaf79
commit
1d23983d7e
3 changed files with 46 additions and 0 deletions
|
@ -738,6 +738,35 @@ body#mod-quiz-report table#attempts .r1 {
|
||||||
*** Modules: Resource
|
*** 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
|
*** Modules: Scorm
|
||||||
***/
|
***/
|
||||||
|
|
|
@ -619,6 +619,11 @@ body#mod-forum-index .generalbox .cell {
|
||||||
font-size:0.8em;
|
font-size:0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ims-nav-dimmed,
|
||||||
|
.ims-nav-button {
|
||||||
|
font-size:0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
*** Modules: Scorm
|
*** Modules: Scorm
|
||||||
|
|
|
@ -1482,6 +1482,18 @@ body#mod-quiz-report .controls {
|
||||||
*** Modules: Resource
|
*** 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
|
*** Modules: Scorm
|
||||||
***/
|
***/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue