Commit e1f48d7915edd9dd4eca56fd0f03283ad4533baa

Authored by Gustavo Cruz
1 parent 305f2008

updating theme

Showing 1 changed file with 33 additions and 24 deletions   Show diff stats
plugins/community_hub/public/style.css
@@ -174,7 +174,7 @@ @@ -174,7 +174,7 @@
174 height: 500px; 174 height: 500px;
175 overflow-x: hidden; 175 overflow-x: hidden;
176 overflow-y: scroll; 176 overflow-y: scroll;
177 - border-width: 1px 0; 177 + border-width: 1px;
178 border-style: solid; 178 border-style: solid;
179 border-color: lightGray; 179 border-color: lightGray;
180 padding-top: 10px; 180 padding-top: 10px;
@@ -219,8 +219,8 @@ @@ -219,8 +219,8 @@
219 #content .main-block .hub .live h1.live, 219 #content .main-block .hub .live h1.live,
220 #content .main-block .hub .mediation h1.mediation { 220 #content .main-block .hub .mediation h1.mediation {
221 /*background-color: #f4f4f4;*/ 221 /*background-color: #f4f4f4;*/
222 - border: 1px solid lightGray  
223 - 222 + border: 1px solid lightGray;
  223 + border-top: 1px solid #96110D;
224 border-bottom: 1px solid #FFFFFF; 224 border-bottom: 1px solid #FFFFFF;
225 float: left; 225 float: left;
226 font-weight: normal; 226 font-weight: normal;
@@ -240,13 +240,9 @@ @@ -240,13 +240,9 @@
240 top: 1px; 240 top: 1px;
241 width: 20%; 241 width: 20%;
242 text-align: center; 242 text-align: center;
243 - top: 7px; 243 + top: 9px;
244 line-height: 27px; 244 line-height: 27px;
245 -}  
246 -  
247 -#content .main-block .hub div#left-tab.show h1.mediation,  
248 -#content .main-block .hub div#right-tab.show h1.live {  
249 - cursor: pointer; 245 +
250 } 246 }
251 247
252 #content .main-block .hub .live h1.mediation, 248 #content .main-block .hub .live h1.mediation,
@@ -260,7 +256,7 @@ @@ -260,7 +256,7 @@
260 color: #D71410; 256 color: #D71410;
261 display: inline-block; 257 display: inline-block;
262 font-size: 14px; 258 font-size: 14px;
263 - font-family: Arial Black, arial, sans-serif; 259 + font-family: /*Arial Black, */arial, sans-serif;
264 padding-right: 0; 260 padding-right: 0;
265 width: 70%; 261 width: 70%;
266 } 262 }
@@ -327,7 +323,8 @@ @@ -327,7 +323,8 @@
327 /****aba live aberta****/ 323 /****aba live aberta****/
328 324
329 .hub .live.show { 325 .hub .live.show {
330 - width: 85%; 326 + /*width: 85%;*/
  327 + width: 100%;
331 } 328 }
332 329
333 .hub .live.show ul#live-posts .li{ 330 .hub .live.show ul#live-posts .li{
@@ -357,7 +354,7 @@ margin-right: 10px; @@ -357,7 +354,7 @@ margin-right: 10px;
357 } 354 }
358 355
359 #content .main-block .hub .mediation h1{ 356 #content .main-block .hub .mediation h1{
360 - background-color: #ed8e01; 357 + /* background-color: #ed8e01;*/
361 border: 1px solid lightGray 358 border: 1px solid lightGray
362 } 359 }
363 360
@@ -387,18 +384,20 @@ margin-right: 10px; @@ -387,18 +384,20 @@ margin-right: 10px;
387 } 384 }
388 385
389 #content .main-block .hub .mediation.hide h1{ 386 #content .main-block .hub .mediation.hide h1{
  387 +/*
390 background-color: #ed8e01; 388 background-color: #ed8e01;
391 border: 1px solid lightGray; 389 border: 1px solid lightGray;
392 text-align: center; 390 text-align: center;
393 padding-left: 0; 391 padding-left: 0;
  392 +*/
394 cursor: pointer; 393 cursor: pointer;
395 } 394 }
396 395
397 #content .hub .mediation.hide .title { 396 #content .hub .mediation.hide .title {
398 - color: white; 397 +/* color: white;*/
399 display: inline-block; 398 display: inline-block;
400 font-size: 14px; 399 font-size: 14px;
401 - font-family: Arial Black, arial, sans-serif; 400 + font-family: /*Arial Black, */arial, sans-serif;
402 padding-right: 0; 401 padding-right: 0;
403 width: 100%; 402 width: 100%;
404 } 403 }
@@ -437,15 +436,15 @@ display: none; @@ -437,15 +436,15 @@ display: none;
437 } 436 }
438 437
439 #content .main-block .hub .mediation.show h1{ 438 #content .main-block .hub .mediation.show h1{
440 - background-color: #ed8e01; 439 +/* background-color: #ed8e01;*/
441 border: 1px solid lightGray 440 border: 1px solid lightGray
442 } 441 }
443 442
444 #content .hub .mediation.show .title { 443 #content .hub .mediation.show .title {
445 - color: white; 444 + /*color: white;*/
446 display: inline-block; 445 display: inline-block;
447 font-size: 20px; 446 font-size: 20px;
448 - font-family: Arial Black, arial, sans-serif; 447 + font-family: /*Arial Black, */arial, sans-serif;
449 padding-right: 0; 448 padding-right: 0;
450 width: 100%; 449 width: 100%;
451 } 450 }
@@ -486,11 +485,14 @@ background-color: #f9f9f9; @@ -486,11 +485,14 @@ background-color: #f9f9f9;
486 } 485 }
487 486
488 .hub .form-mediation { 487 .hub .form-mediation {
489 - width: 93%;  
490 - display: inline-block;  
491 - height: 376px;  
492 - padding: 10px;  
493 - border: 1px solid #c0c0c0; 488 + /*width: 93%;*/
  489 + /*width: 426px;*/
  490 + width: 60%;
  491 + display: inline-block;
  492 + height: 376px;
  493 + padding: 10px;
  494 + border: 1px solid #c0c0c0;
  495 + overflow-x: hidden;
494 } 496 }
495 497
496 .hub .form-message { 498 .hub .form-message {
@@ -503,8 +505,15 @@ background-color: #f9f9f9; @@ -503,8 +505,15 @@ background-color: #f9f9f9;
503 505
504 506
505 .hub div.settings { 507 .hub div.settings {
506 - width: 96%;  
507 - margin-top: 10px; 508 + /*width: 96%;*/
  509 + /*margin-top: 10px;*/
  510 + /*margin-left: 10px;*/
  511 + /*width: 240px;*/
  512 + display: inline-block;
  513 + margin-left: 1%;
  514 + margin-top: 10px;
  515 + vertical-align: top;
  516 + width: 35%;
508 } 517 }
509 518
510 .hub ul.settings li { 519 .hub ul.settings li {