File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
frontend/stylesheets/pages Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 4141 margin : 5px 0 ;
4242 }
4343}
44-
45- .alert-info {
46- .btn {
47- margin-top : 10px ;
48- }
49- }
50-
You can’t perform that action at this time.
0 commit comments