mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
*** empty log message ***
This commit is contained in:
parent
9274189f25
commit
243dbcffee
2 changed files with 28 additions and 0 deletions
|
@ -462,3 +462,8 @@ body#user-index #longtimenosee {
|
|||
|
||||
.message .content {
|
||||
}
|
||||
|
||||
|
||||
.helplink {
|
||||
font-size:0.8em;
|
||||
}
|
||||
|
|
|
@ -379,6 +379,12 @@ table.userinfobox {
|
|||
text-align:right;
|
||||
}
|
||||
|
||||
.forumpost .link {
|
||||
padding-top: 0.5em;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
|
||||
.forumpost .left {
|
||||
width: 35px;
|
||||
padding: 4px;
|
||||
|
@ -390,6 +396,10 @@ table.userinfobox {
|
|||
margin-left: 30px;
|
||||
}
|
||||
|
||||
body#user-view .forumpost {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body#mod-forum-search .c0 {
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -829,6 +839,10 @@ table.calendar-controls .next
|
|||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
.sideblock .heading .title {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.sideblock .heading .commands a {
|
||||
margin: 0px 2px;
|
||||
}
|
||||
|
@ -869,6 +883,11 @@ table.calendar-controls .next
|
|||
margin-top:4px;
|
||||
}
|
||||
|
||||
.sideblock .heading .icon.hide,
|
||||
.sideblock .heading .icon.edit {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
/* sideblock weblib.php */
|
||||
.block_course_summary .content {
|
||||
padding:10px;
|
||||
|
@ -907,6 +926,10 @@ table.calendar-controls .next
|
|||
|
||||
/* contents.php */
|
||||
|
||||
.cell { /* Very generic table cell*/
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
body#doc-contents h1 {
|
||||
font-size: 1em;
|
||||
margin: 1em 0px 0px 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue