mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Some new style fixes - thanks Shane!
This commit is contained in:
parent
c2b552feeb
commit
233bc4bbb5
@ -255,6 +255,15 @@ th {
|
||||
background:#DDDDDD;
|
||||
}
|
||||
|
||||
.forumheaderlist .discussion .starter {
|
||||
background:#DDDDDD;
|
||||
}
|
||||
|
||||
.forumheaderlist td {
|
||||
border-color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
/* survey */
|
||||
#mod-survey-view .r0 {
|
||||
background-color: #EEEEEE;
|
||||
|
@ -221,6 +221,11 @@ h4 {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.forumheaderlist .discussion .lastpost {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* message */
|
||||
.message_summary_link {
|
||||
|
@ -292,6 +292,7 @@ table.formtable td {
|
||||
.forumpost {
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
border-collapse:separate;
|
||||
}
|
||||
|
||||
.forumpost {
|
||||
@ -328,6 +329,28 @@ table.formtable td {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.forumheaderlist {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.forumheaderlist td {
|
||||
border-width:1px 0px 0px 1px;
|
||||
border-style:solid;
|
||||
}
|
||||
|
||||
.forumheaderlist .replies {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.forumheaderlist .picture {
|
||||
width: 35px;
|
||||
}
|
||||
|
||||
.forumheaderlist .discussion .starter {
|
||||
vertical-align: center;
|
||||
}
|
||||
|
||||
|
||||
.unread {
|
||||
padding-right:2px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user