Change back to the ship image on the landing page
This commit is contained in:
parent
08a208704c
commit
88ee1f3abe
3 changed files with 16 additions and 7 deletions
|
@ -12,7 +12,7 @@
|
|||
nav.navbar {
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
background-image: linear-gradient(to bottom, #274766 0%,#366492 100%)
|
||||
background-image: linear-gradient(to bottom, #535C66 0%,#6E8194 100%);
|
||||
}
|
||||
|
||||
nav.navbar-default .navbar-nav>li>a {
|
||||
|
@ -27,7 +27,7 @@ nav.navbar-default .navbar-nav>li>a {
|
|||
|
||||
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
|
||||
cursor: pointer;
|
||||
background: transparent !important;
|
||||
background: rgba(255, 255, 255, 0.4) !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -1208,6 +1208,10 @@ i.toggle-icon:hover {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.landing-page .help-block {
|
||||
color: #C9C9C9;
|
||||
}
|
||||
|
||||
.landing-page {
|
||||
color: #555;
|
||||
}
|
||||
|
@ -1224,8 +1228,13 @@ i.toggle-icon:hover {
|
|||
background: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
.landing-page .nav .open>a, .landing-page .nav .open>a:hover, .landing-page .nav .open>a:focus {
|
||||
background: transparent;
|
||||
.landing-page .nav .user-view {
|
||||
color: #428bca !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.landing-page .user-tool {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.landing {
|
||||
|
@ -1250,7 +1259,7 @@ i.toggle-icon:hover {
|
|||
right: 0px;
|
||||
|
||||
background-color: #1d1d1d;
|
||||
background-image: url(../img/landing-back-pattern-fast.jpg);
|
||||
background-image: url(../img/landing-back.jpg);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</li>
|
||||
|
||||
<li class="dropdown" ng-switch-when="false">
|
||||
<a href="javascript:void(0)" class="dropdown-toggle user-dropdown" data-toggle="dropdown">
|
||||
<a href="javascript:void(0)" class="dropdown-toggle user-dropdown user-view" data-toggle="dropdown">
|
||||
<img src="//www.gravatar.com/avatar/{{ user.gravatar }}?s=32&d=identicon" />
|
||||
{{ user.username }}
|
||||
<span class="badge user-notification notification-animated"
|
||||
|
@ -71,7 +71,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li ng-switch-default>
|
||||
<a href="/signin/" target="{{ appLinkTarget() }}">Sign in</a>
|
||||
<a class="user-view" href="/signin/" target="{{ appLinkTarget() }}">Sign in</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!-- /.navbar-collapse -->
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 886 KiB After Width: | Height: | Size: 869 KiB |
Reference in a new issue