diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 9b190f224..33f24cb11 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -137,7 +137,7 @@
  • -
  • +
  • <%= f.select :language, :Chinese => :zh, :English => :en %>
  • 确认 diff --git a/app/views/users/user_feedback4show.html.erb b/app/views/users/user_feedback4show.html.erb index c37311d88..0a1fc8af2 100644 --- a/app/views/users/user_feedback4show.html.erb +++ b/app/views/users/user_feedback4show.html.erb @@ -9,7 +9,7 @@ <%= item.at_user.show_name %> <% end %>  :  -

    <%=item.notes.html_safe%>

    +
    <%=item.notes.html_safe%>
    <% if JournalsForMessage.create_by_user? User.current %> 回复 <% end %> diff --git a/public/stylesheets/public_new.css b/public/stylesheets/public_new.css index 313ecbba3..428da5712 100644 --- a/public/stylesheets/public_new.css +++ b/public/stylesheets/public_new.css @@ -428,3 +428,5 @@ div.flash.warning, .conflict { .floatbox{ width:420px; border:3px solid #15bccf; background:#fff; padding:5px;} a.box_close{ display:block; float:right; width:16px; height:16px; background:url(../images/img_floatbox.png) 0 0 no-repeat;} a:hover.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;} + +div.ke-statusbar{height:1px; border-top:none;} \ No newline at end of file diff --git a/public/stylesheets/users.css b/public/stylesheets/users.css index 30849fe29..5e99060ee 100644 --- a/public/stylesheets/users.css +++ b/public/stylesheets/users.css @@ -27,7 +27,7 @@ a:hover.icon_face{background:url(../images/public_icon.png) -79px -671px no-repe .message_list_box{ background:#f5f5f5; padding:10px;} .users_pic{ width:27px; height:27px; border:1px solid #e3e3e3;} .users_pic:hover{ border:1px solid #a5a5a5;} -.massage_txt{ max-width:360px; color: #666;} +.massage_txt{ max-width:360px; color: #666;word-break:break-all;} .massage_time{ color:#8d8d8d; margin-top:5px;} .message_list{ border-bottom:1px dashed #c9c9c9; padding-bottom:10px; margin-bottom:10px;} .message_list_more{ text-align:center; width:720px;}