summaryrefslogtreecommitdiffstats
path: root/src/html/networkdiscovery.css
diff options
context:
space:
mode:
authorNiklas Goby2011-11-23 11:56:19 +0100
committerNiklas Goby2011-11-23 11:56:19 +0100
commitc0b6b199a9878bc1e95907200501211c09c1e66c (patch)
tree0079c34c6536e5f1d0414aebde1793db60a78f35 /src/html/networkdiscovery.css
parentdeleted the NetworkDiscovery and UnixDomainSocketServer folder (diff)
downloadfbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.gz
fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.xz
fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.zip
created modules
Diffstat (limited to 'src/html/networkdiscovery.css')
-rw-r--r--src/html/networkdiscovery.css90
1 files changed, 0 insertions, 90 deletions
diff --git a/src/html/networkdiscovery.css b/src/html/networkdiscovery.css
deleted file mode 100644
index cf4121d..0000000
--- a/src/html/networkdiscovery.css
+++ /dev/null
@@ -1,90 +0,0 @@
-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;
- /*background-color:blue;
- /*
- background-image:url('background.png');
- background-repeat:no-repeat;
- */
- background-size:100%;
-}
-
-/* Tell the browser to render HTML 5 elements as block */
-header, footer, aside {
- display: block;
-}
-
-#intro {
- margin: 20px;
-}
-
-#content {
- display: table;
- width: 100%;
-}
-
-#mainContent {
- display: table-cell;
- width: 620px;
- padding-right: 22px;
- padding-left: 22px;
-}
-
-aside {
- display: table-cell;
- width: 300px;
-}
-
-#nd_manual_configuration_dialog, #nd_show_log_dialog {
- display:none;
-}
-
-#ajaxBusy {
- margin-left: auto;
- margin-right: auto;
-}
-
- .ui-button-text {
- font-size: 10px;
-}
-
-textarea {
- width: 400px;
- height: 200px;
- /*resize: none;*/
-}
-
-h1 {
- margin-top: 20px;
-}
-
-h1, p{
- color:#333;
- text-align:center;
-}
-