fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15939] prepare for jquery 3


From: sigurdne
Subject: [Fmsystem-commits] [15939] prepare for jquery 3
Date: Wed, 2 Nov 2016 12:45:16 +0000 (UTC)

Revision: 15939
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15939
Author:   sigurdne
Date:     2016-11-02 12:45:16 +0000 (Wed, 02 Nov 2016)
Log Message:
-----------
prepare for jquery 3

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.jquery.inc.php
    trunk/phpgwapi/templates/pure/css/demo_mmenu.css

Modified: trunk/phpgwapi/inc/class.jquery.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.jquery.inc.php     2016-11-02 11:43:03 UTC (rev 
15938)
+++ trunk/phpgwapi/inc/class.jquery.inc.php     2016-11-02 12:45:16 UTC (rev 
15939)
@@ -50,7 +50,7 @@
                 */
                public static function load_widget( $widget )
                {
-                       $migration_test = true;
+                       $migration_test = false;
 
                        if (preg_match('/MSIE (6|7|8)/', 
$_SERVER['HTTP_USER_AGENT']))
                        {

Modified: trunk/phpgwapi/templates/pure/css/demo_mmenu.css
===================================================================
--- trunk/phpgwapi/templates/pure/css/demo_mmenu.css    2016-11-02 11:43:03 UTC 
(rev 15938)
+++ trunk/phpgwapi/templates/pure/css/demo_mmenu.css    2016-11-02 12:45:16 UTC 
(rev 15939)
@@ -84,10 +84,22 @@
 {
        position: absolute;
        top: 40px;
+    left: 0px;
     right: 0px;
     z-index: 1;
+       background-color: #fff;
+
 }
-
+/*
+#horizontal-menu
+{
+    float: left;
+    text-align: left;
+    width: auto;
+       z-index: 1;
+       background-color: #fff;
+}
+*/
 .header a
 {
        background: center center no-repeat transparent;
@@ -100,6 +112,11 @@
        left: 10px;
 }
 
+.content
+{
+       padding: 15px 50px 50px 10px;
+}
+
 /*
        LAYOUT
 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]