Projet

Général

Profil

Télécharger (3,14 ko) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / static / css / agenda.css @ dd986559

1
td#dispos td {
2
	height: 4px;
3
	width: 15px;
4
	vertical-align: top;
5
}
6

    
7
td#dispos h5 {
8
    margin: 5px auto;
9
    text-align: center;
10
}
11

    
12
#users {
13
    font: normal .8em Arial;
14
}
15

    
16
#users dt {
17
    background: #eee;
18
    border: 1px solid #ddd;
19
    padding: .1em;
20
    border-radius: .2em;
21
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
22
    -moz-border-radius: .2em;
23
    -webkit-border-radius: .2em;
24
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
25
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
26
}
27

    
28
#users li:hover .icon-toggle {
29
    display: block;
30
}
31

    
32
#users .icon-toggle {
33
    float: right;
34
    display: none;
35
}
36

    
37
#users .icon-toggle:before {
38
    content: "\f067";
39
}
40

    
41
#users .active .icon-toggle:before {
42
    content: "\f00d";
43
}
44

    
45
div.agenda ul {
46
    padding: 0;
47
    list-style: none;
48
}
49

    
50
div.agenda span.act_type {
51
    display : inline-block;
52
    font-size: 80%;
53
    min-width: 23%;
54
}
55

    
56
div.agenda h3.info {
57
    color: #8c8c73;
58
    font-style: italic;
59
}
60

    
61
div.agenda span.ressource {
62
    display : inline-block;
63
}
64

    
65
div.agenda span.length {
66
    display : inline-block;
67
    min-width: 7%;
68
}
69

    
70
div.agenda span.hour {
71
    padding-left: 20px;
72
    display : inline-block;
73
    min-width: 6%;
74
}
75

    
76
div.agenda span.title {
77
    display : inline-block;
78
    min-width: 25%;
79
}
80

    
81
div.agenda span.participants {
82
    display: inline-block;
83
    min-width: 15%;
84
}
85

    
86
#content div.agenda h3 {
87
    margin: 5px 0 0 0;
88
    padding: 3px 5px;
89
    font-size: 100%;
90
    background: white;
91
}
92

    
93
.search {
94
    border: 1px solid #bbb;
95
    border-radius:.2em;
96
    background: #fff;
97
}
98

    
99
.search:before {
100
    content: '\f002';
101
    font: normal 1.3em FontAwesome;
102
    margin: auto .4em;
103
}
104

    
105
.search input {
106
    border: 0 !important;
107
    width: 75%;
108
}
109

    
110
div#close-all-agendas {
111
    margin: .2em;
112
    float: right;
113
    cursor: pointer;
114
}
115

    
116
div#close-all-agendas:after {
117
    content:'\f05c';
118
    font: normal 1.5em FontAwesome;
119
}
120

    
121
#availability {
122
    white-space: nowrap;
123
}
124

    
125
#dispos > ul, #availability > ul {
126
    margin: 0 .1em;
127
    padding: 0;
128
    float: left;
129
}
130

    
131
#dispos li {
132
    list-style-type: none;
133
}
134

    
135
#availability li ul {
136
    margin: 0;
137
    padding: 0;
138
}
139

    
140
#availability  > li {
141
    display: inline-table;
142
    margin: 0 2px;
143
}
144

    
145
#dispos li.initials {
146
    height: 15px;
147
    margin-bottom: 2px;
148
    font-size:.7em;
149
}
150

    
151
#availability li.agenda  {
152
    min-width: .9em;
153
    height: 7px;
154
    margin: 4px 0px;
155
}
156

    
157
li.hour-mark {
158
    height: 30px;
159
    margin-bottom: 1em;
160
}
161

    
162
li.noon-start {
163
    margin-top: 1.7em;
164
}
165

    
166
li.noon-end {
167
    margin-bottom: 1.7em;
168
}
169

    
170
li.free {
171
    background: green;
172
}
173

    
174
li.busy {
175
    background: #f00;
176
}
177

    
178
li.away {
179
    background: #ccc;
180
}
181

    
182
li#time {
183
    margin-top: -0.15em;
184
}
185

    
186
#tabs li.agenda {
187
    font-size: .9em;
188
}
189

    
190
#extra-top-links {
191
    position: absolute;
192
    right: 0;
193
    top: 3em;
194
    border: 1px solid #bbb;
195
    background: linear-gradient(#bbb, #eee);
196
    padding: 3px 5px;
197
    border-radius: .35em;
198
    color: #555;
199
}
200

    
201
#extra-top-links a:link, #extra-top-links a:visited{
202
    color: #000;
203
    text-decoration: none;
204
    font: bold .8em Arial;
205
}
206

    
207
#extra-top-links a:hover {
208
    color: #000;
209
    text-decoration: underline;
210
}
211

    
212
div.new {
213
    margin: .4em 0;
214
    float: right;
215
}
216

    
217
p.lastname {
218
    text-transform: uppercase;
219
    display: inline;
220
}
(2-2/29)