[Swift-commit] r7112 - SwiftApps/tryswift

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Sun Sep 29 01:18:54 CDT 2013


Author: davidk
Date: 2013-09-29 01:18:54 -0500 (Sun, 29 Sep 2013)
New Revision: 7112

Modified:
   SwiftApps/tryswift/index.php
   SwiftApps/tryswift/tryswift-php.css
Log:
Fix width of form output and add missing div


Modified: SwiftApps/tryswift/index.php
===================================================================
--- SwiftApps/tryswift/index.php	2013-09-29 06:10:58 UTC (rev 7111)
+++ SwiftApps/tryswift/index.php	2013-09-29 06:18:54 UTC (rev 7112)
@@ -31,6 +31,7 @@
             
          <div id="buttonsDiv">
             <button id="back">Back</button>
+            <div id="scriptCount"></div>
             <button id="next">Next</button>
          </div> <!-- buttonsDiv -->
 

Modified: SwiftApps/tryswift/tryswift-php.css
===================================================================
--- SwiftApps/tryswift/tryswift-php.css	2013-09-29 06:10:58 UTC (rev 7111)
+++ SwiftApps/tryswift/tryswift-php.css	2013-09-29 06:18:54 UTC (rev 7112)
@@ -2,8 +2,8 @@
 {
    margin:0;
    padding:0;
-   width: 900px;
-   height: 600px;
+   width: 400px;
+   background: #fff;
    margin-left: auto;
    margin-right: auto;
 }
@@ -50,6 +50,7 @@
 font-size:150%;
 color:#2c1f8e;
 vertical-align:sub;
+text-align: center;
 }
 
 caption {




More information about the Swift-commit mailing list