Some new style fixes - thanks Shane!

This commit is contained in:
moodler 2005-02-16 07:36:24 +00:00
parent c2b552feeb
commit 233bc4bbb5
3 changed files with 37 additions and 0 deletions

View File

@ -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;

View File

@ -221,6 +221,11 @@ h4 {
font-size: 0.8em;
}
.forumheaderlist .discussion .lastpost {
font-size: 0.7em;
}
/* message */
.message_summary_link {

View File

@ -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;
}