Commit 1e51255132113ec61c676d0547131f33c8e24153

Authored by Gustavo Cruz
1 parent ed2389e2

updating theme

plugins/community_hub/public/style.css
@@ -245,14 +245,13 @@ @@ -245,14 +245,13 @@
245 #content .main-block .hub .mediation h1.live { 245 #content .main-block .hub .mediation h1.live {
246 display: inline-block; 246 display: inline-block;
247 background-color: #EEEEEE; 247 background-color: #EEEEEE;
248 - border-bottom: 1px solid #CCCCCC; 248 + border-bottom: 0px solid #CCCCCC;
249 border-top-color: #CCCCCC; 249 border-top-color: #CCCCCC;
250 color: gray; 250 color: gray;
251 position: relative; 251 position: relative;
252 - top: 1px;  
253 width: 30%; 252 width: 30%;
254 text-align: center; 253 text-align: center;
255 - top: 9px; 254 + margin-top: 9px;
256 line-height: 27px; 255 line-height: 27px;
257 256
258 } 257 }
plugins/community_hub/views/content_viewer/hub.rhtml
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
31 <span class="title"><%= @page.title %></span><span class="on-air"><%= _("Live") %></span> 31 <span class="title"><%= @page.title %></span><span class="on-air"><%= _("Live") %></span>
32 </h1> 32 </h1>
33 33
34 - <h1> 34 + <h1 class="mediation">
35 <span class="title"><%= _("Mediation") %></span> 35 <span class="title"><%= _("Mediation") %></span>
36 </h1> 36 </h1>
37 37