mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Checking in some unfinished work on forums ... moving back to test.moodle.com
This commit is contained in:
parent
d3583b418b
commit
4c7f1eb679
@ -236,25 +236,21 @@ th {
|
||||
border-color:#DDDDDD; /* borders */
|
||||
}
|
||||
|
||||
.forumpostside {
|
||||
background:#EEEEEE;
|
||||
.forumpost .content {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
|
||||
.forumpostpicture {
|
||||
.forumpost .left {
|
||||
background:#EEEEEE;
|
||||
}
|
||||
|
||||
.forumpostheader {
|
||||
.forumpost .topic {
|
||||
border-style:solid; /* borders */
|
||||
border-width: 0px;
|
||||
border-bottom-color: #EEEEEE;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
.forumpostmessage {
|
||||
background:#FFFFFF;
|
||||
}
|
||||
|
||||
/* survey */
|
||||
#mod-survey-view .r0 {
|
||||
background-color: #EEEEEE;
|
||||
|
@ -213,6 +213,14 @@ h4 {
|
||||
font-size:x-small;
|
||||
}
|
||||
|
||||
.forumpost .topic .subject {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.forumpost .topic .author {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
||||
/* message */
|
||||
.message_summary_link {
|
||||
|
@ -294,6 +294,35 @@ table.formtable td {
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
.forumpost {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.forumpost .topic {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
|
||||
.forumpost .commands {
|
||||
padding-top: 0.5em;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.forumpost .ratings {
|
||||
padding-top: 1em;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.forumpost .content {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.forumpost .left {
|
||||
padding: 4px;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.forumpostindent {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
@ -121,13 +121,22 @@ table.minicalendar td {
|
||||
-moz-border-radius:3px;
|
||||
}
|
||||
|
||||
.sideblock, .forumpost {
|
||||
.sideblock {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.forumpost .left {
|
||||
.forumpost {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
.forumpost .side {
|
||||
-moz-border-radius-bottomleft:20px;
|
||||
}
|
||||
|
||||
.forumpost .content {
|
||||
-moz-border-radius-bottomright:20px;
|
||||
}
|
||||
|
||||
#user-view .left {
|
||||
|
Loading…
x
Reference in New Issue
Block a user