forked from Sarah/Lieb-Website
added stalking mode
This commit is contained in:
parent
c8673f9dde
commit
5c868d45c6
3 changed files with 90 additions and 6 deletions
18
Lieb/Pages/User/UserOverview.razor.css
Normal file
18
Lieb/Pages/User/UserOverview.razor.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
.usertable{
|
||||
margin-top: 15px;
|
||||
border: 1px solid;
|
||||
|
||||
}
|
||||
|
||||
.usertable td {
|
||||
border: 1px solid;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.usertable th {
|
||||
border: 1px solid;
|
||||
margin-left: 10px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue