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 225 float: left;
226 226 font-weight: normal;
227 227 margin-bottom: -1px;
228   - margin-right: 20px;
  228 +
229 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 244 #content .main-block .hub .live h1.mediation,
232 245 #content .main-block .hub .mediation h1.live {
233   -
234   - display: inline;
  246 + display: inline-block;
235 247 background-color: #EEEEEE;
236 248 border-bottom: 1px solid #CCCCCC;
237 249 border-top-color: #CCCCCC;
238 250 color: gray;
239 251 position: relative;
240 252 top: 1px;
241   - width: 20%;
242   - text-align: center;
  253 + width: 30%;
  254 + text-align: center;
243 255 top: 9px;
244 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 265 /*fim de novos elementos: h1.live - h1.mediation*/
253 266  
254 267  
... ... @@ -269,7 +282,7 @@
269 282 font-weight: bold;
270 283 padding: 0 0.5em;
271 284 text-align: center;
272   - text-transform: uppercase;
  285 + /*text-transform: uppercase;*/
273 286 vertical-align: top;
274 287 width: 20%;
275 288  
... ... @@ -364,7 +377,7 @@ margin-right: 10px;
364 377 font-size: 14px;
365 378 font-family: Arial, sans-serif;
366 379 padding-right: 0;
367   - width: 100%;
  380 + /* width: 100%;*/
368 381 }
369 382 .hub .mediation .expand {
370 383 float: right;
... ... @@ -426,44 +439,50 @@ display: none;
426 439 /****aba mediation aberta****/
427 440  
428 441 .hub .mediation.show {
429   - border: 0px solid lightGray;
  442 +/* border: 0px solid lightGray;
430 443 display: inline-block;
431 444 clear: right;
432 445 float: none;
433 446 margin-left: 1%;
434   - width: 85%;
435 447 margin-bottom: 2em;
  448 +*/
  449 + /*width: 85%;*/
  450 + width: 100%;
436 451 }
437 452  
438 453 #content .main-block .hub .mediation.show h1{
439 454 /* background-color: #ed8e01;*/
440   - border: 1px solid lightGray
  455 +/* border: 1px solid lightGray*/
441 456 }
442 457  
443 458 #content .hub .mediation.show .title {
444 459 /*color: white;*/
445 460 display: inline-block;
446   - font-size: 20px;
  461 +/* font-size: 20px;*/
447 462 font-family: /*Arial Black, */arial, sans-serif;
448 463 padding-right: 0;
449   - width: 100%;
  464 +/* width: 60%;*/
450 465 }
  466 +
  467 +/*
451 468 .hub .mediation.show .expand {
452 469 float: right;
453 470 padding-right: 1em;
454 471 display: block;
455   -}
  472 +}*/
456 473  
457 474  
458 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 488 .hub .mediation.show ul#mediation-posts li{
... ...