summaryrefslogtreecommitdiff
path: root/objectapp/static/objectapp
diff options
context:
space:
mode:
authorlabadmin <labadmin@labadmin-P5E-Deluxe.(none)>2012-04-11 18:17:25 +0530
committerlabadmin <labadmin@labadmin-P5E-Deluxe.(none)>2012-04-11 18:17:25 +0530
commit4d2412db1b99a1b430d308e3c7c49a31aac4026d (patch)
tree90c6da3f19a3770649dc05e3386aacde3a98fde4 /objectapp/static/objectapp
parent9539983c6e85c0888c32ab2d5ea1036ae755ffd9 (diff)
downloadgnowsys-4d2412db1b99a1b430d308e3c7c49a31aac4026d.tar.gz
Added count function in models of gstudio to count node data.Skeleton and css files changed to readjust dynamically with the data count
Diffstat (limited to 'objectapp/static/objectapp')
-rw-r--r--objectapp/static/objectapp/css/screen.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/objectapp/static/objectapp/css/screen.css b/objectapp/static/objectapp/css/screen.css
index e337e26..54d8a3d 100644
--- a/objectapp/static/objectapp/css/screen.css
+++ b/objectapp/static/objectapp/css/screen.css
@@ -15,7 +15,7 @@ h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.50em; }
h6 { font-size: 1em; font-weight: bold; }
-p { margin: 0 0 1.5em; }
+p { margin: 0 0 1.em; }
p .left { display: inline; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right { display: inline; float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; }
@@ -130,7 +130,7 @@ caption { background: #eeeeee; }
.span-15 { width: 590px; }
-.span-16 { width: 500px; }
+.span-16 { width: 200px; }
.span-17 { width: 670px; }
@@ -415,7 +415,7 @@ select { background-color: #fff; border-width: 1px; border-style: solid; }
input.text, input.title, input[type=email], input[type=text], input[type=password] { width: 300px; }
-textarea { width: 390px; height: 250px; }
+textarea { width: 200px; height: 110px; }
body { background: transparent url(../img/background.gif) repeat-x scroll left top; }
@@ -474,6 +474,14 @@ a:hover { text-decoration: underline; }
font-size: 11px;
font-weight: bold;
}
+#graphcss{
+ margin-left: 230px;
+ margin-right: 150px;
+ margin-top: 1px;
+ position: absolute;
+ width: 300px;
+ height: 900px
+}
#sidebar{position:absolute; margin-left:600px; margin-right:150px; margin-top:10px; width:300px;}
#sidebar div:first-child h3 { margin-top:0px; }
#sidebar h3 { background-color: #C4EBF4; padding: 0.5em; }