diff --git a/module/common/view/m.header.html.php b/module/common/view/m.header.html.php index af6e17cb19..43451d10ba 100755 --- a/module/common/view/m.header.html.php +++ b/module/common/view/m.header.html.php @@ -9,3 +9,4 @@ include 'm.header.lite.html.php';
+
diff --git a/module/my/view/m.bug.html.php b/module/my/view/m.bug.html.php index 2cff5cb449..3cc839d797 100755 --- a/module/my/view/m.bug.html.php +++ b/module/my/view/m.bug.html.php @@ -11,7 +11,6 @@ */ ?> -
    mobile->bugBar as $menu):?> diff --git a/module/my/view/m.story.html.php b/module/my/view/m.story.html.php index 1c673917c1..47d302eb1d 100755 --- a/module/my/view/m.story.html.php +++ b/module/my/view/m.story.html.php @@ -11,7 +11,6 @@ */ ?> -
      mobile->storyBar as $menu):?> diff --git a/module/my/view/m.task.html.php b/module/my/view/m.task.html.php index 055603123e..af9040a239 100755 --- a/module/my/view/m.task.html.php +++ b/module/my/view/m.task.html.php @@ -11,7 +11,6 @@ */ ?> -
        mobile->taskBar as $menu):?> diff --git a/module/my/view/m.todo.html.php b/module/my/view/m.todo.html.php index 426e705256..6c748b462e 100755 --- a/module/my/view/m.todo.html.php +++ b/module/my/view/m.todo.html.php @@ -11,7 +11,6 @@ */ ?> -
          mobile->todoBar as $period):?> diff --git a/www/theme/default/m.style.css b/www/theme/default/m.style.css index c46d548844..1f6a8e1ba8 100644 --- a/www/theme/default/m.style.css +++ b/www/theme/default/m.style.css @@ -24,3 +24,6 @@ .change-show {padding:2px 6px; background:url(images/main/zt-icons.png) -62px -422px; border:0px;} .diff-all {padding:2px 6px; background:url(images/main/zt-icons.png) -81px -422px; border:0px} .diff-short {padding:2px 6px; background:url(images/main/zt-icons.png) -101px -422px; border:0px} + +.ui-content {padding-left:0px; padding-right:0px} +.ui-listview {padding-left:15px}