Commit 1e51255132113ec61c676d0547131f33c8e24153

Authored by Gustavo Cruz
1 parent ed2389e2

updating theme

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