From 0c383ad9ffd7df05898ad5da4058fae5f4ea0901 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 11:59:05 -0400 Subject: [PATCH 1/6] [frio] Increase center column width - Added two Bootstrap divisions to the center column --- view/theme/frio/php/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index bfc11a3580..5ea69d7c83 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -73,7 +73,7 @@ else "; if(x($page,'right_aside')) echo $page['right_aside']; echo" -
+
argv[0]; echo "-content-wrapper\">"; if(x($page,'content')) echo $page['content']; echo"
From 37b4b0205d9338ea0d9338d045057ca4d240f9af Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 11:59:54 -0400 Subject: [PATCH 2/6] [frio] Remove shared content horizontal margins --- view/theme/frio/css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9a31a0caa7..063258b92e 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1415,8 +1415,6 @@ section #jotOpen { .shared-wrapper, .vevent { - margin-left: 50px; - margin-right: 50px; padding: 10px; box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05); } From 01a8671b66fa95fb2ff7c8472aa9c7616f6e286b Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 12:58:44 -0400 Subject: [PATCH 3/6] Revert "[frio] Increase center column width" This reverts commit 0c383ad9ffd7df05898ad5da4058fae5f4ea0901. --- view/theme/frio/php/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index 5ea69d7c83..bfc11a3580 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -73,7 +73,7 @@ else "; if(x($page,'right_aside')) echo $page['right_aside']; echo" -
+
argv[0]; echo "-content-wrapper\">"; if(x($page,'content')) echo $page['content']; echo"
From f64bd451cabd141c4105d28ecd9f9152e93326d3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 13:08:58 -0400 Subject: [PATCH 4/6] [frio] Increase available width for shared content - Added a bottom margin to the shared header - Removed padding and horizontal margins for the shared content --- view/theme/frio/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 063258b92e..e685e0910d 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1431,13 +1431,15 @@ section #jotOpen { } .shared_header { margin-left: 0px; - margin-top: 0px; + margin-top: 0px; padding-top: 0px; + margin-bottom: 10px; border-top: none; color: inherit; } blockquote.shared_content { - margin-left: 20px; + padding: 0px; + margin-left: 0px; color: inherit; } .wall-item-tags, From 7de64afc4563aa2b620a8469dbd1d47a9c5b6559 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 14:01:12 -0400 Subject: [PATCH 5/6] Fix abnormal font size for shared posts - Use normal font size for shared content --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e685e0910d..4344fbe858 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1441,6 +1441,7 @@ blockquote.shared_content { padding: 0px; margin-left: 0px; color: inherit; + font-size: inherit; } .wall-item-tags, .itemedited { From ed5e46892d09c9729b2c9a8a55114f1f98e7035e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Sep 2016 14:25:41 -0400 Subject: [PATCH 6/6] Set block quote size to current text-size --- view/theme/frio/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 4344fbe858..fb6bb7a899 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -60,6 +60,9 @@ section hr { iframe, img { max-width: 100%; } +blockquote { + font-size: inherit; +} .clear { clear: both; } @@ -1441,7 +1444,6 @@ blockquote.shared_content { padding: 0px; margin-left: 0px; color: inherit; - font-size: inherit; } .wall-item-tags, .itemedited {