diff options
Diffstat (limited to 'apps/files_sharing_log/css/style.css')
-rw-r--r-- | apps/files_sharing_log/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing_log/css/style.css b/apps/files_sharing_log/css/style.css new file mode 100644 index 00000000000..069d3a45e0d --- /dev/null +++ b/apps/files_sharing_log/css/style.css @@ -0,0 +1,7 @@ +#files_sharing_log { +padding: 2em; +} +#files_sharing_log th, +#files_sharing_log td { +padding: 0 1em; +} |