Added lines to role tables
This commit is contained in:
parent
2e7c6f6640
commit
529236e68d
4 changed files with 54 additions and 10 deletions
21
Lieb/Pages/User/ManageGuildWars2Account.razor.css
Normal file
21
Lieb/Pages/User/ManageGuildWars2Account.razor.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
.roletable {
|
||||
margin-top: 15px;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
.roletable td {
|
||||
border: 1px solid;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.checkboxfield {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.roletable th {
|
||||
border: 1px solid;
|
||||
margin-left: 10px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue