"Expanded Process Status"
Bootstrap 4.1.1 Snippet by WaywardHayward

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row" style="margin-top: 1em;">
<div class="col-md-3"></div>
<div class="col-md-6" id="expanded-message-status">
<div class="row" id="expanded-message-header">
<span class="fa fa-2x fa-times text-danger" id="expanded-message-icon"></span>
<div class="col-md-10 h5 bold">
Process Failed to Complete
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row" >
<div class="col-md-1">
<span class="fa fa-times-circle text-danger"></span>
</div>
<div class="col-md-10 bold">Failed to perform action"Alex funtime log"</div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10 text-justify small">
Unable todo it because, no valid thing to do
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* FontAwesome for working BootSnippet :> */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
.container{
padding-top: 50px;
}
.bold{
font-weight: bold;
}
#expanded-message-icon{
margin-left: 0.3em;
margin-right: 0.3em;
}
#expanded-message-header{
margin-bottom: 1em;
}
#expanded-message-status{
color: #4B515D;
padding-left: 2em;
padding-right: 2em;
padding-top: 1em;
padding-bottom: 1em;
border: solid 1px #4B515D;
}
#expanded-message-button-container{
margin-top: 1em;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: