summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-11-14 11:43:39 +0100
committerDirk Brenken <dev@brenken.org>2018-11-14 11:43:39 +0100
commit83c68a8b2fe7a7ea991f706d717d879ed150ea9f (patch)
treecb6ee4e844ecde067d4340a0b93cb0d6762b648c /applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm
parentdc2877d39f49d878f99143cb5fe1cd86502b62d0 (diff)
luci-app-travelmate: consolidate css
* fix IE Edge rendering issues * merge external styles in central css Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm')
-rw-r--r--applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm17
1 files changed, 1 insertions, 16 deletions
diff --git a/applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm
index 4457296f54..25c29b8bbe 100644
--- a/applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm
+++ b/applications/luci-app-travelmate/luasrc/view/travelmate/logread.htm
@@ -4,22 +4,7 @@ This is free software, licensed under the Apache License, Version 2.0
-%>
<%+header%>
-
-<style type="text/css">
- select[readonly],
- textarea[readonly]
- {
- width: 100%;
- height: 450px;
- border: 1px solid #cccccc;
- padding: 5px;
- font-size: 12px;
- font-family: monospace;
- resize: none;
- pointer-events: auto;
- cursor: auto;
- }
-</style>
+<%+travelmate/travelmate_css%>
<script type="text/javascript">
//<![CDATA[