Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/***
2
TODO Page
3
***/
4
 
5
@import '../../global/_variables'; // global variables.
6
@import '../../global/components/_mixins'; // global mixings.
7
 
8
.todo-ui {
9
	margin-top: 20px;
10
}
11
 
12
.todo-sidebar {
13
	float:left;
14
  	width:230px;
15
  	margin-right: 20px;
16
}
17
 
18
.todo-content {
19
	overflow:hidden;
20
}
21
 
22
.todo-tasklist-item-border-green { border-left: #3faba4 2px solid; }
23
.todo-tasklist-item-border-blue { border-left: #4c87b9 2px solid; }
24
.todo-tasklist-item-border-purple { border-left: #8877a9 2px solid; }
25
.todo-tasklist-item-border-red { border-left: #d05454 2px solid; }
26
.todo-tasklist-item-border-yellow { border-left: #d4ad38 2px solid; }
27
 
28
.padding-top-10px { padding-top: 15px; }
29
 
30
.todo-userpic  {
31
	-webkit-border-radius: 50% !important;
32
	-moz-border-radius: 50% !important;
33
	border-radius: 50% !important;
34
	border: 1px #cedae1 solid;
35
}
36
 
37
.todo-text-color {
38
	color: #45535b;
39
}
40
 
41
/* PROJECT LIST */
42
.todo-projects-config {
43
	padding: 6px 9px 3px 9px !important;
44
 
45
	> i {
46
		font-size: 14px !important;
47
	}
48
 
49
	> .fa-angle-down {
50
		position: relative;
51
		display: inline-block;
52
		top: -1px;
53
		font-size: 13px !important;
54
		color: darken(#fff, 5%);
55
	}
56
}
57
 
58
.todo-tasklist {
59
	padding: 0;
60
}
61
 
62
.todo-project-list ul li a {
63
	font-size: 14px !important;
64
	padding: 8px 10px;
65
}
66
 
67
.todo-project-list .nav li a .badge {
68
	float: right;
69
	background-color: #b4c4cd !important;
70
	margin-top: 1px !important;
71
 
72
}
73
 
74
.todo-project-list .nav li a .badge-active {
75
	background-color: #ffffff !important;
76
	color: #637b89 !important;
77
 
78
}
79
 
80
.todo-project-list .nav .active {
81
	background-color: #ffffff !important;
82
}
83
 
84
.todo-project-list .nav-pills>li.active>a {
85
	background-color: #87a9c7 !important;
86
}
87
 
88
/* END PROJECT LIST */
89
 
90
/* TASK HISTORY */
91
 
92
.todo-task-history {
93
	padding: 0;
94
	margin: 0;
95
 
96
	> li {
97
		padding: 5px 0;
98
 
99
		> .todo-task-history-desc {
100
			overflow:hidden;
101
		}
102
 
103
		> .todo-task-history-date {
104
			font-size: 12px;
105
			float:right;
106
  			width:150px;
107
  			margin-left: 10px;
108
  			text-align: right;
109
  			color:#999;
110
		}
111
	}
112
}
113
 
114
/* TASKS LIST */
115
.todo-tasklist-item {
116
	background: #f6fbfc;
117
	padding: 10px;
118
	margin-bottom: 10px;
119
	margin-bottom: 15px;
120
	overflow: hidden;
121
 
122
	&:last-child {
123
		margin-bottom: 0;
124
	}
125
}
126
 
127
div .todo-tasklist-item:hover {
128
	cursor: pointer;
129
	background-color: #edf7f9;
130
}
131
 
132
.todo-tasklist-item img {
133
	margin: 0 10px 10px 0;
134
}
135
 
136
.todo-tasklist-item-title {
137
	font-size: 15px;
138
	color: #2b4a5c;
139
	font-weight: 600;
140
	padding-top: 3px;
141
	padding-bottom: 13px;
142
}
143
 
144
.todo-tasklist-item-text {
145
	font-size: 13px;
146
	color: #577688;
147
	padding-bottom: 5px;
148
}
149
 
150
.todo-tasklist-item ul {
151
	margin: 5px 0 0 0px;
152
}
153
 
154
.todo-tasklist-item li {
155
	color: #577688;
156
	font-size: 13px;
157
	margin-right: 10px;
158
	margin-bottom: 5px;
159
	padding: 0 !important;
160
}
161
 
162
.todo-tasklist-item li  i{
163
	color: #b3bfcb;
164
	font-size: 15px;
165
}
166
 
167
.todo-tasklist-controls {
168
	margin-top: 5px;
169
}
170
 
171
.todo-tasklist-date {
172
	color: #637b89 !important;
173
	margin-right: 12px;
174
}
175
 
176
.todo-tasklist-date i {
177
	color: #abbfca !important;
178
	margin-right: 5px;
179
}
180
 
181
.todo-tasklist-badge {
182
	background-color: #b3bfcb;
183
}
184
 
185
/* END TASKS LIST */
186
 
187
/* TASK BODY */
188
.todo-taskbody-tasktitle {
189
	font-size: 18px;
190
	color: #778d96;
191
}
192
 
193
.todo-taskbody-taskdesc {
194
	font-size: 14px;
195
	color: #778d96;
196
}
197
 
198
.todo-username {
199
	font-size: 16px;
200
	color: #2b4a5c;
201
	font-weight: 600;
202
	padding: 15px 0 0 15px;
203
}
204
 
205
.todo-comment-head {
206
	padding-top: 3px;
207
}
208
 
209
.todo-comment {
210
	position: relative;
211
}
212
 
213
.todo-comment:hover > .todo-comment-btn {
214
	display:block;
215
}
216
 
217
.todo-comment-btn {
218
	display:none;
219
	position: absolute;
220
	top: 1px;
221
	right: 0px;
222
	font-size: 12px;
223
	color: #566e7c;
224
	border-color: #a2aeb5;
225
}
226
 
227
.todo-comment-btn:hover {
228
	color: #fff;
229
	background-color: #a1b6c2;
230
	border-color: #a1b6c2;
231
}
232
 
233
 
234
.todo-comment-username {
235
	font-size: 14px;
236
	color: #2b4a5c;
237
	font-weight: 600;
238
}
239
 
240
.todo-comment-date {
241
	font-size: 12px;
242
	color: #2b4a5c;
243
	font-weight: 400;
244
}
245
 
246
.todo-username-btn {
247
	margin: 14px 0 0 15px;
248
	color: #566e7c;
249
	border-color: #a2aeb5;
250
}
251
 
252
.todo-username-btn:hover {
253
	color: #fff;
254
	background-color: #a1b6c2;
255
	border-color: #a1b6c2;
256
}
257
 
258
.form .form-actions.todo-form-actions {
259
	padding-top: 10px;
260
	border: 0 ;
261
	margin: 0 0 20px 0;
262
}
263
 
264
/* END TASK BODY */
265
 
266
/* RESPONSIVE MODE */
267
 
268
@media (max-width: $screen-sm-max) { /* 991px */
269
 
270
	.todo-sidebar {
271
		float: none;
272
		width: 100%;
273
		margin: 0;
274
 
275
		> .portlet {
276
			margin-bottom: 20px;
277
 
278
			.portlet-title {
279
				.tools {
280
					margin-left: 5px;
281
				}
282
			}
283
		}
284
	}
285
 
286
	.todo-content {
287
		overflow: visible;
288
	}
289
}
290
 
291
.todo-tasklist-devider {
292
	display: none;
293
}
294
 
295
@media (max-width: $screen-xs-max) { /* 767px */
296
 
297
	.todo-tasklist-devider {
298
		display: block;
299
		height: 20px;
300
		margin: 20px -10px;
301
		background: #F1F3FA;
302
	}
303
 
304
	/* TASK HISTORY */
305
 
306
	.todo-task-history {
307
		> li {
308
			padding: 9px 0;
309
 
310
			> .todo-task-history-date {
311
	  			width: 100px;
312
	  			font-size: 11px;
313
			}
314
		}
315
	}
316
 
317
}