Skip to content

Commit

Permalink
Merge branch 'MDL-29399_M21' of git://github.com/lazydaisy/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_21_STABLE
  • Loading branch information
Sam Hemelryk committed May 17, 2012
2 parents 2dfeb89 + 0cd4a61 commit e76f403
Showing 1 changed file with 11 additions and 58 deletions.
69 changes: 11 additions & 58 deletions theme/boxxie/style/core.css
Expand Up @@ -14,11 +14,11 @@ body {
background: #fff; background: #fff;
padding: 5px; padding: 5px;
width: auto; width: auto;

} }


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


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


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


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


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

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

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


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


#page-mod-assignment-view .generalbox { #page-mod-assignment-view .generalbox {
width: 75%;
border-color: #e5e5e5; 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 { #page-mod-assignment-submissions .mform fieldset legend {
margin-left: 32%; margin-top: 0.5em;
}

#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%;
} }


/* Choice */ /* 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-active,
#custommenu .yui3-menu .yui3-menu .yui3-menu-label-menuvisible { #custommenu .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
background-color:#4E6632; background-color:#4E6632;

} }


#custommenu .yui3-menu-content, #custommenu .yui3-menu-content,
Expand All @@ -1094,4 +1047,4 @@ h2.headingblock {


#custommenu .yui3-menuitem .yui3-menuitem-content { #custommenu .yui3-menuitem .yui3-menuitem-content {
border-width:0; border-width:0;
} }

0 comments on commit e76f403

Please sign in to comment.