Background image fixes

This commit is contained in:
Colin McLeod
2015-05-03 16:58:19 -07:00
parent 72974a8532
commit 508679c185
8 changed files with 11 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -9,7 +9,6 @@ angular.module('app').directive('shipyardHeader', ['$rootScope', 'Persist', func
scope.ships = DB.ships;
scope.allBuilds = Persist.builds;
scope.bs = Persist.state;
console.log(scope);
$rootScope.$on('$stateChangeStart',function(){
scope.openedMenu = null;

View File

@@ -2,6 +2,7 @@
@import 'fonts';
@import 'utilities';
@import 'icons';
@import 'background-images';
@import 'header';
@import 'shipyard';
@import 'list';
@@ -25,19 +26,9 @@ body {
overflow-x: hidden;
background-image: none;
background-repeat: no-repeat;
background-position: center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-position: center;
background-attachment: fixed;
background-size: cover;
&.deep-space {
background-image: url(images/deep-space.jpg);
}
&.docking-bay {
background-image: url(images/bay-1920x1080.jpg);
}
}
#main {

View File

@@ -0,0 +1,8 @@
.deep-space {
background-image: url(images/deep-space-1920x1080.jpg);
}
.docking-bay {
background-image: url(images/bay-1920x1080.jpg);
}

View File

@@ -36,15 +36,8 @@
color: @disabled;
cursor: pointer;
&:hover {
color: @warning-disabled;
}
&.enabled {
color: @fg;
&:hover {
color: @warning;
}
}
&.consumer {