add margin block

This commit is contained in:
2018-07-26 15:06:49 +02:00
parent aea6f4f6ce
commit d79907daad
5 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -55,22 +55,22 @@ function drag() {
// app dimension
$recits.css({
"width": xPos,
"height": yPos,
"height": yPos - 5,
});
$itw.css({
"width": Bw2,
"height": yPos,
"height": yPos - 5,
});
$img.css({
"width": '33%',
"height": yPos,
"height": yPos - 5,
});
$bottom.css({
"top": yPos2,
"top": yPos2 + 5,
})
$links.css({
"width": xPos,
"top": yPos2,
"top": yPos2 + 5,
})
$rs.css({
"width": Bw2,