forked from kigeia/gepi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
correction_ie.css
61 lines (55 loc) · 939 Bytes
/
correction_ie.css
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
/*
correction_ie.css
Mise en page du bandeau pour affichage en grand dans internet exploreur
*/
/* ----- Bandeau ----- */
body {
position: relative;
}
#bandeau {
overflow: visible;
height: 1%;
}
.gd_bandeau #bandeau_gauche p{
width:100%;
left: 0.5em;
bottom: 0.3em;
}
/* --- Cahier de texte : consultation.php --- */
/* Tableau avec 3 colonnes equilibrees */
.centre_table {
overflow: visible;
height: 1%;
}
.ct_col_centre{
float: right;
}
#eleve {
margin-top: 2px;
margin-bottom: 2px;
}
#matiere {
margin-top: 10px;
}
/* Notices 2 colonnes */
.centre_cont_text {
overflow: visible;
height: 1%;
}
.cdt_fond_not_dev {
margin-top:-4px;
}
/* ----- cahier_notes/visu_releve_notes.php ----- */
.tab_releve_note {
width: 680px;
margin: 0px auto;
padding: 2px;
border: 1px outset;
}
.tab_signatures {
width: 676px;
margin : 5px auto;
padding: 2px;
border: 1px solid;
border-color: #cdcdcd black black #cdcdcd;
}