Author: Christian Lopes
Date: 2010-09-07 13:32:41 -0700 (Tue, 07 Sep 2010)
New Revision: 21727
Modified:
cytoscapeweb/trunk/website/build.xml
cytoscapeweb/trunk/website/default.properties
cytoscapeweb/trunk/website/src/css/content/demo.css
Log:
Added weighted options to Force Directed preferences panel
Modified: cytoscapeweb/trunk/website/build.xml
===================================================================
--- cytoscapeweb/trunk/website/build.xml 2010-09-07 20:31:07 UTC (rev
21726)
+++ cytoscapeweb/trunk/website/build.xml 2010-09-07 20:32:41 UTC (rev
21727)
@@ -94,6 +94,11 @@
<copy todir="${api.dir}/layout" overwrite="true">
<fileset dir="${temp.dir}/symbols" includes="**.Layout.php"/>
</copy>
+
+ <mkdir dir="${api.dir}/schema"/>
+ <copy todir="${api.dir}/schema" overwrite="true">
+ <fileset dir="${temp.dir}/symbols" includes="**.DataSchema.php
**.DataField.php"/>
+ </copy>
<mkdir dir="${api.dir}/visualization"/>
<copy todir="${api.dir}/visualization"
file="${jsdoc.dir}/metadata/empty.txt" />
Modified: cytoscapeweb/trunk/website/default.properties
===================================================================
--- cytoscapeweb/trunk/website/default.properties 2010-09-07 20:31:07 UTC
(rev 21726)
+++ cytoscapeweb/trunk/website/default.properties 2010-09-07 20:32:41 UTC
(rev 21727)
@@ -1,7 +1,7 @@
# Website version
-build.version=0.3.1
+build.version=0.4
# The released Cytoscape Web version (downloadable zip & API doc)
-cw.build.version=0.5.1
+cw.build.version=0.6
CYTOSCAPEWEB_HOME=../cytoscapeweb
CW_FILE_HOME=../file
\ No newline at end of file
Modified: cytoscapeweb/trunk/website/src/css/content/demo.css
===================================================================
--- cytoscapeweb/trunk/website/src/css/content/demo.css 2010-09-07 20:31:07 UTC
(rev 21726)
+++ cytoscapeweb/trunk/website/src/css/content/demo.css 2010-09-07 20:32:41 UTC
(rev 21727)
@@ -275,10 +275,10 @@
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%;
border-bottom-width: 1px !important; border-right-width: 0 !important; margin:
0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; width: 100%; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0;
padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
-.ui-tabs-vertical .ui-tabs-panel { padding: 0.3em; float: right; width: 20em;
overflow: auto; }
+.ui-tabs-vertical .ui-tabs-panel { padding: 0.3em; float: right; width: 22em;
overflow: auto; }
#settings { padding: 0.25em 0.1em; }
-#settings .ui-tabs-vertical .ui-tabs-nav { height: 21em; }
+#settings .ui-tabs-vertical .ui-tabs-nav { height: 26em; }
#settings table { margin: 0; }
#settings td { border: 0px solid #CFCFCF; text-align: left; }
#settings input[type="text"], #settings select { margin-bottom: 0.5em; width:
8.5em; }
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.