mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Some more styles
This commit is contained in:
parent
2a0407b7f6
commit
5e497e4e7a
@ -4,9 +4,9 @@ function glossary_show_entry_continuous($course, $cm, $glossary, $entry, $mode="
|
||||
|
||||
global $USER;
|
||||
|
||||
echo "\n<table border=\"0\" width=\"95%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\n";
|
||||
echo '<table class="glossarypost continuous" align="center">';
|
||||
echo "<tr valign=\"top\">\n";
|
||||
echo "<td width=\"100%\" valign=\"top\"\n";
|
||||
echo '<td width="100%" valign="top" class="entry">';
|
||||
glossary_print_entry_approval($cm, $entry, $mode);
|
||||
glossary_print_entry_attachment($entry,"html","right");
|
||||
echo "<b>";
|
||||
|
@ -4,9 +4,9 @@ function glossary_show_entry_dictionary($course, $cm, $glossary, $entry, $mode='
|
||||
|
||||
global $CFG, $USER;
|
||||
|
||||
echo '<table border="0" width="95%" cellspacing="0" cellpadding="3" class="forumpost" align="center">';
|
||||
echo '<table class="glossarypost dictionary" align="center">';
|
||||
echo '<tr valign="top">';
|
||||
echo '<td width="100%" valign="top" bgcolor="#FFFFFF">';
|
||||
echo '<td width="100%" valign="top" class="entry">';
|
||||
glossary_print_entry_approval($cm, $entry, $mode);
|
||||
glossary_print_entry_attachment($entry,'html','right');
|
||||
echo '<b>';
|
||||
|
@ -7,7 +7,7 @@ function glossary_show_entry_encyclopedia($course, $cm, $glossary, $entry, $mode
|
||||
$user = get_record("user", "id", $entry->userid);
|
||||
$strby = get_string("writtenby", "glossary");
|
||||
|
||||
echo "\n<br /><table border=\"0\" width=\"95%\" cellspacing=\"0\" cellpadding=\"3\" class=\"forumpost\" align=\"center\">";
|
||||
echo '<table class="glossarypost encyclopedia" align="center">';
|
||||
|
||||
echo "\n<tr valign=\"top\">";
|
||||
echo "\n<td width=\"35\" valign=\"top\" class=\"forumpostpicture\">";
|
||||
@ -21,7 +21,7 @@ function glossary_show_entry_encyclopedia($course, $cm, $glossary, $entry, $mode
|
||||
glossary_print_entry_concept($entry);
|
||||
echo "</b><br />";
|
||||
|
||||
echo "<font size=\"2\">$strby " . fullname($user, isteacher($course->id)) . "</font>";
|
||||
echo "$strby " . fullname($user, isteacher($course->id));
|
||||
echo " <font size=\"1\">(".get_string("lastedited").": ".
|
||||
userdate($entry->timemodified).")</font>";
|
||||
echo "</td>";
|
||||
|
@ -1276,10 +1276,10 @@ for ($row = 0; $row < $numrows; $row++) {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" class="glossaryentryheader"><hr /></td>
|
||||
<td width="100%" class="entryboxheader"><hr /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" class="glossaryentry">
|
||||
<td width="100%" class="entrybox">
|
||||
<center>
|
||||
<?php
|
||||
}
|
||||
|
@ -327,15 +327,16 @@ th {
|
||||
color:#CCCCCC;
|
||||
}
|
||||
|
||||
.glossaryentryheader {
|
||||
.entryboxheader {
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
|
||||
.glossaryentry {
|
||||
.entrybox {
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* lang, forum */
|
||||
.teacheronly {
|
||||
color:#990000;
|
||||
|
@ -441,16 +441,27 @@ dialouge, exercise, forum, lesson, quiz */
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.glossaryentryheader {
|
||||
.entryboxheader {
|
||||
border-width: 1px 1px 0px 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.glossaryentry {
|
||||
.entrybox {
|
||||
border-width: 0px 1px 1px 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.glossarypost {
|
||||
width: 95%;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
border-collapse:separate;
|
||||
}
|
||||
|
||||
.glossarypost .entry {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
|
||||
/* message */
|
||||
.message_link {
|
||||
|
@ -70,12 +70,14 @@
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
||||
.glossaryentryheader {
|
||||
.entryboxheader {
|
||||
-moz-border-radius-topleft:10px;
|
||||
-moz-border-radius-topright:10px;
|
||||
}
|
||||
|
||||
.glossaryentry {
|
||||
.entrybox {
|
||||
-moz-border-radius-bottomleft:10px;
|
||||
-moz-border-radius-bottomright:10px;
|
||||
}
|
||||
|
||||
#calendar .eventlist .eventfull {
|
||||
|
Loading…
x
Reference in New Issue
Block a user