summaryrefslogtreecommitdiffstats
path: root/templates/css/base.css
diff options
context:
space:
mode:
authorHolger Cremer <HolgerCremer@gmail.com>2017-04-16 01:34:22 +0200
committerHolger Cremer <HolgerCremer@gmail.com>2017-04-16 01:34:22 +0200
commitf891ecc9fbe159ec8a6cf321c43217d59f8cdf02 (patch)
tree6f88f4ef2a2c59388487bbde25451cf7ee3eb34b /templates/css/base.css
parent14a7c9ff8a785608c54cd38f50dc14686907889e (diff)
downloadserial-barcode-scanner-f891ecc9fbe159ec8a6cf321c43217d59f8cdf02.tar.bz2
adds a new feature: a user can select it's sond theme in the web interface. If not selected, a random theme is used.
Diffstat (limited to 'templates/css/base.css')
-rw-r--r--templates/css/base.css8
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;