From 7aba1a4570cc4d7275fa290e6eba487845fc8e43 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 23 Oct 2024 16:14:45 +0200 Subject: Add policy list list page --- MatrixUtils.Web/Pages/Rooms/PolicyLists.razor.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MatrixUtils.Web/Pages/Rooms/PolicyLists.razor.css (limited to 'MatrixUtils.Web/Pages/Rooms/PolicyLists.razor.css') diff --git a/MatrixUtils.Web/Pages/Rooms/PolicyLists.razor.css b/MatrixUtils.Web/Pages/Rooms/PolicyLists.razor.css new file mode 100644 index 0000000..f9b5b3f --- /dev/null +++ b/MatrixUtils.Web/Pages/Rooms/PolicyLists.razor.css @@ -0,0 +1,6 @@ +table, th, td { + border-width: 1px; +} +td { + padding: 8px; +} \ No newline at end of file -- cgit 1.5.1