Commit 75656ce7a908ee3316552290d099cba8f93cd7a7

Authored by Juliana
Committed by Álvaro Fernando Matos de Souza
1 parent 96b85754

Adjustments in the area of blog and blog tab - #437

Conflicts:
	src/noosfero-spb/noosfero-spb-theme/css/news-page.css
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... ... @@ -409,18 +409,19 @@
409 409 }
410 410  
411 411 #content #blog-tab .blog .blog-post h1{
412   - margin: 0px 0px 10px 0px;
  412 + margin: 0px 0px 4px 0px;
413 413 padding: 0px 0px 0px 0px;
414   - max-width: 555px;
  414 + max-width: 100%;
415 415 max-height: 40px;
416 416 border: none;
417 417 font: normal normal bold 16px/20px Arial;
418 418 overflow: hidden;
419   - display: inline-block;
  419 + display: block;
  420 + text-align: left;
420 421 }
421 422  
422 423 #content #blog-tab .blog .blog-post .post-pic{
423   - margin:0 20px 5px 0px;
  424 + margin:0 20px 25px 0px;
424 425 border-radius: 4px;
425 426 height: 62px;
426 427 width: 19%;
... ... @@ -477,6 +478,7 @@
477 478 color: #172738;
478 479 padding-left:0px;
479 480 text-align: left;
  481 + display: inline-block;
480 482 }
481 483 #content #blog-tab .blog .blog-post.position-1 .date{
482 484 padding-left:0px;
... ...
src/noosfero-spb/noosfero-spb-theme/css/news-page.css
... ... @@ -57,13 +57,14 @@
57 57  
58 58 #content .blog .blog-post h1.title {
59 59 margin: 0px 0px 10px 0px;
60   - padding: 0px 0px 0px 0px;
61   - max-width: 555px;
  60 + padding: 0px;
  61 + max-width: 100%;
62 62 max-height: 40px;
63 63 border: none;
64 64 font: normal normal bold 16px/20px arial;
65 65 overflow: hidden;
66   - display: inline-block;
  66 + display: block;
  67 + white-space: normal;
67 68 }
68 69  
69 70 #content .blog .blog-post h1.title a {
... ... @@ -148,6 +149,14 @@
148 149  
149 150  
150 151 /** Secondary News' Block **/
  152 +
  153 +#content .blog .page-1 .position-1 .title,
  154 +#content .blog .page-1 .position-2 .title,
  155 +#content .blog .page-1 .position-3 .title,
  156 +#content .blog .page-1 .position-4 .title {
  157 + display: inline-block;
  158 +}
  159 +
151 160 #content .blog .page-1 .position-2,
152 161 #content .blog .page-1 .position-3,
153 162 #content .blog .page-1 .position-4 {
... ... @@ -157,6 +166,7 @@
157 166 width: 30.5%;
158 167 display: block;
159 168 float: left;
  169 + border-bottom: none;
160 170 }
161 171  
162 172 #content .blog .page-1 .position-2 p,
... ... @@ -200,6 +210,10 @@
200 210 /* This rule serves to maintain the element in position-5 clear the
201 211 * configurations of float.
202 212 */
  213 +#content .blog .page-1 .blog-post.position-5{
  214 + border-top:1px solid #ccc;
  215 +}
  216 +
203 217 #content .blog .blog-post.position-5 {
204 218 clear: both;
205 219 }
... ...