mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Added back missing style for index subscription links
This commit is contained in:
parent
6d55caae5e
commit
ad94d5bf09
1 changed files with 6 additions and 0 deletions
|
@ -2174,6 +2174,12 @@ body#mod-forum-search .introcontent {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mod-forum-index .subscription {
|
||||||
|
float: right;
|
||||||
|
text-align:right;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
#mod-forum-view .unread {
|
#mod-forum-view .unread {
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue