Skip to content

Commit

Permalink
MDL-30868 Fix for assignment view in theme_boxxie
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Evans committed Dec 24, 2011
1 parent 2117dcb commit 9bb15cf
Showing 1 changed file with 10 additions and 57 deletions.
67 changes: 10 additions & 57 deletions theme/boxxie/style/core.css
Expand Up @@ -14,11 +14,11 @@ body {
background: #fff;
padding: 5px;
width: auto;

}

#page-content {
min-width: inherit;
min-width: inherit;
}

a:link,
Expand Down Expand Up @@ -170,7 +170,7 @@ td.eventskey {
width:180px;
}

.calendarlayout .sidecalendar .block .content {
.calendarlayout .sidecalendar .block .content {
font-size:0.85em;
}

Expand Down Expand Up @@ -224,7 +224,7 @@ td.eventskey {
}

.maincalendar .calendar-controls h1.current {
margin: 0auto;
margin: 0 auto;
font-size: 1.5em;
text-align: center;
line-height: 1;
Expand Down Expand Up @@ -318,11 +318,11 @@ h2.headingblock {
.course-content .current {
background:#69804e;
}

.course-content .current .left {
color: #fff;
}

.course-content .main .content {
padding: 10px;
background:#fff;
Expand Down Expand Up @@ -747,62 +747,15 @@ h2.headingblock {
/* Assignment */

#page-mod-assignment-view .reportlink a {
background: #fcffd8;
background-color: #fcffd8;
}

#page-mod-assignment-view .generalbox {
width: 75%;
border-color: #e5e5e5;
padding: 10px;
}

#page-mod-assignment-view #dates {
width: 45%;
margin: 20px auto 25px;
}

#page-mod-assignment-view #dates table {
margin: 0 auto;
}

#page-mod-assignment-view fieldset .fitem {
width: 50%;
margin: 0 auto;
}

#page-mod-assignment-view fieldset .fitem .fitemtitle {
width: 30%;
}

#page-mod-assignment-view fieldset .fitem .ffile {
margin-left: 32%;
}

#page-mod-assignment-view .mform fieldset {
margin-bottom: 0;
}

#page-mod-assignment-view .mform .fitem .fsubmit {
text-align: center;
margin: 0;
width: 100%;
}

#page-mod-assignment-view .singlebutton {
margin: 15px;
}

#page-mod-assignment-view #online {
margin: 10px auto;
width: 90%;
}

#page-mod-assignment-view #online fieldset .fitem {
width: 100%;
}

#page-mod-assignment-view #online fieldset .fitem .fitemtitle {
width: 15%;
#page-mod-assignment-submissions .mform fieldset legend {
margin-top: 0.5em;
}

/* Choice */
Expand Down Expand Up @@ -1084,7 +1037,7 @@ h2.headingblock {
#custommenu .yui3-menu .yui3-menu .yui3-menu-label-active,
#custommenu .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
background-color:#4E6632;

}

#custommenu .yui3-menu-content,
Expand Down

0 comments on commit 9bb15cf

Please sign in to comment.