Added some styles for Journal (SE)

This commit is contained in:
moodler 2005-03-24 12:41:34 +00:00
parent d414c8a9c0
commit 0137684980
3 changed files with 39 additions and 3 deletions

View File

@ -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
*******************************************************************/

View File

@ -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

View File

@ -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