From ddbd0e294466e7696e997a85bffb36a805e6b334 Mon Sep 17 00:00:00 2001 From: Martii Date: Tue, 13 Jan 2015 03:04:22 -0700 Subject: [PATCH] Eliminate the big gap from #527 with jQuery and CSS3 * Remove static CSS for sizing and control this all via jQuery with a little inline CSS. Dynamic style sheets could be used but that is probably overkill. * JavaScript is required to comment so using jQuery here * *bootstrap* has events... using them * Ease the transitions with CSS3. Even Opera Presto 12.16 has support here. Applies to #520 --- views/includes/scripts/commentReplyScript.html | 17 +++++++++++++++-- views/pages/discussionPage.html | 8 +++++++- views/pages/scriptIssuePage.html | 8 +++++++- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/views/includes/scripts/commentReplyScript.html b/views/includes/scripts/commentReplyScript.html index 6a17ccaa6..d45fe7e63 100644 --- a/views/includes/scripts/commentReplyScript.html +++ b/views/includes/scripts/commentReplyScript.html @@ -1,4 +1,17 @@ diff --git a/views/pages/discussionPage.html b/views/pages/discussionPage.html index 68c9221ea..8a9f79348 100644 --- a/views/pages/discussionPage.html +++ b/views/pages/discussionPage.html @@ -5,7 +5,13 @@ {{> includes/head.html }} diff --git a/views/pages/scriptIssuePage.html b/views/pages/scriptIssuePage.html index 67463026b..ffb64e90b 100644 --- a/views/pages/scriptIssuePage.html +++ b/views/pages/scriptIssuePage.html @@ -6,7 +6,13 @@