From 248bfcccdacdfbccbbb73e847b08856853658d3d Mon Sep 17 00:00:00 2001 From: Barbara Borges Ribeiro Date: Mon, 14 Mar 2016 14:54:31 +0000 Subject: [PATCH] padding on all cells --- .gitignore | 1 + inst/www/shared/shiny.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 093213846..99598e9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /src-x86_64/ shinyapps/ README.html +.*.Rnb.cached diff --git a/inst/www/shared/shiny.css b/inst/www/shared/shiny.css index f34c30c62..2ff731c35 100644 --- a/inst/www/shared/shiny.css +++ b/inst/www/shared/shiny.css @@ -3,7 +3,7 @@ body.disconnected { opacity: 0.5; } -.shiny-table th { +.shiny-table td { padding-left: 12px !important; padding-right: 12px !important; }