Ajout du support des écritures ventilées.
[garradin.git] / www / admin / static / handheld.css
1 body {
2 background: #fff url("bg01.png") no-repeat -180px -50px;
3 font-size: 11pt;
4 }
5
6 .header h1 {
7 margin: 0;
8 text-align: center;
9 font-size: 1.2em;
10 margin: .3em 0;
11 }
12
13 .header .menu {
14 position: relative;
15 margin: 0;
16 width: 100%;
17 background: none;
18 }
19
20 .header .menu > li {
21 margin: .1em 0;
22 }
23
24 .header .menu a {
25 font-weight: normal;
26 padding: 0;
27 display: inline;
28 padding: .2em;
29 color: black;
30 }
31
32 .header .menu a:hover {
33 background: none;
34 }
35
36 .header .menu > li > a {
37 background: #9c4f15;
38 color: white;
39 display: inline-block;
40 padding: .2em .5em .2em .2em;
41 border-radius: 0 .5em .5em 0;
42 }
43
44 .header .menu > li > a:hover {
45 color: #000;
46 background: rgb(217, 134, 40);
47 background: rgba(217, 134, 40, 0.5);
48 }
49
50 .header .menu a b {
51 float: left;
52 font-size: 1.1em;
53 margin: 0 .3em 0 0;
54 width: 1.2em;
55 text-align: center;
56 color: inherit;
57 }
58
59 .header .menu a small {
60 float: none;
61 }
62
63 .header .menu li li, .header .menu li ul {
64 display: inline;
65 }
66
67 .header .menu li li a {
68 padding: .2em;
69 font-size: .9em;
70 }
71
72 .header .menu li.current > a {
73 background: rgb(217, 134, 40);
74 background: rgba(217, 134, 40, 0.5);
75 color: #000;
76 }
77
78 .header .menu li li.current > a {
79 border-radius: .5em;
80 padding: .2em .4em;
81 }
82
83 .page {
84 margin: 0;
85 padding: .1em;
86 }
87
88 ul.actions {
89 padding: 0;
90 border: none;
91 font-size: .8em;
92 text-align: center;
93 margin: .3em 0;
94 }
95
96 ul.actions li a {
97 margin: .1em;
98 border-radius: .5em;
99 }
100
101 .filterCategory, .searchMember {
102 width: auto;
103 float: none;
104 }
105
106 pre.sql_schema, .wikiChildren, fieldset.wikiMain, fieldset.wikiRights, fieldset.wikiEncrypt {
107 float: none;
108 width: auto;
109 }
110
111 dl.describe dt, dl.describe dd {
112 float: none;
113 width: auto;
114 text-align: center;
115 }
116
117 /* Petits écrans (smartphones) */
118 @media screen and (max-width:600px) {
119 table.list td, table.list th {
120 display: inline-block;
121 border-left: 1px solid #999;
122 width: auto !important;
123 }
124
125 table.list.table td, table.list.table th {
126 display: table-cell !important;
127 }
128
129 colgroup {
130 /* Hack pour désactiver les largeurs de colonnes */
131 display: none;
132 }
133
134 table.list td:first-child, table.list th:first-child {
135 border-left: none;
136 }
137
138 .infos_asso {
139 float: none;
140 width: auto;
141 }
142 }