mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
*** empty log message ***
This commit is contained in:
parent
5ad4a39da5
commit
9ac6ae7206
@ -350,6 +350,17 @@ th {
|
||||
background-color: #F0F0F0;
|
||||
}
|
||||
|
||||
.glossarycomment {
|
||||
border-color: #DDDDDD;
|
||||
}
|
||||
|
||||
.glossarycomment .entryheader,
|
||||
.glossarycomment .picture,
|
||||
.glossarycomment .left {
|
||||
background-color: #F0F0F0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#mod-glossary-report .generalbox .teacher {
|
||||
background: #F0F0F0;
|
||||
@ -363,7 +374,7 @@ th {
|
||||
color:#990000;
|
||||
}
|
||||
|
||||
.forumheadminimal {
|
||||
.sideblock .post .head {
|
||||
color:#555555;
|
||||
}
|
||||
|
||||
@ -402,7 +413,14 @@ table.message_search_results td {
|
||||
}
|
||||
|
||||
|
||||
/* quiz */
|
||||
|
||||
body#mod-quiz-report table#attempts td {
|
||||
border-color: #dddddd;
|
||||
}
|
||||
body#mod-quiz-report table#attempts .r1 {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -207,32 +207,16 @@ table.formtable tbody th {
|
||||
}
|
||||
|
||||
.forumaddnew,
|
||||
.forumaddnewminimal,
|
||||
.forumnodiscuss,
|
||||
.forumnodiscussminimal,
|
||||
.forumolddiscussminimal,
|
||||
.noticeboxcontent {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.forumnodiscuss,
|
||||
.forumnodiscussminimal {
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.forumpostheadername,
|
||||
.forumpostheaderreplies,
|
||||
.forumpostheaderdate {
|
||||
font-size:small;
|
||||
}
|
||||
|
||||
.forumaddnewminimal,
|
||||
.forumnodiscussminimal,
|
||||
.forumheadminimal,
|
||||
.foruminfominimal,
|
||||
.forumolddiscussminimal {
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
.forumpost .topic .subject {
|
||||
font-weight: normal;
|
||||
@ -289,6 +273,16 @@ table.formtable tbody th {
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
body#mod-quiz-report table#attempts .header {
|
||||
text-align: left;
|
||||
}
|
||||
body#mod-quiz-report table#attempts .picture {
|
||||
text-align: center !important;
|
||||
}
|
||||
body#mod-quiz-report .controls {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* glossary */
|
||||
.glossarypost .commands {
|
||||
@ -301,6 +295,10 @@ table.formtable tbody th {
|
||||
.concept {
|
||||
font-weight: normal;
|
||||
}
|
||||
.glossarycomment .time {
|
||||
font-size: 0.7em;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
/*****************************
|
||||
@ -404,6 +402,12 @@ table.calendar-controls .next {
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.sideblock .head,
|
||||
.sideblock .info {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
|
||||
/* block_rss_client.php */
|
||||
.rssclientlink {
|
||||
font-size:x-small;
|
||||
@ -467,3 +471,11 @@ body#user-index #longtimenosee {
|
||||
.helplink {
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
||||
.headingblock .title {
|
||||
font-weight: normal;
|
||||
}
|
||||
.headingblock .link {
|
||||
font-size: 0.9em;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -152,7 +152,9 @@ a img {
|
||||
}
|
||||
.feedback {
|
||||
}
|
||||
|
||||
.initialbar {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* summary of a user in a nice little box - weblib.php */
|
||||
.userinfobox {
|
||||
@ -396,7 +398,8 @@ table.userinfobox {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
body#user-view .forumpost {
|
||||
body#user-view .forumpost,
|
||||
.course .forumpost {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -409,10 +412,6 @@ body#mod-forum-search .introcontent {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.forumolddiscussminimal {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.forumolddiscuss {
|
||||
text-align: right;
|
||||
}
|
||||
@ -527,6 +526,27 @@ table.generaltable th.header,
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.glossarycomment {
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
border-collapse:separate;
|
||||
margin-bottom: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.glossarycomment .entry {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.glossarycomment .picture {
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.glossarycomment .icons {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
/* message */
|
||||
.message_link {
|
||||
@ -550,6 +570,33 @@ table.message_search_results td {
|
||||
display:block;
|
||||
}
|
||||
|
||||
body#mod-quiz-report table#attempts,
|
||||
body#mod-quiz-report table#commands
|
||||
{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
body#mod-quiz-report table#attempts {
|
||||
margin: 20px auto;
|
||||
}
|
||||
body#mod-quiz-report table#attempts .header,
|
||||
body#mod-quiz-report table#attempts .cell
|
||||
{
|
||||
padding: 4px;
|
||||
}
|
||||
body#mod-quiz-report table#attempts .header .commands {
|
||||
display: inline;
|
||||
}
|
||||
body#mod-quiz-report table#attempts .picture {
|
||||
width: 40px;
|
||||
}
|
||||
body#mod-quiz-report table#attempts td {
|
||||
border-left-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-left-style: solid;
|
||||
border-right-style: solid;
|
||||
}
|
||||
|
||||
|
||||
/*****************************
|
||||
***
|
||||
@ -974,3 +1021,8 @@ body#course-enrol .generalbox {
|
||||
body#course-enrol .coursebox {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.headingblock .link {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user