[Tynstep-svn] r57 - in trunk/step-web-app/war: . WEB-INF/lib css

ChrisBurrell at crosswire.org ChrisBurrell at crosswire.org
Fri Dec 18 01:46:00 MST 2009


Author: ChrisBurrell
Date: 2009-12-18 01:46:00 -0700 (Fri, 18 Dec 2009)
New Revision: 57

Removed:
   trunk/step-web-app/war/WEB-INF/lib/gwt-servlet.jar
Modified:
   trunk/step-web-app/war/Step.html
   trunk/step-web-app/war/css/step.css
Log:
update for integration server

Modified: trunk/step-web-app/war/Step.html
===================================================================
--- trunk/step-web-app/war/Step.html	2009-12-18 08:44:53 UTC (rev 56)
+++ trunk/step-web-app/war/Step.html	2009-12-18 08:46:00 UTC (rev 57)
@@ -22,15 +22,7 @@
     <!-- If you add any GWT meta tags, they must   -->
     <!-- be added before this line.                -->
     <!--                                           -->
-    <script>
-       Timeline_ajax_url="/step/timelinewidget/timeline_ajax/simile-ajax-api.js";
-       Timeline_urlPrefix='/step/timelinewidget/timeline_js/';       
-       Timeline_parameters='bundle=true';
-    </script>
-
     <script type="text/javascript" language="javascript" src="step/step.nocache.js"></script>
-	<script type="text/javascript" language="javascript" src="step/timelinewidget/timeline_js/timeline-api.js"></script>
-	<script type="text/javascript" language="javascript" src="step/timelinewidget/timeline-helper.js"></script>
 
     <!--                                                               -->
     <!-- Consider inlining CSS to reduce the number of requested files -->

Deleted: trunk/step-web-app/war/WEB-INF/lib/gwt-servlet.jar
===================================================================
(Binary files differ)

Modified: trunk/step-web-app/war/css/step.css
===================================================================
--- trunk/step-web-app/war/css/step.css	2009-12-18 08:44:53 UTC (rev 56)
+++ trunk/step-web-app/war/css/step.css	2009-12-18 08:46:00 UTC (rev 57)
@@ -2,23 +2,9 @@
 	width: 250px;
 }
 
-
-.custom_timeline {
-	clear: both;
-	width: 100%;
-	height: 300px;
-	border-style: solid;
-	border-color: green;	
-}
-
-.absolute {
-	display: absolute;
-}
-
-band_horizontal {
-	width: 100%;
-}
-
+/****************************************************************************
+ * TIMELINE WIDGET
+ ****************************************************************************/
 .step-timeline {
 	clear:both;
 	border: 1px solid green;
@@ -142,6 +128,10 @@
 	height: 20px; /* TODO: to shove in properties file if they are possible? */
 	width: 100%;
 	position: relative;
-	border: 1px dotted red;
+	border-bottom: 1px solid red;
 	z-index: 110;
 }
+
+.step-timeline-control {
+	z-index: 1000;
+}
\ No newline at end of file




More information about the Tynstep-svn mailing list