diff test_create/style.css @ 505:cf55f9ee9446 Dev_main

Test create drag and drop active. Auto-builds on page HTML from specification.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 11 Feb 2016 12:06:54 +0000
parents f8920367ec32
children 1dbc6d3e6fb5
line wrap: on
line diff
--- a/test_create/style.css	Wed Feb 10 16:33:41 2016 +0000
+++ b/test_create/style.css	Thu Feb 11 12:06:54 2016 +0000
@@ -3,7 +3,7 @@
     background-color: rgba(0,0,0,0.5);
     width: 100%;
     height: 100%;
-    position: absolute;
+    position: fixed;
     left: 0px;
     top: 0px;
 }
@@ -13,7 +13,7 @@
     background-color: rgba(255,255,255,1);
     width: 730px;
     height: 480px;
-    position: absolute;
+    position: fixed;
     border-radius: 10px;
 	box-shadow: 0px 0px 50px #000;
     padding: 10px;
@@ -70,7 +70,7 @@
     padding: 10px;
     border: black 2px solid;
     border-radius: 10px;
-    margin: 25px;
+    margin: 10px;
     min-width: 92%;
 }
 div.node-title {