Commit f7e119791c6308ba29bd681a85f908eb26599c52
1 parent
c7711d3f
Exists in
community_hub_submodule
updating theme
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
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 | } |
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 |