GITLAB

Eduardo Padilla / Congreso Gestion Ambiental

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • congreso-gestion-ambiental
  • modules
  • forum
  • forum-rtl.css
  • 01bdb85d1   archivos drupal Browse Code ยป
    Eduardo Padilla
    2015-06-16 12:06:47 -0400  
forum-rtl.css 398 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/**
 * @file
 * Right-to-left styling for the Forum module.
 */

#forum td.forum .icon {
  float: right;
  margin: 0 0 0 9px;
}
#forum div.indent {
  margin-left: 0;
  margin-right: 20px;
}
.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;
}