Skip to content

Commit

Permalink
MDL-14247 Applying Katja's fix. Thanks! Merging from MOODLE_19_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Jul 24, 2008
1 parent b958e94 commit 876c7b8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions theme/standard/styles_layout.css
Expand Up @@ -91,11 +91,11 @@ h6.main {
}

#redirect #message {

}

#redirect #continue {

}

/* .clearfix {display: inline-table;} */
Expand Down Expand Up @@ -1842,7 +1842,7 @@ border-width:0px;
padding: 0;
}
.weeks-format .block_calendar_month .minicalendar th,
.topics-format .block_calendar_month .minicalendar th,
.topics-format .block_calendar_month .minicalendar th,
.weeks-format .block_calendar_month .minicalendar td,
.topics-format .block_calendar_month .minicalendar td {
padding: 0.1em 0 0.1em 1px;
Expand Down Expand Up @@ -1893,7 +1893,7 @@ border-width:0px;
.weeks .right,
.topics .right {
float: right;
}
}

.section .activity img.activityicon {
vertical-align:middle;
Expand Down Expand Up @@ -2274,7 +2274,7 @@ div.allcoursegrades {
}

#grade-aggregation-help dt {
margin-top: 15px;
margin-top: 15px;
}

#grade-aggregation-help dd.example {
Expand Down Expand Up @@ -2775,7 +2775,7 @@ body.notes .notesgroup {
}


.tabrow0 .here a:link,
.tabrow0 .here a:link,
.tabrow0 .here a:visited,
.tabrow0 .here a.nolink {
position:relative;
Expand Down Expand Up @@ -3783,7 +3783,7 @@ body#mod-forum-search .introcontent {
margin-right: auto;
}

#mod-lesson-view .invisiblefieldset {
#mod-lesson-view #content .invisiblefieldset {
display: block;
text-align: left;
}
Expand Down Expand Up @@ -4032,17 +4032,17 @@ table.quizreviewsummary td.cell {
padding: 4px;
}

#mod-quiz-grading table#grading .header .commands
#mod-quiz-grading table#grading .header .commands
{
display: inline;
}

#mod-quiz-grading table#grading .picture
#mod-quiz-grading table#grading .picture
{
width: 40px;
}

#mod-quiz-grading table#grading td
#mod-quiz-grading table#grading td
{
border-left-width: 1px;
border-right-width: 1px;
Expand Down

0 comments on commit 876c7b8

Please sign in to comment.