Skip to content

Commit 8e62520

Browse files
committed
Change alert to panel-info
1 parent 7fb7270 commit 8e62520

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

conditional/templates/dashboard.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,16 @@ <h3 class="panel-title">Major Projects</h3>
252252
{% endif %}
253253

254254
{% if student and not active %}
255-
<div class="alert alert-info"><span class="glyphicon glyphicon-exclamation-sign white" style="padding-right:5px"></span>
256-
Hey there! You're eligible to become an active member, click the button below if you'd like to pay dues and become active!
257-
<br />
258-
<a href="#" id="becomeActive" data-module="becomeActive" data-uid="{{username}}" class="btn btn-default">Become Active</a>
255+
<div class="panel panel-info" id="becomeActive">
256+
<div class="panel-heading">
257+
<h3 class="panel-title">Become Active</h3>
258+
</div>
259+
<div class="panel-body">
260+
Hey there, you're eligible to become an active member! Click the button below if you'd like to become active and pay dues.
261+
</div>
262+
<div class="panel-footer text-right">
263+
<a href="#" data-module="becomeActive" data-uid="{{username}}" class="btn btn-sm btn-default">Become Active</a>
264+
</div>
259265
</div>
260266
{% endif %}
261267

frontend/stylesheets/pages/_dashboard.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,3 @@
4141
margin: 5px 0;
4242
}
4343
}
44-
45-
.alert-info {
46-
.btn {
47-
margin-top: 10px;
48-
}
49-
}
50-

0 commit comments

Comments
 (0)