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 174 height: 500px;
175 175 overflow-x: hidden;
176 176 overflow-y: scroll;
177   - border-width: 1px 0;
  177 + border-width: 1px;
178 178 border-style: solid;
179 179 border-color: lightGray;
180 180 padding-top: 10px;
... ... @@ -219,8 +219,8 @@
219 219 #content .main-block .hub .live h1.live,
220 220 #content .main-block .hub .mediation h1.mediation {
221 221 /*background-color: #f4f4f4;*/
222   - border: 1px solid lightGray
223   -
  222 + border: 1px solid lightGray;
  223 + border-top: 1px solid #96110D;
224 224 border-bottom: 1px solid #FFFFFF;
225 225 float: left;
226 226 font-weight: normal;
... ... @@ -240,13 +240,9 @@
240 240 top: 1px;
241 241 width: 20%;
242 242 text-align: center;
243   - top: 7px;
  243 + top: 9px;
244 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 248 #content .main-block .hub .live h1.mediation,
... ... @@ -260,7 +256,7 @@
260 256 color: #D71410;
261 257 display: inline-block;
262 258 font-size: 14px;
263   - font-family: Arial Black, arial, sans-serif;
  259 + font-family: /*Arial Black, */arial, sans-serif;
264 260 padding-right: 0;
265 261 width: 70%;
266 262 }
... ... @@ -327,7 +323,8 @@
327 323 /****aba live aberta****/
328 324  
329 325 .hub .live.show {
330   - width: 85%;
  326 + /*width: 85%;*/
  327 + width: 100%;
331 328 }
332 329  
333 330 .hub .live.show ul#live-posts .li{
... ... @@ -357,7 +354,7 @@ margin-right: 10px;
357 354 }
358 355  
359 356 #content .main-block .hub .mediation h1{
360   - background-color: #ed8e01;
  357 + /* background-color: #ed8e01;*/
361 358 border: 1px solid lightGray
362 359 }
363 360  
... ... @@ -387,18 +384,20 @@ margin-right: 10px;
387 384 }
388 385  
389 386 #content .main-block .hub .mediation.hide h1{
  387 +/*
390 388 background-color: #ed8e01;
391 389 border: 1px solid lightGray;
392 390 text-align: center;
393 391 padding-left: 0;
  392 +*/
394 393 cursor: pointer;
395 394 }
396 395  
397 396 #content .hub .mediation.hide .title {
398   - color: white;
  397 +/* color: white;*/
399 398 display: inline-block;
400 399 font-size: 14px;
401   - font-family: Arial Black, arial, sans-serif;
  400 + font-family: /*Arial Black, */arial, sans-serif;
402 401 padding-right: 0;
403 402 width: 100%;
404 403 }
... ... @@ -437,15 +436,15 @@ display: none;
437 436 }
438 437  
439 438 #content .main-block .hub .mediation.show h1{
440   - background-color: #ed8e01;
  439 +/* background-color: #ed8e01;*/
441 440 border: 1px solid lightGray
442 441 }
443 442  
444 443 #content .hub .mediation.show .title {
445   - color: white;
  444 + /*color: white;*/
446 445 display: inline-block;
447 446 font-size: 20px;
448   - font-family: Arial Black, arial, sans-serif;
  447 + font-family: /*Arial Black, */arial, sans-serif;
449 448 padding-right: 0;
450 449 width: 100%;
451 450 }
... ... @@ -486,11 +485,14 @@ background-color: #f9f9f9;
486 485 }
487 486  
488 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 498 .hub .form-message {
... ... @@ -503,8 +505,15 @@ background-color: #f9f9f9;
503 505  
504 506  
505 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 519 .hub ul.settings li {
... ...