diff options
Diffstat (limited to 'templates/css/base.css')
-rw-r--r-- | templates/css/base.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/css/base.css b/templates/css/base.css index 6192406..e273808 100644 --- a/templates/css/base.css +++ b/templates/css/base.css @@ -76,6 +76,14 @@ text-align: right !important; } +table.user-entry th { + min-width: 150px; +} + +table.user-entry td { + min-width: 350px; +} + @media print { .navbar-fixed-top { display: none !important; |