Просмотр исходного кода

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

Signed-off-by: emanuele <[email protected]>
emanuele 12 лет назад
Родитель
Сommit
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