summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.css
diff options
context:
space:
mode:
authorNiklas2011-09-27 17:03:35 +0200
committerNiklas2011-09-27 17:03:35 +0200
commitfcb16100b5aa80934c90ddd4a386acb14317f460 (patch)
treed8e4fc7920ba20965919b3d53c47695194b96c1f /LogReceiver/html/networkdiscovery.css
parentadded a new function for manual configuration of an interface including a fun... (diff)
downloadfbgui-fcb16100b5aa80934c90ddd4a386acb14317f460.tar.gz
fbgui-fcb16100b5aa80934c90ddd4a386acb14317f460.tar.xz
fbgui-fcb16100b5aa80934c90ddd4a386acb14317f460.zip
manual config gui added. put the interfaceconfig map into networkDiscovery and adopted the signals.
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;
}