Some more styles added

This commit is contained in:
moodler 2005-02-16 10:34:36 +00:00
parent ed3136ff1e
commit 25ecf09aa1
3 changed files with 65 additions and 0 deletions

View File

@ -224,6 +224,14 @@ th {
}
/* user */
.userinfobox {
border-color: #DDDDDD;
background-color: #F7F7F7;
}
/*****************************
***

View File

@ -166,6 +166,16 @@ h4 {
}
/* user */
.userinfobox .username {
font-weight: bold;
}
.userinfobox .links {
font-size: 0.7em;
}
/*****************************
***

View File

@ -282,6 +282,41 @@ table.formtable td {
}
/* user */
.userinfobox {
border-width: 1px;
border-style: solid;
border-collapse: separate;
}
.userinfobox .left {
padding: 10px;
width: 100px;
}
.userinfobox .content {
padding: 10px;
vertical-align: top;
}
.userinfobox .links {
padding: 5px;
vertical-align: bottom;
}
.userinfobox .username {
padding-bottom: 20px;
}
table.userinfobox {
width: 80%;
margin-left: 10%;
margin-right: 10%;
}
/*****************************
***
*** Activities
@ -350,6 +385,18 @@ table.formtable td {
vertical-align: center;
}
.forumheaderlist .discussion .lastpost {
white-space: nowrap;
}
.forumheaderlist .discussion .author {
white-space: nowrap;
}
.paging {
text-align: center;
margin: 10px 0px 10px 0px;
}
.unread {
padding-right:2px;