Browse Source

! We're using a directional icon, we should really offer an RTL suited version

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
bb0cd0000a
2 changed files with 6 additions and 0 deletions
  1. 6 0
      Themes/default/css/rtl.css
  2. BIN
      Themes/default/images/generic_icons.png

+ 6 - 0
Themes/default/css/rtl.css

@@ -806,6 +806,12 @@ tr.windowbg2 th.stats_month, tr.windowbg2 td.stats_day {
 	padding: 5px 0 0 1em;
 }
 
+/* Some icons need slight tweaks
+------------------------------------------------- */
+.generic_icons.move {
+	background-position: -112px -48px;
+}
+
 /* Styles for the help section.
 ------------------------------------------------- */
 #helpmain h3.section {

BIN
Themes/default/images/generic_icons.png