+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+$Id: syslog.htm 3622 2008-10-23 16:05:55Z jow $
+
+-%>
+<%+header%>
+
+
+
+
+<%+footer%>
diff --git a/modules/admin-full/luasrc/view/admin_status/syslog.htm b/modules/admin-full/luasrc/view/admin_status/syslog.htm
index d5bf5d65a1..2e172cfbf9 100644
--- a/modules/admin-full/luasrc/view/admin_status/syslog.htm
+++ b/modules/admin-full/luasrc/view/admin_status/syslog.htm
@@ -13,9 +13,8 @@ $Id$
-%>
<%+header%>
-
-<%:syslog%>
+
-
+
<%+footer%>
diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
index 590e062985..f9adadee8a 100644
--- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
+++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css
@@ -191,6 +191,14 @@ div#maincontent ul {
margin-bottom: 1em;
}
+textarea#syslog {
+ width: 98%;
+ min-height: 500px;
+ border: 3px solid #cccccc;
+ padding: 5px;
+ font-family: monospace;
+}
+
.cbi-section {
margin-bottom: 0.5em;
padding: 0.5em 1em;
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
index 6c0e282c5f..a26e662221 100644
--- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
+++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css
@@ -356,6 +356,14 @@ html #menubar a:visited.warning {
margin-bottom: 1em;
}
+textarea#syslog {
+ width: 98%;
+ min-height: 500px;
+ border: 3px solid #cccccc;
+ padding: 5px;
+ font-family: monospace;
+}
+
.cbi-section {
margin-bottom: 0.5em;
padding: 0.5em 1em;
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 2c0004cbb6..8aea909995 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -335,11 +335,10 @@ html #menubar a:visited.warning {
textarea#syslog {
width: 98%;
- height: 450px;
+ min-height: 500px;
border: 3px solid #cccccc;
padding: 5px;
font-family: monospace;
- overflow: auto;
}
#maincontent {
diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
index 5bf14d2f90..585c9700a7 100644
--- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
+++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css
@@ -1,16 +1,16 @@
@charset "utf-8";
@media all {
-
+
html, body {
height: 100%;
}
-
+
body {
font-family: Verdana, Arial, sans-serif;
font-size: 101%;
line-height: 100%;
- background: #557788 url(bg.png) no-repeat;
+ background: #557788 url(bg.png) no-repeat;
}
div#screen {
@@ -110,13 +110,13 @@ code {
color: #ffffff;
width: 80%;
font-size: 0.8em;
-
+
margin: 0.5em auto;
-
+
padding: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
-
+
border: 1px solid #000000;
border-radius: 0.8em;
-khtml-border-radius: 0.8em;
@@ -136,9 +136,9 @@ html .menubar a:visited {
text-decoration: none;
font-weight: bold;
}
-
+
html .menubar a.menulink {
- margin-left: 1em;
+ margin-left: 1em;
}
@@ -186,7 +186,7 @@ html .menubar a:visited.warning {
color: #000000;
border-width: 1px solid #444444;
font-size: 80%;
-
+
border-radius: 1em;
-khtml-border-radius: 1em;
-moz-border-radius: 1em;
@@ -211,6 +211,14 @@ html .menubar a:visited.warning {
margin-bottom: 1em;
}
+textarea#syslog {
+ width: 98%;
+ min-height: 500px;
+ border: 3px solid #cccccc;
+ padding: 5px;
+ font-family: monospace;
+}
+
.cbi-section {
margin-bottom: 0.5em;
padding: 0.5em 1em;