mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
edit sitekey button in sitekey list table
This commit is contained in:
@@ -51,6 +51,11 @@ include!("./navbar/index.html"); .>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td class="sitekey-list__key">
|
||||
<div class="sitekey-list__edit">
|
||||
<. include!("./sitekey/view/__edit-sitekey-icon.html"); .>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<. } .>
|
||||
</tbody>
|
||||
|
||||
@@ -102,3 +102,8 @@
|
||||
.sitekey__widget-link:visited {
|
||||
color: $blue-link;
|
||||
}
|
||||
|
||||
.sitekey-list__edit {
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@@ -42,6 +42,11 @@ include!("../../navbar/index.html"); .>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
<td class="sitekey-list__key">
|
||||
<div class="sitekey-list__edit">
|
||||
<. include!("../view/__edit-sitekey-icon.html"); .>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<. } .>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user