Commit 81a7c91b7c89b6c31797f1fd82d3426d71b07369
1 parent
599e4b94
Exists in
pkg_fixes
Fixing tabs feed repository and discussions tab
Showing
1 changed file
with
26 additions
and
8 deletions
Show diff stats
css/community-pages.css
... | ... | @@ -209,7 +209,7 @@ |
209 | 209 | } |
210 | 210 | |
211 | 211 | #discussions-content .quiet{ |
212 | - line-height: 21px; | |
212 | + margin-bottom: 10px; | |
213 | 213 | } |
214 | 214 | |
215 | 215 | #discussions-content div.quiet:last-child{ |
... | ... | @@ -256,17 +256,22 @@ |
256 | 256 | } |
257 | 257 | |
258 | 258 | #content #discussions-content .subject{ |
259 | - font-weight: 800; | |
259 | + font-weight: 700; | |
260 | 260 | font-size: 16px |
261 | 261 | } |
262 | 262 | |
263 | -#repository-feed-tab .event-inline.event-item{ | |
263 | +/*Respository tabs*/ | |
264 | + | |
265 | +#repository-feed-tab .event-inline.event-item, | |
266 | +#repository-feed-tab .event-block.event-item{ | |
264 | 267 | border-bottom: 1px solid #ECEDF1; |
265 | 268 | margin-top:30px; |
266 | - padding: 0px 0px 80px 0px; | |
269 | + padding: 0px 0px 30px 0px; | |
270 | + min-height: 50px; | |
267 | 271 | } |
268 | 272 | |
269 | -#repository-feed-tab .event-inline.event-item img{ | |
273 | +#repository-feed-tab .event-inline.event-item img, | |
274 | +#repository-feed-tab .event-block.event-item img{ | |
270 | 275 | display: none; |
271 | 276 | } |
272 | 277 | |
... | ... | @@ -274,11 +279,12 @@ |
274 | 279 | border-right: 1px dotted #D3D6DE; |
275 | 280 | float:left; |
276 | 281 | width: 112px; |
277 | - height: 55px; | |
282 | + height: 58px; | |
278 | 283 | margin-right: 20px; |
279 | 284 | } |
280 | 285 | #repository-feed-tab .event-item-timestamp .time_ago{ |
281 | 286 | color:#172738; |
287 | + font-family: arial; | |
282 | 288 | } |
283 | 289 | |
284 | 290 | #repository-feed-tab .event-item-timestamp .time_ago:before{ |
... | ... | @@ -289,11 +295,12 @@ |
289 | 295 | } |
290 | 296 | |
291 | 297 | #repository-feed-tab .event-title{ |
292 | - max-height: 55px; | |
298 | + /*max-height: 55px; | |
293 | 299 | overflow: hidden; |
294 | 300 | float:left; |
295 | - width: 70%; | |
301 | + width: 70%;*/ | |
296 | 302 | font-size: 16px; |
303 | + font-family: arial, Helvetica; | |
297 | 304 | } |
298 | 305 | |
299 | 306 | #content #repository-feed-tab .author_name{ |
... | ... | @@ -306,6 +313,17 @@ |
306 | 313 | color:#3E67B1; |
307 | 314 | } |
308 | 315 | |
316 | +#content #repository-feed-tab .project-name{ | |
317 | + overflow: hidden; | |
318 | + height: 55px; | |
319 | + display: block; | |
320 | +} | |
321 | + | |
322 | +#repository-feed-tab .event-body, | |
323 | +#repository-feed-tab .event-note{ | |
324 | + display: none; | |
325 | +} | |
326 | + | |
309 | 327 | #repository-feed-tab .see-more-repository{ |
310 | 328 | text-align: right; |
311 | 329 | display: block; | ... | ... |