소스 검색

Added the 'grip' icon (resize the editor) and fixed the css

Signed-off-by: emanuele <[email protected]>
emanuele 12 년 전
부모
커밋
1003fce455
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Themes/default/css/jquery.sceditor.css
  2. BIN
      Themes/default/images/bbc/grip.png

+ 1 - 1
Themes/default/css/jquery.sceditor.css

@@ -65,7 +65,7 @@ div.sceditor-dropdown, div.sceditor-dropdown div {
 		bottom: 0;
 		right: 0;
 		z-index: 3;
-		background: url('../images/bbc/icons/grip.png');
+		background: url('../images/bbc/grip.png');
 	}
 	div.sceditor-dropdown {
 		position: absolute;

BIN
Themes/default/images/bbc/grip.png