From 4212a1f589862a9129d6856cb71a5911b40b7496 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 15 Mar 2015 18:49:44 -0700 Subject: start on some db_table doco --- view/theme/redbasic/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index da75cf3f8..7cdde49ab 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1590,6 +1590,15 @@ text-decoration: none; background-color: $admintable_hoverbgcol; } +table { + border-spacing: 2px; + max-width: 100%; +} + +th,td { + padding: 3px; +} + /* message */ img.mail-list-sender-photo { -- cgit v1.2.3