From f891ecc9fbe159ec8a6cf321c43217d59f8cdf02 Mon Sep 17 00:00:00 2001 From: Holger Cremer Date: Sun, 16 Apr 2017 01:34:22 +0200 Subject: adds a new feature: a user can select it's sond theme in the web interface. If not selected, a random theme is used. --- templates/css/base.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/css/base.css') 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; -- cgit v1.2.3