Commit 5b8edc6e4fb7d64c90e56693793d9716cc8287d5
Committed by
Álvaro Fernando Matos de Souza
1 parent
d6fbb742
Exists in
master_with_pkg_fixes
and in
2 other branches
Fixing tabs feed repository and discussions tab
Showing
1 changed file
with
26 additions
and
8 deletions
Show diff stats
src/noosfero-spb-theme/css/community-pages.css
| @@ -224,7 +224,7 @@ | @@ -224,7 +224,7 @@ | ||
| 224 | } | 224 | } |
| 225 | 225 | ||
| 226 | #discussions-content .quiet{ | 226 | #discussions-content .quiet{ |
| 227 | - line-height: 21px; | 227 | + margin-bottom: 10px; |
| 228 | } | 228 | } |
| 229 | 229 | ||
| 230 | #discussions-content div.quiet:last-child{ | 230 | #discussions-content div.quiet:last-child{ |
| @@ -271,17 +271,22 @@ | @@ -271,17 +271,22 @@ | ||
| 271 | } | 271 | } |
| 272 | 272 | ||
| 273 | #content #discussions-content .subject{ | 273 | #content #discussions-content .subject{ |
| 274 | - font-weight: 800; | 274 | + font-weight: 700; |
| 275 | font-size: 16px | 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 | border-bottom: 1px solid #ECEDF1; | 282 | border-bottom: 1px solid #ECEDF1; |
| 280 | margin-top:30px; | 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 | display: none; | 290 | display: none; |
| 286 | } | 291 | } |
| 287 | 292 | ||
| @@ -289,11 +294,12 @@ | @@ -289,11 +294,12 @@ | ||
| 289 | border-right: 1px dotted #D3D6DE; | 294 | border-right: 1px dotted #D3D6DE; |
| 290 | float:left; | 295 | float:left; |
| 291 | width: 112px; | 296 | width: 112px; |
| 292 | - height: 55px; | 297 | + height: 58px; |
| 293 | margin-right: 20px; | 298 | margin-right: 20px; |
| 294 | } | 299 | } |
| 295 | #repository-feed-tab .event-item-timestamp .time_ago{ | 300 | #repository-feed-tab .event-item-timestamp .time_ago{ |
| 296 | color:#172738; | 301 | color:#172738; |
| 302 | + font-family: arial; | ||
| 297 | } | 303 | } |
| 298 | 304 | ||
| 299 | #repository-feed-tab .event-item-timestamp .time_ago:before{ | 305 | #repository-feed-tab .event-item-timestamp .time_ago:before{ |
| @@ -304,11 +310,12 @@ | @@ -304,11 +310,12 @@ | ||
| 304 | } | 310 | } |
| 305 | 311 | ||
| 306 | #repository-feed-tab .event-title{ | 312 | #repository-feed-tab .event-title{ |
| 307 | - max-height: 55px; | 313 | + /*max-height: 55px; |
| 308 | overflow: hidden; | 314 | overflow: hidden; |
| 309 | float:left; | 315 | float:left; |
| 310 | - width: 70%; | 316 | + width: 70%;*/ |
| 311 | font-size: 16px; | 317 | font-size: 16px; |
| 318 | + font-family: arial, Helvetica; | ||
| 312 | } | 319 | } |
| 313 | 320 | ||
| 314 | #content #repository-feed-tab .author_name{ | 321 | #content #repository-feed-tab .author_name{ |
| @@ -321,6 +328,17 @@ | @@ -321,6 +328,17 @@ | ||
| 321 | color:#3E67B1; | 328 | color:#3E67B1; |
| 322 | } | 329 | } |
| 323 | 330 | ||
| 331 | +#content #repository-feed-tab .project-name{ | ||
| 332 | + overflow: hidden; | ||
| 333 | + height: 55px; | ||
| 334 | + display: block; | ||
| 335 | +} | ||
| 336 | + | ||
| 337 | +#repository-feed-tab .event-body, | ||
| 338 | +#repository-feed-tab .event-note{ | ||
| 339 | + display: none; | ||
| 340 | +} | ||
| 341 | + | ||
| 324 | #repository-feed-tab .see-more-repository{ | 342 | #repository-feed-tab .see-more-repository{ |
| 325 | text-align: right; | 343 | text-align: right; |
| 326 | display: block; | 344 | display: block; |