summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.css
diff options
context:
space:
mode:
authorNiklas2011-10-05 17:39:35 +0200
committerNiklas2011-10-05 17:39:35 +0200
commitbe915d3cfcc639d6303bf8bc0e5ad825e0ef2f95 (patch)
treec52ed62bb40ad926271f0637f9a29aee2889543c /LogReceiver/html/networkdiscovery.css
parenttried to solve the timing problem. but failed. it is also enough to test for ... (diff)
downloadfbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.tar.gz
fbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.tar.xz
fbgui-be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95.zip
modified the check for carrier signal. on autoUp==true: if no interface is in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value)
Diffstat (limited to 'LogReceiver/html/networkdiscovery.css')
-rw-r--r--LogReceiver/html/networkdiscovery.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/LogReceiver/html/networkdiscovery.css b/LogReceiver/html/networkdiscovery.css
index 1346810..669ad58 100644
--- a/LogReceiver/html/networkdiscovery.css
+++ b/LogReceiver/html/networkdiscovery.css
@@ -60,10 +60,15 @@ aside {
width: 300px;
}
-#nd_manual_configuration_dialog {
+#nd_manual_configuration_dialog, #nd_show_log_dialog {
display:none;
}
+textarea {
+ width: 400px;
+ resize: none;
+}
+
h1 {
margin-top: 20px;
}