themes/freifunk-generic: Improve display on mobile devices, remove useless css from...
[project/luci.git] / themes / freifunk-generic / htdocs / luci-static / freifunk-generic / mobile.css
1 #header{
2 padding-left:0px !important;
3 padding-bottom:24px;
4 }
5
6 .header_left{
7 max-width: 100%;
8 }
9
10 #mainlogo {
11 max-width: 90%;
12 }
13
14 #content {
15 margin-left:0px !important;
16 }
17
18 #maincontent{
19 font-size:1.2em;
20 line-height:1.5em;
21 }
22
23 input[type=submit],
24 .cbi-button,
25 .cbi-button-reset,
26 .cbi-button-save{
27 display:inline !important;
28 float:none !important;
29 padding:10px 30px !important;
30 margin: 10px 10px 10px 0 !important;
31 }
32
33 .cbi-input-text,
34 .cbi-input-select,
35 .cbi-input-user,
36 .cbi-input-password{
37 display:block !important;
38 margin: 0 !important;
39 padding:0 !important;
40 }
41
42 .cbi-value-field{
43 margin:0 !important;
44 margin-bottom: 1em !important;
45 width:100% !important;
46 }
47
48 .cbi-section legend{
49 white-space:normal !important;
50 }
51
52 .cbi-value-title{
53 font-weight:bold;
54 float:none !important;
55 }
56
57 img {
58 max-width:100%;
59 }