summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.css
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/html/networkdiscovery.css')
-rw-r--r--LogReceiver/html/networkdiscovery.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/LogReceiver/html/networkdiscovery.css b/LogReceiver/html/networkdiscovery.css
index 8e6b364..1346810 100644
--- a/LogReceiver/html/networkdiscovery.css
+++ b/LogReceiver/html/networkdiscovery.css
@@ -1,6 +1,28 @@
html,body{
height:100%;
}
+
+label, input {
+ display:block
+}
+
+input.text {
+ margin-bottom:12px;
+ width:95%;
+ padding: .4em;
+}
+
+fieldset {
+ padding:0;
+ border:0;
+ margin-top:25px;
+}
+
+.validateTips {
+ border:1px solid transparent;
+ padding: 0.3;
+}
+
body{
margin:0;
padding:0;
@@ -38,6 +60,10 @@ aside {
width: 300px;
}
+#nd_manual_configuration_dialog {
+ display:none;
+}
+
h1 {
margin-top: 20px;
}