MDL-46313 forum: Move discussiontoggle CSS to module

This commit is contained in:
Andrew Nicols 2014-09-18 10:42:55 +08:00
parent 8af594ac87
commit 535364c8f5
3 changed files with 6 additions and 5 deletions

View File

@ -137,3 +137,8 @@ span.unread {
.path-mod-forum .discussion-nav .prev-discussion {
float: left;
}
.path-mod-forum .discussiontoggle {
display: inline-block;
width: 12px;
}

View File

@ -71,10 +71,6 @@ select {
}
}
}
.discussiontoggle {
display: inline-block;
width: 12px;
}
}
.path-mod-feedback .feedback_bar_image {

File diff suppressed because one or more lines are too long