Conference support to WWW

This commit is contained in:
Andrew Pamment
2016-08-20 13:52:02 +10:00
parent 82cdc70739
commit db48225539
9 changed files with 1103 additions and 33 deletions

View File

@@ -73,6 +73,82 @@
color: #222;
}
.conference-list-item {
background-color: #333333;
color: white;
padding: 5px;
}
.area-list-item {
padding: 5px 0 5px 15px;
}
.msg-summary-seen {
display: table-row;
width: auto;
clear: both;
background-color: #eee;
}
.msg-summary {
display: table-row;
width: auto;
clear: both;
background-color: #b2ffb0;
}
.msg-summary-id {
float: left;
display: table-column;
width: 100px;
}
.msg-summary-subject {
float: left;
display: table-column;
width: 400px;
}
.msg-summary-from {
float: left;
display: table-column;
width: 200px;
}
.msg-summary-to {
float: left;
display: table-column;
width: 200px;
}
.msg-summary-date {
float: left;
display: table-column;
width: 200px;
}
.msg-view-header {
background-color: #eee;
border: 1px solid #666666;
padding: 5px;
margin-bottom: 10px;
}
.msg-view-subject {
font-size: xx-large;
}
.msg-view-from {
color: #222;
}
.msg-view-to {
color: #222;
}
.msg-view-date {
color: #222;
}
.menu ul {
list-style-type: none;
margin: 0;