summaryrefslogtreecommitdiffstats
path: root/src/fbgui/html/networkdiscovery.css
blob: cf4121d0c6f932d980ae0bdfed8ec9e726ab11ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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;
}