mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Added some styles for Journal (SE)
This commit is contained in:
parent
d414c8a9c0
commit
0137684980
@ -647,6 +647,11 @@ table.message_search_results td {
|
||||
*** Modules: Journal
|
||||
*******************************************************************/
|
||||
|
||||
#mod-journal-view .feedbackbox .left,
|
||||
#mod-journal-view .feedbackbox .entryheader {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
*** Modules: Label
|
||||
*******************************************************************/
|
||||
|
@ -91,6 +91,11 @@ h4 {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.warning {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.errorbox .title {
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
@ -112,9 +117,6 @@ h4 {
|
||||
font-size:larger;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.helplink {
|
||||
font-size:0.8em;
|
||||
}
|
||||
@ -474,6 +476,22 @@ body#mod-forum-search .introcontent {
|
||||
/*******************************************************************
|
||||
*** Modules: Journal
|
||||
*******************************************************************/
|
||||
#mod-journal-view .lastedit,
|
||||
#mod-journal-view .editend {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
#mod-journal-view .author {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
#mod-journal-view .time {
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
}
|
||||
#mod-journal-view .grade {
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
*** Modules: Label
|
||||
|
@ -1189,6 +1189,19 @@ body#mod-forum-search .introcontent {
|
||||
/*******************************************************************
|
||||
*** Modules: Journal
|
||||
*******************************************************************/
|
||||
#mod-journal-view .lastedit,
|
||||
#mod-journal-view .editend {
|
||||
margin: 5px;
|
||||
}
|
||||
#mod-journal-view .feedbackbox {
|
||||
width: 75%;
|
||||
}
|
||||
#mod-journal-view .picture {
|
||||
width: 35px;
|
||||
}
|
||||
#mod-journal-view .grade {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
*** Modules: Label
|
||||
|
Loading…
x
Reference in New Issue
Block a user