summaryrefslogtreecommitdiffstatshomepage
path: root/modules/forum/forum-rtl.css
blob: d31c9e7f372effc98e105a292391979a28ce300e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#forum tr td.forum {
  padding-left: 0.5em;
  padding-right: 25px;
  background-position: 98% 2px;
}
.forum-topic-navigation {
  padding: 1em 3em 0 0;
}
.forum-topic-navigation .topic-previous {
  text-align: left;
  float: right;
}
.forum-topic-navigation .topic-next {
  text-align: right;
  float: left;
}