This commit is contained in:
parent
73f5bab075
commit
13a65821e2
|
@ -46,7 +46,6 @@
|
||||||
|
|
||||||
<div class="memo-title <%= @memo.sticky ? 'sticky' : '' %> <%= @memo.locked? ? 'locked' : '' %>"><%= label_tag l(:field_subject) %>: <%=h @memo.subject %></div>
|
<div class="memo-title <%= @memo.sticky ? 'sticky' : '' %> <%= @memo.locked? ? 'locked' : '' %>"><%= label_tag l(:field_subject) %>: <%=h @memo.subject %></div>
|
||||||
<div class="memo-content">
|
<div class="memo-content">
|
||||||
<!-- < %= textilizable(@memo, :content) %> -->
|
|
||||||
<%= raw @memo.content %>
|
<%= raw @memo.content %>
|
||||||
<p>
|
<p>
|
||||||
<% if @memo.attachments.any?%>
|
<% if @memo.attachments.any?%>
|
||||||
|
|
|
@ -2012,20 +2012,11 @@ div.avatar_user{
|
||||||
* *
|
* *
|
||||||
*Designed for message.
|
*Designed for message.
|
||||||
*/
|
*/
|
||||||
li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
.avatar-3{
|
.avatar-3{
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
.inner-right{
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.messages-for-user-reply{
|
|
||||||
margin-top: 10px;
|
|
||||||
padding-left: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.message-for-user {
|
ul.message-for-user {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
Loading…
Reference in New Issue