mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Some more styles added
This commit is contained in:
parent
ed3136ff1e
commit
25ecf09aa1
@ -224,6 +224,14 @@ th {
|
||||
}
|
||||
|
||||
|
||||
/* user */
|
||||
|
||||
.userinfobox {
|
||||
border-color: #DDDDDD;
|
||||
background-color: #F7F7F7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*****************************
|
||||
***
|
||||
|
@ -166,6 +166,16 @@ h4 {
|
||||
}
|
||||
|
||||
|
||||
/* user */
|
||||
.userinfobox .username {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.userinfobox .links {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*****************************
|
||||
***
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user