From 4d2412db1b99a1b430d308e3c7c49a31aac4026d Mon Sep 17 00:00:00 2001 From: labadmin Date: Wed, 11 Apr 2012 18:17:25 +0530 Subject: Added count function in models of gstudio to count node data.Skeleton and css files changed to readjust dynamically with the data count --- gstudio/static/gstudio/css/screen.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'gstudio/static') diff --git a/gstudio/static/gstudio/css/screen.css b/gstudio/static/gstudio/css/screen.css index 4ef64586..f786de60 100644 --- a/gstudio/static/gstudio/css/screen.css +++ b/gstudio/static/gstudio/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: 150px; } .span-17 { width: 670px; } @@ -395,7 +395,7 @@ input.span-24, textarea.span-24, select.span-24 { width: 950px; } label { font-weight: bold; } -fieldset { padding: 1.4em; margin: 0 0 1.5em 0; } +fieldset { padding: 1.4em; margin: 0 0 1em 0; } legend { font-weight: bold; font-size: 1.2em; } @@ -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: 224px; + margin-right: 150px; + margin-top: 1px; + position: absolute; + width: 300px; + height: 900px +} #sidebar{position:absolute; margin-left:1000px; margin-right:150px; margin-top:10px; width:300px;} #sidebar div:first-child h3 { margin-top:0px; } #sidebar h3 { background-color: #C4EBF4; padding: 0.5em; } -- cgit v1.2.3-70-g09d2