fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17057] eventplanner: formatting


From: sigurdne
Subject: [Fmsystem-commits] [17057] eventplanner: formatting
Date: Mon, 11 Sep 2017 10:53:28 -0400 (EDT)

Revision: 17057
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17057
Author:   sigurdne
Date:     2017-09-11 10:53:28 -0400 (Mon, 11 Sep 2017)
Log Message:
-----------
eventplanner: formatting

Modified Paths:
--------------
    trunk/phpgwapi/templates/frontend/head.inc.php
    trunk/phpgwapi/templates/pure/js/mmenu.js

Added Paths:
-----------
    trunk/phpgwapi/templates/frontend/css/ie.css

Added: trunk/phpgwapi/templates/frontend/css/ie.css
===================================================================
--- trunk/phpgwapi/templates/frontend/css/ie.css                                
(rev 0)
+++ trunk/phpgwapi/templates/frontend/css/ie.css        2017-09-11 14:53:28 UTC 
(rev 17057)
@@ -0,0 +1,9 @@
+
+.pure-menu-list {
+    padding-top: 2.5em;
+}
+
+.mm-menu {
+   margin-top: 5.5em;
+
+}
\ No newline at end of file

Modified: trunk/phpgwapi/templates/frontend/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/frontend/head.inc.php      2017-09-11 09:17:41 UTC 
(rev 17056)
+++ trunk/phpgwapi/templates/frontend/head.inc.php      2017-09-11 14:53:28 UTC 
(rev 17057)
@@ -54,7 +54,6 @@
                phpgwapi_cache::message_set($message, 'error');
        }
 
-
        $stylesheets = array();
        $stylesheets[] = "/phpgwapi/templates/pure/css/pure-min.css";
        $stylesheets[] = "/phpgwapi/templates/pure/css/pure-extension.css";
@@ -75,6 +74,11 @@
 //     $stylesheets[] = "/phpgwapi/js/jquery/mmenu/core/css/jquery.mmenu.css";
        $stylesheets[] = 
"/phpgwapi/js/jquery/mmenu/core/css/jquery.mmenu.all.css";
 
+       if (!preg_match('/Firefox/i', $_SERVER['HTTP_USER_AGENT']))
+       {
+               $stylesheets[] = "/phpgwapi/templates/frontend/css/ie.css";
+       }
+
        
if(isset($GLOBALS['phpgw_info']['user']['preferences']['common']['theme']))
        {
                $stylesheets[] = 
"/phpgwapi/templates/frontend/themes/{$GLOBALS['phpgw_info']['user']['preferences']['common']['theme']}.css";

Modified: trunk/phpgwapi/templates/pure/js/mmenu.js
===================================================================
--- trunk/phpgwapi/templates/pure/js/mmenu.js   2017-09-11 09:17:41 UTC (rev 
17056)
+++ trunk/phpgwapi/templates/pure/js/mmenu.js   2017-09-11 14:53:28 UTC (rev 
17057)
@@ -27,13 +27,13 @@
                                        'title',
                                        'close'
                                ]
-                       },
-                       {
-                               position: 'bottom',
-                               content: [
-                                       '<a href="' + HomeUrl + '">Home</a>'
-                               ]
-                       }
+                       }                       
+//                     ,{
+//                             position: 'bottom',
+//                             content: [
+//                                     '<a href="' + HomeUrl + '">Home</a>'
+//                             ]
+//                     }
                ]
        });
 




reply via email to

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