dolibarr 24.0.0-beta
timeline.inc.php
1<?php
11if (!defined('ISLOADEDBYSTEELSHEET')) {
12 die('Must be call by steelsheet');
13} ?>
14
15/* IDE Hack <style type="text/css"> */
16
17
18/*
19* Component: Timeline
20* -------------------
21*/
22.timeline {
23 position: relative;
24 margin: 0 0 30px 0;
25 padding: 0;
26 list-style: none;
27}
28.timeline:before {
29 content: '';
30 position: absolute;
31 top: 0;
32 bottom: 0;
33 width: 4px;
34 background: #ddd;
35 left: 25px;
36 margin: 0;
37 border-radius: 2px;
38}
39.timeline > li {
40 position: relative;
41 margin-right: 0;
42 margin-bottom: 15px;
43}
44.timeline > li:before,
45.timeline > li:after {
46 content: " ";
47 display: table;
48}
49.timeline > li:after {
50 clear: both;
51}
52.timeline > li > .timeline-item {
53 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
54 border: 1px solid #d2d2d2;
55 border-radius: 3px;
56 margin-top: 0;
57 background: #fff;
58 color: #444;
59 margin-left: 50px;
60 margin-right: 0px;
61 padding: 0;
62 position: relative;
63}
64
65.timeline > li.timeline-code-ticket_msg_private > .timeline-item,
66.timeline > li.timeline-code-ticket_msg_private_sentbymail > .timeline-item {
67 /*background: #fffbe5; */
68 background-color: rgba(255, 251, 240, 0.5);
69 opacity: 0.9;
70 border-color: #d0cfc0;
71}
72
73
74.timeline > li > .timeline-item > .time{
75 /* color: #6f6f6f; */
76 float: right;
77 padding: 10px;
78 /* font-size: 12px; */
79}
80
81
82.timeline > li > .timeline-item > .timeline-header-action{
83 /* color: #6f6f6f; */
84 float: right;
85 padding: 7px;
86 /* font-size: 12px;*/
87}
88
89
90a.timeline-btn:link,
91a.timeline-btn:visited,
92a.timeline-btn:hover,
93a.timeline-btn:active
94{
95 display: inline-block;
96 margin-bottom: 0;
97 font-weight: 400;
98 border-radius: 0;
99 box-shadow: none;
100 padding: 1px 5px;
101 font-size: 12px;
102 line-height: 1.5;
103 text-align: center;
104 white-space: nowrap;
105 vertical-align: middle;
106 touch-action: manipulation;
107 cursor: pointer;
108 user-select: none;
109 background-image: none;
110 text-decoration: none;
111 background-color: #f4f4f4;
112 color: #444;
113 border: 1px solid #ddd;
114}
115
116a.timeline-btn:hover
117{
118 background-color: #e7e7e7;
119 color: #333;
120 border-color: #adadad;
121}
122
123
124.timeline > li > .timeline-item > .timeline-header {
125 margin: 0;
126 color: #333;
127 border-bottom: 1px solid #f4f4f4;
128 padding: 10px;
129 font-size: 1em;
130 font-weight: normal;
131 line-height: 1.1;
132}
133
134.timeline > li > .timeline-item > .timeline-footer {
135 border-top: 1px solid #f4f4f4;
136}
137
138.timeline > li.timeline-code-ticket_msg_private > .timeline-item > .timeline-header, .timeline > li.timeline-code-ticket_msg_private > .timeline-item > .timeline-footer {
139 border-color: #ecebda;
140}
141
142.timeline > li > .timeline-item > .timeline-header > a {
143 font-weight: 600;
144}
145.timeline > li > .timeline-item > .timeline-body,
146.timeline > li > .timeline-item > .timeline-footer {
147 padding: 10px;
148}
149.timeline > li > .fa,
150.timeline > li > .fas,
151.timeline > li > .glyphicon,
152.timeline > li > .ion {
153 width: 30px;
154 height: 30px;
155 font-size: 1em;
156 line-height: 30px;
157 position: absolute;
158 color: #666;
159 background: #d2d6de;
160 border-radius: 50%;
161 text-align: center;
162 left: 12px;
163 top: 5px;
164}
165.timeline > .time-label > span {
166 font-weight: 600;
167 padding: 5px;
168 display: inline-block;
169 background-color: #fff;
170 border-radius: 4px;
171}
172.timeline-inverse > li > .timeline-item {
173 background: #f0f0f0;
174 border: 1px solid #ddd;
175 box-shadow: none;
176}
177.timeline-inverse > li > .timeline-item > .timeline-header {
178 border-bottom-color: #ddd;
179}
180
181.timeline-icon-todo,
182.timeline-icon-in-progress,
183.timeline-icon-done{
184 color: #fff !important;
185}
186
187.timeline-icon-not-applicble{
188 color: #000;
189 background-color: #f7f7f7;
190}
191
192.timeline-icon-todo{
193 background-color: #dd4b39 !important;
194}
195
196.timeline-icon-in-progress{
197 background-color: #00c0ef !important;
198}
199.timeline-icon-done{
200 background-color: #00a65a !important;
201}
202
203
204.timeline-badge-date{
205 background-color: #0073b7 !important;
206 color: #fff !important;
207}
208
209.timeline-item .messaging-title {
210 word-break: break-all;
211}
212
213.timeline-documents-container{
214
215}
216
217.timeline-documents{
218 margin-right: 5px;
219}
220
221.messaging-author {
222 width: 150px;
223}
224
225.readmore-block.--closed .readmore-block__full-text, .readmore-block.--open .readmore-block__excerpt{
226 display: none;
227}
228
229.read-less-link, .read-more-link {
230 font-weight: bold;
231 opacity: 0.5;
232 padding-top: 5px;
233}
234
235.read-less-link, .read-more-link {
236 display: block;
237 /* text-align: center; */
238}
239
240
241.read-less-link .fa, .read-more-link .fa {
242 color: inherit;
243}
244
245/* Force values for small screen 767 */
246@media only screen and (max-width: 767px)
247{
248 .messaging-author.inline-block {
249 width: 120px;
250 padding-bottom: 10px;
251 }
252}
print $object position
Definition edit.php:206
treeview li table
No Email.
editval_textarea active
print $langs trans('Date')." left Ref Label right Qty right Price right TotalHT right TotalTTC right right right right right right right right right centpercent right TotalHT right n right VAT right n right TotalVAT right n No sujeto a RE IRPF right TotalLT1 right n right TotalLT2 right n right TotalTTC right n takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency takeposcustomercurrency right TotalTTC takeposcustomercurrency right takeposcustomercurrency n right Paid right PaymentTypeShortLIQ right SELECT p pos_change as p datep as date
Definition receipt.php:487
$conf db user
Active Directory does not allow anonymous connections.
Definition repair.php:134