Projet

Général

Profil

Télécharger (1,91 ko) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / static / css / dossiers.css @ d4649d2f

1
#tabs-2 select {
2
    width: auto;
3
    height: auto;
4
}
5

    
6
#tabs-2 table {
7
  width: 100%;
8
  text-align: center;
9
}
10

    
11
#tabs-3 div {
12
  margin-top: 1em;
13
  position: relative;
14
}
15

    
16
#tabs-3 div.contact {
17
        margin: 12px;
18
        background: #eee;
19
        padding: 1em;
20
        border-radius: 10px;
21
}
22

    
23
#tabs-3 div.contact.patient {
24
	background: #ddd;
25
	border-width: 2px;
26
}
27

    
28
#tabs-3 div.contact h4 {
29
        margin: 0;
30
}
31

    
32
#contact-add-address {
33
    margin-top: 5px;
34
    margin-left: 10px;
35
}
36

    
37
div#tabs-3 div.right {
38
        text-align: right;
39
        border: 0;
40
        position: absolute;
41
        top: 20px;
42
        right: 0;
43
        width: 350px;
44
        padding-right: 30px;
45
}
46

    
47
div#tabs-3 div.right button {
48
        margin-left: 20px;
49
}
50

    
51
div#tabs-3 div.contact div.right {
52
        padding-right: 18px; /* 30px - 12px */
53
        top: -4px;
54
}
55

    
56
div#tabs-2 div,
57
div#tabs-3 div,
58
div#tabs-4 div.frame,
59
div#tabs-7 div.frame {
60
        position: relative;
61
}
62

    
63
#info-membre div button.save,
64
div.group_holidays button.save,
65
div#tabs-7 div div.buttons,
66
div#tabs-4 div div.buttons,
67
div#tabs-3 div div.buttons,
68
div#tabs-2 div button.save {
69
        position: absolute;
70
        top: 0;
71
        right: 0;
72
}
73

    
74
#tabs-2 div.frame div.subframe,
75
#tabs-7 div.frame div.subframe {
76
	position: relative;
77
        margin: 12px;
78
        background: #eee;
79
        padding: 1em;
80
        border-radius: 10px;
81
}
82

    
83
div#tabs-3 div div.buttons,
84
div#tabs-4 div div.buttons {
85
	border: 0;
86
	margin: 0;
87
}
88

    
89
#tabs-8 form p {
90
	clear: both;
91
}
92

    
93
#new-address-btn, #new-contact-btn {
94
    font-size: 1.1em;
95
}
96

    
97
#tabs textarea {
98
    margin-top: 5px;
99
    width: 85%;
100
}
101

    
102
#id_policyholder-contact_comment {
103
    margin: 0;
104
}
105

    
106
.ui-tabs .ui-tabs-nav li a {
107
    padding-left: 0.6em;
108
    padding-right: 0.6em;
109
}
110

    
111
.ui-tabs .ui-tabs-nav {
112
    margin-top: .4em;
113
}
114

    
115
.select2-choices {
116
    font-size: 11pt;
117
}
118

    
119
#id_school_text {
120
     min-width: 600px;
121
}
122

    
123
#ajax-dlg input, ul.ui-autocomplete, .results_on_deck {
124
    font-size: 90%;
125
}
(6-6/30)