Commit c861961d9e1160dbff135a95d53c16a18d0184b9
Exists in
pkg_fixes
Merge branch 'pkg_fixes' of https://gitlab.com/softwarepublico/noosfero-spb-theme into pkg_fixes
Showing
1 changed file
with
35 additions
and
8 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -224,7 +224,7 @@ |
224 | 224 | } |
225 | 225 | |
226 | 226 | #discussions-content .quiet{ |
227 | - line-height: 21px; | |
227 | + margin-bottom: 10px; | |
228 | 228 | } |
229 | 229 | |
230 | 230 | #discussions-content div.quiet:last-child{ |
... | ... | @@ -271,17 +271,22 @@ |
271 | 271 | } |
272 | 272 | |
273 | 273 | #content #discussions-content .subject{ |
274 | - font-weight: 800; | |
274 | + font-weight: 700; | |
275 | 275 | font-size: 16px |
276 | 276 | } |
277 | 277 | |
278 | -#repository-feed-tab .event-inline.event-item{ | |
278 | +/*Respository tabs*/ | |
279 | + | |
280 | +#repository-feed-tab .event-inline.event-item, | |
281 | +#repository-feed-tab .event-block.event-item{ | |
279 | 282 | border-bottom: 1px solid #ECEDF1; |
280 | 283 | margin-top:30px; |
281 | - padding: 0px 0px 80px 0px; | |
284 | + padding: 0px 0px 30px 0px; | |
285 | + min-height: 50px; | |
282 | 286 | } |
283 | 287 | |
284 | -#repository-feed-tab .event-inline.event-item img{ | |
288 | +#repository-feed-tab .event-inline.event-item img, | |
289 | +#repository-feed-tab .event-block.event-item img{ | |
285 | 290 | display: none; |
286 | 291 | } |
287 | 292 | |
... | ... | @@ -289,11 +294,12 @@ |
289 | 294 | border-right: 1px dotted #D3D6DE; |
290 | 295 | float:left; |
291 | 296 | width: 112px; |
292 | - height: 55px; | |
297 | + height: 58px; | |
293 | 298 | margin-right: 20px; |
294 | 299 | } |
295 | 300 | #repository-feed-tab .event-item-timestamp .time_ago{ |
296 | 301 | color:#172738; |
302 | + font-family: arial; | |
297 | 303 | } |
298 | 304 | |
299 | 305 | #repository-feed-tab .event-item-timestamp .time_ago:before{ |
... | ... | @@ -304,11 +310,12 @@ |
304 | 310 | } |
305 | 311 | |
306 | 312 | #repository-feed-tab .event-title{ |
307 | - max-height: 55px; | |
313 | + /*max-height: 55px; | |
308 | 314 | overflow: hidden; |
309 | 315 | float:left; |
310 | - width: 70%; | |
316 | + width: 70%;*/ | |
311 | 317 | font-size: 16px; |
318 | + font-family: arial, Helvetica; | |
312 | 319 | } |
313 | 320 | |
314 | 321 | #content #repository-feed-tab .author_name{ |
... | ... | @@ -321,6 +328,25 @@ |
321 | 328 | color:#3E67B1; |
322 | 329 | } |
323 | 330 | |
331 | +#content #repository-feed-tab .project-name{ | |
332 | + overflow: hidden; | |
333 | + height: 55px; | |
334 | +} | |
335 | + | |
336 | +#repository-feed-tab .event-item .event-body .event-note{ | |
337 | + font-size: 16px; | |
338 | + white-space: nowrap; | |
339 | + width: 400px; | |
340 | + overflow-x:hidden; | |
341 | + text-overflow:ellipsis; | |
342 | +} | |
343 | + | |
344 | +#repository-feed-tab .event-item .event_commits, | |
345 | +#repository-feed-tab .event-item .event-body .event-note .md, | |
346 | +#repository-feed-tab .event-body img { | |
347 | + display: none; | |
348 | +} | |
349 | + | |
324 | 350 | #repository-feed-tab .see-more-repository{ |
325 | 351 | text-align: right; |
326 | 352 | display: block; |
... | ... | @@ -388,6 +414,7 @@ |
388 | 414 | background: center/cover no-repeat; |
389 | 415 | float: left; |
390 | 416 | } |
417 | + | |
391 | 418 | #content #blog-tab .blog .blog-post .publishing-info { |
392 | 419 | border-top: none; |
393 | 420 | color: #172838; | ... | ... |