From e4a89d13863517020bbe82293e52cea98418c983 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 19 Jul 2020 11:11:09 +0100 Subject: Search table --- bh20simplewebuploader/static/main.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'bh20simplewebuploader/static/main.css') diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 09b6beb..bdcc0bc 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -347,6 +347,37 @@ footer { } } + +.rTable +{ + display: table; +} +.rTableTitle +{ + display: table-caption; + text-align: center; + font-weight: bold; + font-size: larger; +} +.rTableHeading +{ + display: table-row; + font-weight: bold; + text-align: center; +} +.rTableRow +{ + display: table-row; +} +.rTableCell +{ + display: table-cell; + border: solid; + border-width: thin; + padding-left: 5px; + padding-right: 5px; +} + .blog { margin: 10px; } -- cgit v1.2.3