|
|
|
@ -1,59 +1,3 @@
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.lz {
|
|
|
|
|
position: relative;
|
|
|
|
|
min-height: 200px;
|
|
|
|
|
margin: 10px 2px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
box-shadow: 1px 1px 6px #97EBF4;
|
|
|
|
|
}
|
|
|
|
|
.lz-left {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 2%;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.memo-section {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin-left: 15%;
|
|
|
|
|
padding-top: 1%;
|
|
|
|
|
border-left: 2px dotted #EEE;/*#8BE9F3;*/
|
|
|
|
|
}
|
|
|
|
|
.memo-title {
|
|
|
|
|
margin: 1em 0;
|
|
|
|
|
padding-left: 1%;
|
|
|
|
|
padding-bottom: 1%;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
border-bottom: 1px dashed rgb(204, 204, 204);
|
|
|
|
|
}
|
|
|
|
|
.memo-content {
|
|
|
|
|
padding: 1%;
|
|
|
|
|
margin: 1%;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
background-color: #F6F6F6;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
/*word-break: break-all; */
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
.memo-timestamp {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
/*right: 0;*/
|
|
|
|
|
left: 0;
|
|
|
|
|
margin: 20px;
|
|
|
|
|
}
|
|
|
|
|
.replies {
|
|
|
|
|
float: right;
|
|
|
|
|
/*max-width: 90%;*/
|
|
|
|
|
}
|
|
|
|
|
.reply-box {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 640px;
|
|
|
|
|
padding: 3%;
|
|
|
|
|
/*border: 2px solid #C6F3F9;*/
|
|
|
|
|
border-top: 2px double #C6F3F9;
|
|
|
|
|
/*border-radius: 10px;*/
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<div class="project_r_h">
|
|
|
|
|
<h2 class="project_h2"><%= l(:label_board) %></h2>
|
|
|
|
|
</div>
|
|
|
|
@ -108,7 +52,7 @@
|
|
|
|
|
<%= link_to_user_header message.author,false,:class => 'c_blue fb fl mb10 ' %>
|
|
|
|
|
<span class="c_grey fr"><%= format_time(message.created_on) %></span>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<%= textilizable message,:content,:attachments => message.attachments %>
|
|
|
|
|
<p><%= textilizable message,:content,:attachments => message.attachments %></p>
|
|
|
|
|
<%= link_to_attachments_course message, :author => false %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="ping_disfoot">
|
|
|
|
|