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