From: Michael J. Rubinsky Date: Tue, 16 Nov 2010 06:22:17 +0000 (-0500) Subject: Move the navbar to below the top header X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f437a28638f7560fc49b141a1dd259d45560078a;p=horde.git Move the navbar to below the top header data-position="fixed" for footers seems to be pretty hit or miss at the moment, with the footer just outright not displaying at times. Move navbar to the top to give consistent placement. --- diff --git a/kronolith/templates/mobile/day.html.php b/kronolith/templates/mobile/day.html.php index f8f280002..cb3b35539 100644 --- a/kronolith/templates/mobile/day.html.php +++ b/kronolith/templates/mobile/day.html.php @@ -2,7 +2,14 @@

- + +
+
    +
  • +
  • +
  • +
+
@@ -10,12 +17,5 @@
-
- -
\ No newline at end of file diff --git a/kronolith/templates/mobile/month.html.php b/kronolith/templates/mobile/month.html.php index 41fd5d065..c7532f2c1 100644 --- a/kronolith/templates/mobile/month.html.php +++ b/kronolith/templates/mobile/month.html.php @@ -1,9 +1,16 @@
-

Month

+

- + +
+
    +
  • +
  • +
  • +
+
@@ -24,13 +31,6 @@
-
-
-
    -
  • -
  • -
  • -
-
+
\ No newline at end of file diff --git a/kronolith/templates/mobile/summary.html.php b/kronolith/templates/mobile/summary.html.php index f75424811..57fdff1c0 100644 --- a/kronolith/templates/mobile/summary.html.php +++ b/kronolith/templates/mobile/summary.html.php @@ -1,8 +1,9 @@
-

-
-
-
+
+

+ + +
  • @@ -10,4 +11,6 @@
+
+
\ No newline at end of file