forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Malley
committed
May 17, 2010
1 parent
e059a1f
commit a211e4c
Showing
6 changed files
with
114 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; } |