Skip to content

Commit

Permalink
Some new style fixes - thanks Shane!
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 16, 2005
1 parent c2b552f commit 233bc4b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
9 changes: 9 additions & 0 deletions theme/standard/styles_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 5 additions & 0 deletions theme/standard/styles_fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ h4 {
font-size: 0.8em;
}

.forumheaderlist .discussion .lastpost {
font-size: 0.7em;
}



/* message */
.message_summary_link {
Expand Down
23 changes: 23 additions & 0 deletions theme/standard/styles_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ table.formtable td {
.forumpost {
border-width:1px;
border-style:solid;
border-collapse:separate;
}

.forumpost {
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 233bc4b

Please sign in to comment.