From fcb16100b5aa80934c90ddd4a386acb14317f460 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 27 Sep 2011 17:03:35 +0200 Subject: manual config gui added. put the interfaceconfig map into networkDiscovery and adopted the signals. --- LogReceiver/html/networkdiscovery.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'LogReceiver/html/networkdiscovery.css') 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; } -- cgit v1.2.3-55-g7522