Conference support to WWW
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/email/">Email</a></li>
|
||||
<li><a href="/msgs/">Conferences</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr />
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user