From 7b4a4b5e145be261e0425247255f03cf16300ffd Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Sep 2014 19:57:42 +0530 Subject: [PATCH] Fix for issue: https://github.com/deleteman/lfpr/issues/50 Left edge of stats for projects is cut off when viewing on iPad 2 #50 --- app/views/Project/show.html.php | 37 +++++++++++++++++--------------- app/views/layout/layout.html.php | 4 ++-- public/stylesheets/styles.css | 1 + 3 files changed, 23 insertions(+), 19 deletions(-) diff --git a/app/views/Project/show.html.php b/app/views/Project/show.html.php index 298f483..f61104f 100644 --- a/app/views/Project/show.html.php +++ b/app/views/Project/show.html.php @@ -1,4 +1,4 @@ -
+
-
-

Popularity over time

-
-
-
-
-

Commits activity

-
-
-
-
-
-

Pull requests activity

-
-
-
+
+
+

Popularity over time

+
+
+
+
+

Commits activity

+
+
+
+
+
+
+

Pull requests activity

+
+
+
+
project->readme)?> diff --git a/app/views/layout/layout.html.php b/app/views/layout/layout.html.php index 8c30e6e..f140ece 100644 --- a/app/views/layout/layout.html.php +++ b/app/views/layout/layout.html.php @@ -59,7 +59,7 @@
-
+
@@ -97,7 +97,7 @@ -
+
renderView(); ?>
diff --git a/public/stylesheets/styles.css b/public/stylesheets/styles.css index 84a151a..d4a4d3e 100644 --- a/public/stylesheets/styles.css +++ b/public/stylesheets/styles.css @@ -366,6 +366,7 @@ pointer-events: none; #project-data-panel { position: relative; + padding-left: 2.5em; } .pr_acceptance_rate {