File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
/* base */
2
+ * {
3
+ -webkit-transition-duration : 0.2s ;
4
+ }
2
5
body , p {
3
6
font-size : 12px ;
4
7
line-height : 16px ;
@@ -124,10 +127,14 @@ a.light:hover {
124
127
padding : 12px 10px 12px 10px ;
125
128
border-bottom : 1px solid hsl (120 , 10% , 90% );
126
129
overflow : hidden;
130
+ white-space : nowrap;
127
131
}
128
132
.cell : last-child {
129
133
border-bottom : none;
130
134
}
135
+ .cell : hover {
136
+ background : hsl (0 , 0% , 96% );
137
+ }
131
138
.board .floor {
132
139
line-height : 30px ;
133
140
}
@@ -420,6 +427,9 @@ a.count:hover {
420
427
-moz-border-radius : 3px ;
421
428
border-radius : 3px ;
422
429
}
430
+ .mark_read_btn > img {
431
+ float : right;
432
+ }
423
433
/* markdown editor */
424
434
.wmd-button-bar {
425
435
margin-left : 0px ;
Original file line number Diff line number Diff line change 21
21
< div class ='click_part '>
22
22
点击数 < %= topic.visit_count %>
23
23
</ div >
24
- < a class ='dark ' href ='/user/<%= topic.author.name %> '> < %= topic.author.name %> </ a >
25
24
< % if(topic.reply){ %>
26
25
< div class ='reply_part '>
26
+ < a class ='dark ' href ='/user/<%= topic.reply.author.name %> '> < %= topic.reply.author.name %> </ a >
27
27
回复于
28
28
< %= topic.reply.friendly_create_at %>
29
- < a class ='dark ' href ='/user/<%= topic.reply.author.name %> '> < %= topic.reply.author.name %> </ a >
30
29
</ div >
31
30
< % }else{ %>
31
+ < a class ='dark ' href ='/user/<%= topic.author.name %> '> < %= topic.author.name %> </ a >
32
32
< div class ='reply_part '>
33
33
创建于 < %= topic.friendly_create_at %>
34
34
</ div >
You can’t perform that action at this time.
0 commit comments