-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfluid-buttons2.html
35 lines (29 loc) · 1.13 KB
/
fluid-buttons2.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<script src="Scripts/jquery-3.0.0.js"></script>
<script src="Scripts/bootstrap.js"></script>
<script src="Scripts/BootBox/bootbox.js"></script>
<script src="Scripts/BootBox/bootbox.locales.js"></script>
<link href="Content/bootstrap.css" rel="stylesheet" />
<script src="Scripts/Local/index.js"></script>
<link rel="stylesheet" href="Content/local/index.css">
</head>
<body>
<div class="col-lg-12">
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<tr>
<td class="w-auto"><button id="simpleBootBox1" class=" btn btn-danger btn-block">Alert 1 2 3 3 3 4 4 </button></td>
<td class="w-auto"><button id="simpleBootBox1" class=" btn btn-danger btn-block">Alert</button></td>
<td class="w-auto"><button id="simpleBootBox1" class=" btn btn-danger btn-block">Alert</button></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>