Commit 27531d5aa3e55b72fe9888cf04f28f8a786729e1
1 parent
f1518915
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
#community dashboard : updating theme
Showing
2 changed files
with
5 additions
and
4 deletions
Show diff stats
plugins/community_hub/public/style.css
... | ... | @@ -245,7 +245,7 @@ |
245 | 245 | border: 1px solid lightGray; |
246 | 246 | border-top: 1px solid #96110D; |
247 | 247 | border-bottom: 0px solid #FFFFFF; |
248 | - top: 1px; | |
248 | + top: 3px; | |
249 | 249 | float: left; |
250 | 250 | font-weight: normal; |
251 | 251 | margin-bottom: -1px; |
... | ... | @@ -259,14 +259,16 @@ z-index: 99; |
259 | 259 | float: left; |
260 | 260 | margin-right: 20px; |
261 | 261 | margin-left: 0px; |
262 | + text-align: center; | |
262 | 263 | } |
263 | 264 | |
264 | 265 | #content .main-block .hub .mediation h1.mediation{ |
265 | 266 | float: right; |
266 | 267 | margin-right: 0px; |
267 | 268 | margin-left: 20px; |
268 | - top: 2px; | |
269 | + top: 0px; | |
269 | 270 | left: 2px; |
271 | + text-align: center; | |
270 | 272 | } |
271 | 273 | |
272 | 274 | #content .main-block .hub .live h1.mediation, |
... | ... | @@ -378,7 +380,6 @@ z-index: 99; |
378 | 380 | |
379 | 381 | #content .hub .live.show .on-air, |
380 | 382 | #content .hub .live.show .off-air{ |
381 | -float: right; | |
382 | 383 | margin-right: 10px; |
383 | 384 | } |
384 | 385 | ... | ... |
plugins/community_hub/views/content_viewer/hub.rhtml
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | <div id="left-tab" class="live content-tab show"> |
12 | 12 | |
13 | 13 | <h1 class="live"> |
14 | - <span class="title"><%= @page.title %></span><span class="on-air"><%= _("Live") %></span> | |
14 | + <span class="on-air"><%= _("Live") %></span> | |
15 | 15 | </h1> |
16 | 16 | |
17 | 17 | <h1 class="mediation"> | ... | ... |