|
@@ -89,7 +89,8 @@ body{
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.text_border {
|
|
.text_border {
|
|
|
- border: 3px solid gray;
|
|
|
|
|
|
|
+ border: 4px solid gray;
|
|
|
|
|
+ padding: 2px 0px 4px 0px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
</style>
|
|
@@ -210,9 +211,9 @@ body{
|
|
|
<div class="col.md-4" style="position:absolute; right:17px;">
|
|
<div class="col.md-4" style="position:absolute; right:17px;">
|
|
|
<li class="href_link_button">
|
|
<li class="href_link_button">
|
|
|
<a href="{{ bm.link }}">
|
|
<a href="{{ bm.link }}">
|
|
|
- <img src="static/logo/link_logo.png"width="25" height="25">
|
|
|
|
|
|
|
+ <img src="static/logo/link_logo.png"width="30" height="30">
|
|
|
</a>
|
|
</a>
|
|
|
- <button type="submit">Edit</button>
|
|
|
|
|
|
|
+ <button type="submit" class="btn btn-primary" style="padding: 3px; font-size: 6px; border-width: 3px;"><b>Edit</b></button>
|
|
|
<b class="text_border"><i>{{ bm.status }}</i></b>
|
|
<b class="text_border"><i>{{ bm.status }}</i></b>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|