Browse Source

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

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
1003fce455
2 changed files with 1 additions and 1 deletions
  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