Commit c7711d3f1a4a153ba05bc4a87faf0b52944902bb

Authored by Gustavo Cruz
1 parent 257da683
Exists in master

updating theme

Showing 1 changed file with 44 additions and 25 deletions   Show diff stats
public/style.css
@@ -225,30 +225,43 @@ @@ -225,30 +225,43 @@
225 float: left; 225 float: left;
226 font-weight: normal; 226 font-weight: normal;
227 margin-bottom: -1px; 227 margin-bottom: -1px;
228 - margin-right: 20px; 228 +
229 width: 60%; 229 width: 60%;
230 } 230 }
  231 +
  232 +#content .main-block .hub .live h1.live{
  233 + float: left;
  234 + margin-right: 20px;
  235 + margin-left: 0px;
  236 +}
  237 +
  238 +#content .main-block .hub .mediation h1.mediation{
  239 + float: right;
  240 + margin-right: 0px;
  241 + margin-left: 20px;
  242 +}
  243 +
231 #content .main-block .hub .live h1.mediation, 244 #content .main-block .hub .live h1.mediation,
232 #content .main-block .hub .mediation h1.live { 245 #content .main-block .hub .mediation h1.live {
233 -  
234 - display: inline; 246 + display: inline-block;
235 background-color: #EEEEEE; 247 background-color: #EEEEEE;
236 border-bottom: 1px solid #CCCCCC; 248 border-bottom: 1px solid #CCCCCC;
237 border-top-color: #CCCCCC; 249 border-top-color: #CCCCCC;
238 color: gray; 250 color: gray;
239 position: relative; 251 position: relative;
240 top: 1px; 252 top: 1px;
241 - width: 20%;  
242 - text-align: center; 253 + width: 30%;
  254 + text-align: center;
243 top: 9px; 255 top: 9px;
244 line-height: 27px; 256 line-height: 27px;
245 257
246 } 258 }
247 259
248 -#content .main-block .hub .live h1.mediation,  
249 -#content .main-block .hub .mediation h1.live {  
250 - display: inline-block;  
251 -} 260 +#content .main-block .hub .live h1.mediation {}
  261 +
  262 +#content .main-block .hub .mediation h1.live {margin-left: 20px;}
  263 +
  264 +
252 /*fim de novos elementos: h1.live - h1.mediation*/ 265 /*fim de novos elementos: h1.live - h1.mediation*/
253 266
254 267
@@ -269,7 +282,7 @@ @@ -269,7 +282,7 @@
269 font-weight: bold; 282 font-weight: bold;
270 padding: 0 0.5em; 283 padding: 0 0.5em;
271 text-align: center; 284 text-align: center;
272 - text-transform: uppercase; 285 + /*text-transform: uppercase;*/
273 vertical-align: top; 286 vertical-align: top;
274 width: 20%; 287 width: 20%;
275 288
@@ -364,7 +377,7 @@ margin-right: 10px; @@ -364,7 +377,7 @@ margin-right: 10px;
364 font-size: 14px; 377 font-size: 14px;
365 font-family: Arial, sans-serif; 378 font-family: Arial, sans-serif;
366 padding-right: 0; 379 padding-right: 0;
367 - width: 100%; 380 + /* width: 100%;*/
368 } 381 }
369 .hub .mediation .expand { 382 .hub .mediation .expand {
370 float: right; 383 float: right;
@@ -426,44 +439,50 @@ display: none; @@ -426,44 +439,50 @@ display: none;
426 /****aba mediation aberta****/ 439 /****aba mediation aberta****/
427 440
428 .hub .mediation.show { 441 .hub .mediation.show {
429 - border: 0px solid lightGray; 442 +/* border: 0px solid lightGray;
430 display: inline-block; 443 display: inline-block;
431 clear: right; 444 clear: right;
432 float: none; 445 float: none;
433 margin-left: 1%; 446 margin-left: 1%;
434 - width: 85%;  
435 margin-bottom: 2em; 447 margin-bottom: 2em;
  448 +*/
  449 + /*width: 85%;*/
  450 + width: 100%;
436 } 451 }
437 452
438 #content .main-block .hub .mediation.show h1{ 453 #content .main-block .hub .mediation.show h1{
439 /* background-color: #ed8e01;*/ 454 /* background-color: #ed8e01;*/
440 - border: 1px solid lightGray 455 +/* border: 1px solid lightGray*/
441 } 456 }
442 457
443 #content .hub .mediation.show .title { 458 #content .hub .mediation.show .title {
444 /*color: white;*/ 459 /*color: white;*/
445 display: inline-block; 460 display: inline-block;
446 - font-size: 20px; 461 +/* font-size: 20px;*/
447 font-family: /*Arial Black, */arial, sans-serif; 462 font-family: /*Arial Black, */arial, sans-serif;
448 padding-right: 0; 463 padding-right: 0;
449 - width: 100%; 464 +/* width: 60%;*/
450 } 465 }
  466 +
  467 +/*
451 .hub .mediation.show .expand { 468 .hub .mediation.show .expand {
452 float: right; 469 float: right;
453 padding-right: 1em; 470 padding-right: 1em;
454 display: block; 471 display: block;
455 -} 472 +}*/
456 473
457 474
458 .hub .mediation.show ul#mediation-posts { 475 .hub .mediation.show ul#mediation-posts {
459 -height: 500px;  
460 -overflow-x: hidden;  
461 -overflow-y: scroll;  
462 -border-width: 0 1px 1px;  
463 -border-style: solid;  
464 -border-color: lightGray;  
465 -padding-top: 10px;  
466 -background-color: #f9f9f9; 476 +/*
  477 + height: 500px;
  478 + overflow-x: hidden;
  479 + overflow-y: scroll;
  480 + border-width: 0 1px 1px;
  481 + border-style: solid;
  482 + border-color: lightGray;
  483 + padding-top: 10px;
  484 + background-color: #f9f9f9;
  485 +*/
467 } 486 }
468 487
469 .hub .mediation.show ul#mediation-posts li{ 488 .hub .mediation.show ul#mediation-posts li{