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
+1 -1
View File
@@ -1 +1 @@
{"02-07-2018":140,"03-07-2018":176,"04-07-2018":10,"11-07-2018":166,"13-07-2018":188,"14-07-2018":111,"17-07-2018":197,"25-07-2018":26,"26-07-2018":277} {"02-07-2018":140,"03-07-2018":176,"04-07-2018":10,"11-07-2018":166,"13-07-2018":188,"14-07-2018":111,"17-07-2018":197,"25-07-2018":26,"26-07-2018":288}
+1 -1
View File
@@ -1 +1 @@
{"07-2018":1291} {"07-2018":1302}
+1 -1
View File
@@ -1 +1 @@
{"\/":1291} {"\/":1302}
+1 -1
View File
@@ -1 +1 @@
{"79c47964f1cd8a7f86f7fb4e1c1ac6bdb2551b4b":1532610035,"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530699635} {"79c47964f1cd8a7f86f7fb4e1c1ac6bdb2551b4b":1532610322,"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530699635}
+5 -5
View File
@@ -55,22 +55,22 @@ function drag() {
// app dimension // app dimension
$recits.css({ $recits.css({
"width": xPos, "width": xPos,
"height": yPos, "height": yPos - 5,
}); });
$itw.css({ $itw.css({
"width": Bw2, "width": Bw2,
"height": yPos, "height": yPos - 5,
}); });
$img.css({ $img.css({
"width": '33%', "width": '33%',
"height": yPos, "height": yPos - 5,
}); });
$bottom.css({ $bottom.css({
"top": yPos2, "top": yPos2 + 5,
}) })
$links.css({ $links.css({
"width": xPos, "width": xPos,
"top": yPos2, "top": yPos2 + 5,
}) })
$rs.css({ $rs.css({
"width": Bw2, "width": Bw2,