[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-317-g6e5fb8e

Thomas Sibley trs at bestpractical.com
Fri Aug 13 15:13:07 EDT 2010


The branch, 3.9-trunk has been updated
       via  6e5fb8eb62a5cc52672b2eea4e8d84e846af01ad (commit)
       via  09a3697347f1843261caab1c9e141caa25fa2377 (commit)
      from  494da84235d89254e89da60d94a51d4dcc9ff38a (commit)

Summary of changes:
 share/html/Elements/HeaderJavascript |    2 +-
 share/html/NoAuth/css/web2/nav.css   |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 09a3697347f1843261caab1c9e141caa25fa2377
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Aug 13 15:13:42 2010 -0400

    Don't let left hand menu items overflow into the page

diff --git a/share/html/NoAuth/css/web2/nav.css b/share/html/NoAuth/css/web2/nav.css
index 14d6a38..da100fc 100644
--- a/share/html/NoAuth/css/web2/nav.css
+++ b/share/html/NoAuth/css/web2/nav.css
@@ -64,6 +64,10 @@ border-top: 1px solid #999;
 
 }
 
+#nav #system-menu {
+    overflow: hidden;
+}
+
 div#nav ul {
  padding-left: 0.75em;
  margin-left: 0;

commit 6e5fb8eb62a5cc52672b2eea4e8d84e846af01ad
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Aug 13 15:14:55 2010 -0400

    IE doesn't like trailing commas in JS

diff --git a/share/html/Elements/HeaderJavascript b/share/html/Elements/HeaderJavascript
index 9be2ea4..acae3e8 100644
--- a/share/html/Elements/HeaderJavascript
+++ b/share/html/Elements/HeaderJavascript
@@ -62,7 +62,7 @@ $onload => undef
 	jQuery(function() {
 		jQuery(".ui-datepicker:not(.withtime)").datepicker( {
             dateFormat: 'yy-mm-dd',
-            constrainInput: false, 
+            constrainInput: false
         } );
 
 		jQuery(".ui-datepicker.withtime").datepicker( {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list