summaryrefslogtreecommitdiffstats
path: root/templates/css/base.css
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2017-04-18 22:15:34 +0200
committerGitHub <noreply@github.com>2017-04-18 22:15:34 +0200
commitb1bd88ef5355ea1b8edbf777215bb44fce36f32a (patch)
tree665b0df5b26f55cf845723a4b1629937ed1fa422 /templates/css/base.css
parent529d6dd34f9209efef18c04121075be9ac310c9c (diff)
parentcee8d7e8684ec03240e95f8443e4f5cbc04bec5a (diff)
downloadserial-barcode-scanner-b1bd88ef5355ea1b8edbf777215bb44fce36f32a.tar.bz2
Merge pull request #24 from smilix/customizable_user_sounds
Customizable user sounds
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;