Parcourir la source

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

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer il y a 10 ans
Parent
commit
bb0cd0000a
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  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