Feature #3116 - Improve minipanel. Using CSS cursor move, because grab is not supported in all browser. Center graphic move texture.

skala
Alberto Torreblanca 14 years ago
parent 295bc3266a
commit c827c4b115
  1. 9
      .idea/cssxfire.xml
  2. BIN
      main/img/minipanelback.png
  3. 5
      main/inc/lib/javascript/jquery.lp_minipanel.js

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CssXFireSettings">
<general autoClear="false" />
<strategy useRoutes="false" mediaReduce="false" fileReduce="false" />
<routes />
</component>
</project>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 233 B

@ -72,11 +72,12 @@
paddingTop: "8px",
paddingBottom: "8px",
borderRadius: "4px 4px 4px 4px",
opacity: "0.8"
opacity: "0.8",
cursor: "move"
}
);
$('#learning_path_main #control table').attr('align','center');
$('#learning_path_main #control').draggable({ iframeFix: true, stack: "#learning_path_right_zone" });
$('#learning_path_main #control').draggable({ iframeFix: true, stack: "#learning_path_right_zone", cursor: "move" });
$('#learning_path_main #control .buttons img').click(function(){
$('#learning_path_main #control tr:eq(1)').remove();
minipb();

Loading…
Cancel
Save