better centering, bug fixing, new ember

This commit is contained in:
Egor 2015-11-16 21:45:23 -08:00
parent 868a191427
commit 94e26d607f
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import Em from 'ember';
export default Em.Mixin.create({
classNames: ['col-lg-10', 'col-lg-offset-2', 'col-xs-12'],
classNames: ['col-sm-10', 'col-sm-offset-1', 'col-xs-12'],
classNameBindings: ['active::hidden'],
elementId: 'musicTab',

View file

@ -143,7 +143,7 @@
<div id="playerBottom" class="row {{if dimmerOn "dimmerOn"}}">
<div id="beatArea" class="col-sm-7 col-xs-12">
{{#if usingBeatPreferences}}
<span data-toggle="tooltip" data-placement="bottom auto" data-title="Using the saved sensitivity preference from the last time you listened to this song" class="savedStarTooltip" id="saveBeatPreferencesStar">
<span data-toggle="tooltip" data-placement="bottom" data-title="Using the saved sensitivity preference from the last time you listened to this song" class="bootstrapTooltip" id="saveBeatPreferencesStar">
{{paper-icon class=dimmerOnClass icon="star"}}
</span>
{{/if}}

View file

@ -999,7 +999,7 @@ body.dimmerOn {
#saveBeatPreferencesStar {
position: absolute;
top: 3px;
left: 3px;
z-index: 1000;
md-icon {
color: $secondaryThemeColor !important;
font-size: 25px;

View file

@ -2,7 +2,7 @@
"name": "huegasm",
"dependencies": {
"bootstrap-sass": "~3.3.5",
"ember": "~2.1.0",
"ember": "~2.2.0",
"ember-cli-shims": "0.0.6",
"ember-cli-test-loader": "0.2.1",
"ember-data": "~2.1.0",