Skip to content

Commit

Permalink
Formfactor/Canvas coding ... again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Malley committed May 17, 2010
1 parent e059a1f commit a211e4c
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 17 deletions.
2 changes: 1 addition & 1 deletion blocks/messages/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.block_messages .content {text-align:left;font-size:0.75em;padding-top:5px;}
.block_messages .content {text-align:left;padding-top:5px;}
.block_messages .content .list li.listentry {clear:both;}
.block_messages .content .list li.listentry div.user {float:left;}
.block_messages .content .list li.listentry div.message {float:right;}
14 changes: 14 additions & 0 deletions theme/canvas/style/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
#page-admin-index #notice strong { background:#ffc; }
#page-admin-index .notifysuccess { text-align:center;font-weight:bold;padding:10px; }
#page-admin-index h2.main { padding:1em 0; }

#page-admin-index .adminwarning { border:1px solid #a35f1d;background:#ffeeba;padding:10px;margin:10px auto;width:75%; }
#page-admin-index .copyright { text-align:center;margin:20px auto; }

#adminsettings .form-buttons { width:100%;text-align:center;margin:10px 0; }

#authmenu .generalbox {
border: none;
}

#page-admin-cohort-index .generaltable,
#page-admin-user .generaltable {width:100%; }

#page-admin-roles-manage .generaltable {width: 95%;margin: 1em auto;}
#page-admin-roles-allow .generalbox {margin:0 auto 1em;width:65%;padding: 10px;}

.editcourse .singleselect {margin: 0;}

#page-admin-course-category .generalbox {margin-bottom:0;}
9 changes: 8 additions & 1 deletion theme/canvas/style/blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@
.block_calendar_upcoming .date {font-weight: normal;font-size: 0.85em;font-style: italic;margin-left: 20px;}

.block_recent_activity .activitydate {font-size: 0.9em;color: #444;margin-bottom: 5px;}
.block_recent_activity .activityhead {font-size: 0.95em;margin: 0.5em 0;}
.block_recent_activity .activityhead {font-size: 0.95em;margin: 0.5em 0;}

.block_loancalc table td {padding: 0;}

.block_messages .info,
.block_online_users .info {text-align: center;font-size: 0.85em;color: #444;margin-bottom: 7px;}

.block_blog_menu .list li {font-size: 0.9em;margin: 0.25em 0;}
81 changes: 74 additions & 7 deletions theme/canvas/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,30 +353,63 @@
margin: 0;
}

#page-user-index .rolesform {
.rolesform {
text-align: center;
margin: 1em 0;
}

#page-user-index #participantsform {
#participantsform {
text-align: center;
}

#page-user-index #longtimenosee {
#longtimenosee {
font-style: italic;
font-size: 0.95em;
}

#page-user-index #participants {
#participants {
width: 100%;
margin: 1em auto;
margin: 1em auto 0;
}

#page-user-index #participants th,
#page-user-index #participants td {
#participants th,
#participants td {
vertical-align: middle;
}

/* Roles
------------------------*/

.path-admin-roles .generaltable {
width: 65%;
}

.path-admin-roles .generaltable th {
vertical-align: middle;
}

.path-admin-roles .generaltable .lastcol {
width:15%;
}


.path-admin-roles .backlink {
text-align: center;
}

/* Blogs
------------------------*/

.blog_entry .audience {
color: #444;
margin: 0 0 0.5em;
font-size: 0.9em;
}

.blog_entry .tags {
margin-bottom: 0.5em;
}

/* Tags
------------------------*/

Expand All @@ -397,6 +430,20 @@
margin: 1em 0
}

#page-tag-index #tag-blogs {
border: none;
}

#tagblogentries {
width: 75%;
margin: 0 auto 1em;
}

#tag-user-table {
width:95%;
margin: 0 auto;
}

#page-tag-index .managelink {
text-align: right;
}
Expand All @@ -411,6 +458,7 @@
padding: 4px 0;
}

#page-tag-index .moreblogs,
#page-tag-index .relatedpages {
text-align: center;
}
Expand Down Expand Up @@ -454,3 +502,22 @@
font-size: 0.95em;
color: #444;
}

/* Footer
-----------------------*/

.homelink a {
text-decoration: none;
border-top: 1px solid #cecece;
border-bottom: 2px solid #8a8a8a;
border-left: 1px solid #cecece;
border-right: 2px solid #8a8a8a;
}

.homelink a:hover {
text-decoration: none;
border-bottom: 1px solid #cecece;
border-top: 2px solid #8a8a8a;
border-right: 1px solid #cecece;
border-left: 2px solid #8a8a8a;
}
7 changes: 5 additions & 2 deletions theme/canvas/style/course.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
#page-course-category .generalbox { margin:25px auto 30px;width:75%;padding:10px; }

.path-course-view .section .side { padding:5px 0; }
.path-course-view .section .content { padding:5px 10px; }
.path-course-view .section .content { padding:10px; }
.path-course-view .section .content .section { margin:0; }
.path-course-view .section .content .weekdates { font-size:1em;color:#777;font-weight:normal; }
.path-course-view .section_add_menus {margin-top: 1em;}

#page-course-report .plugin p,
#page-course-report .logselectform { text-align:center; }
Expand All @@ -34,4 +35,6 @@
#page-course-report-log-live .generaltable,
#page-course-report-log-index .generaltable { margin:5px auto; }

#page-course-loginas #notice {width: 50%;text-align: center;margin: 10px auto;}
#page-course-loginas #notice {width: 50%;text-align: center;margin: 10px auto;}

#page-course-reset .generalbox {margin-bottom: 1em;}
18 changes: 12 additions & 6 deletions theme/canvas/style/tables.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
.generaltable th.header,
.generaltable td.cell,
#attempts th.header,
#attempts td.cell,
.editcourse th,
.editcourse td,
.generaltable th,
.generaltable td,
#page-admin-course-category .generalbox th,
#page-admin-course-category .generalbox td,
#attempts th,
#attempts td,
.plugincompattable th,
.plugincompattable td,
.environmenttable th,
.environmenttable td { border:1px solid #ddd;border-collapse:collapse; }

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

0 comments on commit a211e4c

Please sign in to comment.