Skip to content

Commit

Permalink
Merge pull request #450 from darthleslin/leslin-patch-1
Browse files Browse the repository at this point in the history
discuss page contents space fix
  • Loading branch information
kenjis authored Jun 8, 2024
2 parents 52f3af0 + ea63fb0 commit 22b7f25
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
23 changes: 9 additions & 14 deletions app/Views/discuss.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="inner-page-text-box">
<div class="inner-page-text-box-title">Forum</div>
<p>
Our forum has been setup using MyBB, with five main categories: <br />
Our forum has been setup using MyBB (MyBulletinBoard), with five main categories:
</p>
<ul>
<li>General (news & discussion, lounge, events, and regional user groups)</li>
Expand All @@ -39,11 +39,10 @@
<li>External Resources (addins, jobs, learn more, and spotlight)</li>
</ul>
<p>
The forum is where you can ask for help or discuss issues you are having with framework.<br />
<a href="https://forum.codeigniter.com" class="buttons" target="_blank">Visit The Forum</a>
The forum is where you can ask for help or discuss issues you are having with framework.
</p>
<br /><br />
</div><!--inner-page-text-box ende-->
<a href="https://forum.codeigniter.com" class="buttons cta-btn" target="_blank">Visit The Forum</a>
</div><!--inner-page-text-box ends here-->

<div class="clr"></div>

Expand All @@ -56,10 +55,7 @@
class="link-primary" target="_blank">signup</a> for it :)
</p>

<p>
<a href="https://join.slack.com/t/codeigniterchat/shared_invite/zt-rl30zw00-obL1Hr1q1ATvkzVkFp8S0Q" class="buttons" target="_blank">Slack</a>
</p>
<br /><br />
<a href="https://join.slack.com/t/codeigniterchat/shared_invite/zt-rl30zw00-obL1Hr1q1ATvkzVkFp8S0Q" class="buttons cta-btn" target="_blank">Visit Slack Channel</a>
</div><!--inner-page-text-box ends here-->

<div class="clr"></div>
Expand All @@ -76,11 +72,10 @@ class="link-primary" target="_blank">signup</a> for it :)
<p>
GitHub issues are also used for tracking planned and approved enhancements, often tied in to specific releases.
</p>
<p>
<a href="https://github.com/bcit-ci/CodeIgniter/" class="buttons" target="_blank">CodeIgniter 3</a>
<a href="https://github.com/codeigniter4/codeigniter4/" class="buttons" target="_blank">CodeIgniter 4</a>
</p>
<br /><br />

<a href="https://github.com/bcit-ci/CodeIgniter/" class="buttons cta-btn" target="_blank">CodeIgniter 3</a>
<a href="https://github.com/codeigniter4/codeigniter4/" class="buttons cta-btn" target="_blank">CodeIgniter 4</a>

</div><!--inner-page-text-box ends here-->

<div class="clr"></div>
Expand Down
31 changes: 31 additions & 0 deletions public/assets/css/ci-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2124,3 +2124,34 @@ html.dark-theme #discuss-icon-holder {
html.dark-theme #discuss-icon {
fill: rgba(221, 72, 20, 0.9);
}

.inner-page-text-box {
padding: 32px;
}

.cta-btn {
margin: 0;
float: none;
display: inline-block;
}

.cta-btn:not(:first-of-type) {
margin-left: 1rem;
}

ul li {
margin-top: 1rem;
line-height: 1em;
}

.warning {
padding: 10px 32px;
}

p {
line-height: 1.5em;
}

.inner-page-text-box {
margin: 32px auto;
}

0 comments on commit 22b7f25

Please sign in to comment.