样式冲突
This commit is contained in:
parent
3f7a391214
commit
14a539bd0a
|
@ -25,7 +25,7 @@
|
||||||
<%= link_to activity.title.subject.to_s.html_safe, user_blog_blog_comment_path(:user_id=>activity.author_id, :blog_id=>activity.blog.id,:id=>activity), :class=> "list-title fl"%>
|
<%= link_to activity.title.subject.to_s.html_safe, user_blog_blog_comment_path(:user_id=>activity.author_id, :blog_id=>activity.blog.id,:id=>activity), :class=> "list-title fl"%>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if activity.blog.homepage_id and activity.id == activity.blog.homepage_id %>
|
<% if activity.blog.homepage_id and activity.id == activity.blog.homepage_id %>
|
||||||
<span class="c_red ml10 fr">[已设为首页]</span>
|
<span class="font_normal ml10 fr">[已设为首页]</span>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if activity.sticky == 1 %>
|
<% if activity.sticky == 1 %>
|
||||||
<span class="fl ml10 red-cir-btn">顶</span>
|
<span class="fl ml10 red-cir-btn">顶</span>
|
||||||
|
|
|
@ -1519,7 +1519,7 @@ a.sortdownbtn{ background: url(../images/liststyle.png) 0 -12px no-repeat; width
|
||||||
.item_list{ display:block; width:5px; height:5px;-webkit-border-radius: 25px;border-radius:25px; background-color:#adadad; margin:10px 10px 0 0;}
|
.item_list{ display:block; width:5px; height:5px;-webkit-border-radius: 25px;border-radius:25px; background-color:#adadad; margin:10px 10px 0 0;}
|
||||||
.list-file a.list-title{ font-size:14px; font-weight: bold; color:#000;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; max-width:550px;}
|
.list-file a.list-title{ font-size:14px; font-weight: bold; color:#000;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; max-width:550px;}
|
||||||
a:hover.list-title{ color:#269ac9;}
|
a:hover.list-title{ color:#269ac9;}
|
||||||
.c_red{ font-weight:normal; font-size:12px;}
|
.font_normal{ font-weight:normal; font-size:12px;}
|
||||||
.list-file{ padding:10px 0; border-bottom:1px dashed #ddd;}
|
.list-file{ padding:10px 0; border-bottom:1px dashed #ddd;}
|
||||||
.list-file li{ line-height:1.9;}
|
.list-file li{ line-height:1.9;}
|
||||||
.list-info span{ margin-left:5px;}
|
.list-info span{ margin-left:5px;}
|
||||||
|
|
Loading…
Reference in New Issue