diff --git a/junction/static/css/app.css b/junction/static/css/app.css index d4127f71..3fb539b5 100644 --- a/junction/static/css/app.css +++ b/junction/static/css/app.css @@ -8636,7 +8636,11 @@ a.status:focus { padding: 0; } .proposal-meta table td { - padding: 3px; + padding: 3px !important; +} +.proposal-writeup .heading { + border-bottom: 1px solid #eee; + padding-bottom: 5px; } .comments-and-reviews-panel { margin-bottom: 20px; diff --git a/junction/static/css/details.css b/junction/static/css/details.css index 90d8eeaa..d6600093 100644 --- a/junction/static/css/details.css +++ b/junction/static/css/details.css @@ -70,4 +70,4 @@ .porsal-title-section .col-sm-12{ height:100px; } -} \ No newline at end of file +} diff --git a/junction/static/less/proposals.less b/junction/static/less/proposals.less index 6601fd59..82d594b9 100644 --- a/junction/static/less/proposals.less +++ b/junction/static/less/proposals.less @@ -39,10 +39,14 @@ table { td { - padding: 3px; + padding: 3px !important; } } } +.proposal-writeup .heading { + border-bottom: 1px solid #eee; + padding-bottom: 5px; +} .comments-and-reviews-panel { margin-bottom: 20px; diff --git a/junction/templates/base.html b/junction/templates/base.html index 27a89778..9862a6d1 100644 --- a/junction/templates/base.html +++ b/junction/templates/base.html @@ -172,5 +172,4 @@ {% endif %} - diff --git a/junction/templates/proposals/detail/base.html b/junction/templates/proposals/detail/base.html index 72af34a6..fc8126c1 100644 --- a/junction/templates/proposals/detail/base.html +++ b/junction/templates/proposals/detail/base.html @@ -94,52 +94,41 @@

-
-

- Description : -

-

- {{ proposal.description|markdown }} -

+
+
+

{{ proposal.description|markdown }}

+
- {% if proposal.prerequisites %} -

- Prerequisites : -

-

- {{ proposal.prerequisites|markdown }} -

- {% endif %} + {% if proposal.prerequisites %} +
+

Prerequisites:

+

{{ proposal.prerequisites|markdown }}

+
+ {% endif %} - {% if proposal.content_urls %} -

- Content URLs : -

-

- {{ proposal.content_urls|markdown }} -

- {% endif %} + {% if proposal.content_urls %} +
+

Content URLs:

+

{{ proposal.content_urls|markdown }}

+
+ {% endif %} - {% if proposal.speaker_info %} -

- Speaker Info : -

-

- {{ proposal.speaker_info|markdown }} -

- {% endif %} + {% if proposal.speaker_info %} +
+

Speaker Info:

+

{{ proposal.speaker_info|markdown }}

+
+ {% endif %} - {% if proposal.speaker_links %} -

- Speaker Links : -

-

- {{ proposal.speaker_links|markdown }} -

- {% endif %} -
+ {% if proposal.speaker_links %} +
+

Speaker Links:

+

{{ proposal.speaker_links|markdown }}

+
+ {% endif %} + -
+
@@ -169,7 +158,7 @@

Section:
{% include "social_shares.html" %} -
+
diff --git a/junction/templates/social_shares.html b/junction/templates/social_shares.html index 2465b945..aa4283b1 100644 --- a/junction/templates/social_shares.html +++ b/junction/templates/social_shares.html @@ -29,33 +29,23 @@ - +

+

+

+

+ +

+

+

+
+