Skip to content

Commit 97f92ff

Browse files
Timo-Breumelhofjohnhenley
authored andcommitted
Layout of Module initailization screen #1304
1 parent 1d1434c commit 97f92ff

File tree

4 files changed

+18
-42
lines changed

4 files changed

+18
-42
lines changed

Diff for: Dnn.CommunityForums/controls/_default.ascx

+13-42
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,25 @@
11
<%@ Control Language="C#" AutoEventWireup="false" CodeBehind="_default.ascx.cs" Inherits="DotNetNuke.Modules.ActiveForums._default" %>
2-
<div style="margin-left: auto; margin-right: auto; width: 460px; height: auto; text-align: left; padding: 20px 0px; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: rgba(0, 0, 0, 0.44); border: 0 none; line-height: 1.5;">
2+
<div class="dcf-init-screen">
33

4-
<div style="margin-left: auto; margin-right: auto; max-width: 130px; height: 100%; text-align: left; margin-bottom: 20px; margin-top: 2px; float: left; margin-right: 20px;">
5-
<img runat="server" src="~/DesktopModules/ActiveForums/images/branding/logo/DNN-Community-Forums-Logo-Horizontal.png" alt="DNN Community Forums" />
4+
<div class="dcf-init-logo-wrap">
5+
<img class="dcf-init-logo" runat="server" src="~/DesktopModules/ActiveForums/images/branding/logo/DNN-Community-Forums-Logo-Horizontal.png" alt="DNN Community Forums" />
66
</div>
77

8-
<p style="font-weight: 300; font-size: 22px; letter-spacing: -0.02em; color: rgba(0, 0, 0, 0.6);">
9-
Thank you for choosing DNN Community Forums as your method of easily building a complete online community.
10-
</p>
11-
<p style="border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 15px;">DNN Community Forums allows you to quickly setup a feature-rich discussion forum for your website.</p>
8+
<h2 class="dcf-init-title-main">
9+
Thank you for choosing DNN Community Forums.<br>
10+
Your method of easily building a complete online community.
11+
</h2>
12+
13+
<p>DNN Community Forums allows you to quickly setup a feature-rich discussion forum for your website.</p>
1214
<p>
1315
Whether you are a hobbyist who just needs a single forum or you are building an on-line community for your enterprise, DNN
1416
Community Forums is the leading solution. As you will soon see, no other forum package for DNN has as many features or the flexibility of DNN Community Forums.
1517
</p>
1618
<p>
1719
Click the continue button to get started.<br />
1820

19-
<style>
20-
.afcontinue {
21-
text-decoration: none;
22-
-webkit-border-radius: 2px;
23-
-moz-border-radius: 2px;
24-
border-radius: 2px;
25-
-webkit-user-select: none;
26-
-moz-user-select: none;
27-
-ms-user-select: none;
28-
user-select: none;
29-
-webkit-box-sizing: border-box;
30-
-moz-box-sizing: border-box;
31-
-ms-box-sizing: border-box;
32-
-o-box-sizing: border-box;
33-
box-sizing: border-box;
34-
display: inline-block;
35-
float: right;
36-
font-weight: 500;
37-
outline: 0;
38-
padding: 3px 7px 4px 7px;
39-
text-align: center;
40-
text-decoration: none;
41-
text-shadow: none;
42-
cursor: pointer;
43-
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
44-
border: 1px solid #46292b;
45-
background: #dfe7ff;
46-
color: #0162dea3;
47-
line-height: 1.5;
48-
margin-top: 20px;
49-
margin-bottom: 15px;
50-
}
51-
</style>
52-
<asp:Button ID="btnContinue" runat="server" CssClass="afcontinue" Text="Continue" />
21+
<div class="dcf-buttons">
22+
<asp:Button ID="btnContinue" runat="server" CssClass="dnnPrimaryAction" Text="Continue" />
23+
</div>
5324
</p>
54-
</div>
25+
</div>
Loading
Binary file not shown.

Diff for: Dnn.CommunityForums/module.css

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
------------ */
1111

1212

13+
/* Module Init screen */
14+
.dcf-init-screen img{
15+
max-width: 300px;
16+
}
17+
1318
/* #1 New wrapper class */
1419
.dnn-community-forums input[type=checkbox],
1520
.dnn-community-forums input[type=radio] {

0 commit comments

Comments
 (0)