Skip to content

Commit

Permalink
MDL-22875 - Added forumheaderlist to table styles and fixed up calend…
Browse files Browse the repository at this point in the history
…ar issues caused by recent changes there
  • Loading branch information
Patrick Malley committed Jun 30, 2010
1 parent e4f0c78 commit 8c2b51b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
18 changes: 5 additions & 13 deletions theme/canvas/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,19 +156,11 @@ body {
/* Calendar
-----------------------*/

.calendarlayout {
width: 100%;
}

.calendarlayout .sidecalendar {
padding-left: 15px;
}

.calendarlayout .sidecalendar .block {
width: 210px;
}

.calendarlayout .block .minicalendarblock h3 {
.minicalendarblock h3 {
text-align: center;
font-size: 1.2em;
}
Expand All @@ -185,7 +177,7 @@ body {
}

.maincalendar .calendarmonth th,
.calendarlayout .sidecalendar .minicalendar th {
.minicalendar th {
background: url([[pix:theme|gradient-sb]]) repeat-x 0 0;
}

Expand Down Expand Up @@ -223,7 +215,7 @@ body {
border: none;
}

.sidecalendar .filters td,
.calendar_filters td,
.minicalendar td,
.minicalendar th {
padding: 2px;
Expand Down Expand Up @@ -319,12 +311,12 @@ body {
border: none;
}

.path-user .profilepicture {
.profilepicture {
float: left;
margin-right: 10px;
}

.path-user .descriptionbox {
.descriptionbox {
margin-left: 110px;
border: 1px solid #ddd;
padding: 10px;
Expand Down
8 changes: 6 additions & 2 deletions theme/canvas/style/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,22 @@
.plugincompattable th,
.plugincompattable td,
.environmenttable th,
.environmenttable td {
.environmenttable td,
.forumheaderlist td,
.forumheaderlist th {
border: 1px solid #ddd;
border-collapse: collapse;
}


#page-admin-course-category .generalbox th,
.editcourse .header,
.results .header,
#attempts .header,
.generaltable .header,
.plugincompattable th,
.environmenttable th {
.environmenttable th,
.forumheaderlist th {
background: #f3f3f3;
border-bottom-width: 2px;
}

0 comments on commit 8c2b51b

Please sign in to comment.