Projet

Général

Profil

Télécharger (2,73 ko) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / static / css / dossiers.css @ 3a796ed8

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
div.beneficiaire {
29
	background: #eee;
30
	border: 1px solid #FF7800;
31
	margin: 2px;
32
	padding: 2px;
33
	border-radius: 3px;
34
	-moz-border-radius: 3px;
35
	-webkit-border-radius: 3px;
36
    font-size: 70%;
37
}
38

    
39
#tabs-3 div.contact h4 {
40
        margin: 0;
41
}
42

    
43
#contact-add-address {
44
    margin-top: 5px;
45
    margin-left: 10px;
46
}
47

    
48
div#tabs-3 div.right {
49
        text-align: right;
50
        border: 0;
51
        position: absolute;
52
        top: 20px;
53
        right: 0;
54
        width: 350px;
55
        padding-right: 30px;
56
}
57

    
58
div#tabs-3 div.right button {
59
        margin-left: 20px;
60
}
61

    
62
div#tabs-3 div.contact div.right {
63
        padding-right: 18px; /* 30px - 12px */
64
        top: -4px;
65
}
66

    
67
div#tabs-2 div,
68
div#tabs-3 div,
69
div#tabs-4 div.frame,
70
div#tabs-7 div.frame {
71
        position: relative;
72
}
73

    
74
#info-membre div button.save,
75
div.group_holidays button.save,
76
div#tabs-7 div div.buttons,
77
div#tabs-4 div div.buttons,
78
div#tabs-3 div div.buttons,
79
div#tabs-2 div button.save {
80
        position: absolute;
81
        top: 0;
82
        right: 0;
83
}
84

    
85
#tabs-2 div.frame div.subframe,
86
#tabs-7 div.frame div.subframe {
87
	position: relative;
88
        margin: 12px;
89
        background: #eee;
90
        padding: 1em;
91
        border-radius: 10px;
92
}
93

    
94
div#tabs-3 div div.buttons,
95
div#tabs-4 div div.buttons {
96
	border: 0;
97
	margin: 0;
98
}
99

    
100
#tabs-8 form p {
101
	clear: both;
102
}
103

    
104
#new-address-btn, #new-contact-btn, #read-cv2{
105
    font-size: 1.1em;
106
}
107

    
108
#tabs textarea {
109
    margin-top: 5px;
110
    width: 85%;
111
}
112

    
113
#id_comment-addresses_contacts_comment {
114
    margin: 0;
115
}
116

    
117
.ui-tabs .ui-tabs-nav li a {
118
    padding-left: 0.6em;
119
    padding-right: 0.6em;
120
}
121

    
122
.ui-tabs .ui-tabs-nav {
123
    margin-top: .4em;
124
}
125

    
126
.select2-choices {
127
    font-size: 11pt;
128
}
129

    
130
#id_school_text {
131
     min-width: 600px;
132
}
133

    
134
#ajax-dlg input, ul.ui-autocomplete, .results_on_deck {
135
    font-size: 90%;
136
}
137

    
138
input[type=checkbox] + button {
139
    display: none;
140
}
141

    
142
.patientrecord_print ul {
143
    margin: 0;
144
    padding: 0;
145
}
146

    
147
.patientrecord_print li {
148
    list-style-type: none;
149
    display: inline;
150
}
151

    
152
.patientrecord_print label {
153
    margin: 0 .5em;
154
}
155

    
156
.print-container {
157
    float: right;
158
}
159
.print-container h5 {
160
    margin: 0;
161
}
162

    
163
.print-container form {
164
    display: inline;
165
}
166

    
167
.js-expandable .js-click-to-expand:after { content: " [+]"; }
168
.js-expanded .js-click-to-expand:after { content: " [-]"; }
169
.js-click-to-expand { cursor: pointer; }
170
.js-click-to-expand:hover { font-weight: bold; }
171

    
172
.js-expandable .js-to-expand { display: none; }
(7-7/31)