aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-15 18:49:44 -0700
committerfriendica <info@friendica.com>2015-03-15 18:49:44 -0700
commit4212a1f589862a9129d6856cb71a5911b40b7496 (patch)
tree0df2648660524190fc45bb1809908c939580b9bb /view/theme
parentd7a6dae3cbf88cfc579674caa694a01f4e54ab89 (diff)
downloadvolse-hubzilla-4212a1f589862a9129d6856cb71a5911b40b7496.tar.gz
volse-hubzilla-4212a1f589862a9129d6856cb71a5911b40b7496.tar.bz2
volse-hubzilla-4212a1f589862a9129d6856cb71a5911b40b7496.zip
start on some db_table doco
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css9
1 files changed, 9 insertions, 0 deletions
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 {