소스 검색

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

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 년 전
부모
커밋
bb0cd0000a
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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