Skip to content

Commit

Permalink
Merge pull request #40 from thisissoon/feature/minor-fixes
Browse files Browse the repository at this point in the history
Fix: styling amends
  • Loading branch information
gregatsoon committed Feb 13, 2015
2 parents 136fadc + 218ef01 commit 50eabbd
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 9 deletions.
6 changes: 6 additions & 0 deletions app/less/default/modules/loading.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@
}
}

.project-view {

.loading .loading-icon {
top: 192px;
}

}
2 changes: 1 addition & 1 deletion app/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
@import "default/core/grid.less";
@import "default/core/icons.less";
@import "default/core/buttons.less";
@import "default/core/utilities.less";
@import "default/core/scaffolding.less";
@import "default/core/utilities.less";

@import "default/modules/header.less";
@import "default/modules/project-list.less";
Expand Down
2 changes: 1 addition & 1 deletion app/less/mobile/modules/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.brand {
margin-top: 20px;
margin-left: 20px;
margin-left: 15px;

svg { height: 45px; }
}
Expand Down
16 changes: 14 additions & 2 deletions app/less/mobile/modules/loading.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,21 @@
* @description Loading screen to appear when changing views
*/
.loading {

.loading-icon {
left: 40px;
left: 20px;
height: 45px;
top: 20px;
top: 15px;
width: 125px;
}

}

.project-view {

.loading .loading-icon {
top: 15px;
}

}

2 changes: 1 addition & 1 deletion app/less/tablet/modules/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.brand {
margin-top: 20px;
margin-left: 40px;
margin-left: 35px;

svg { height: 45px; }
}
Expand Down
13 changes: 12 additions & 1 deletion app/less/tablet/modules/loading.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@
* @description Loading screen to appear when changing views
*/
.loading {

.loading-icon {
left: 40px;
height: 45px;
top: 20px;
top: 15px;
width: 125px;
}

}

.project-view {

.loading .loading-icon {
top: 15px;
}

}
2 changes: 1 addition & 1 deletion app/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>

<div class="row">
<div class="col-lg-6 col-lg-offset-4 col-md-6 col-md-offset-4 col-sm-6 col-sm-offset-2 col-xs-12 col-xs-offset-0">
<div class="col-lg-6 col-lg-offset-4 col-md-6 col-md-offset-4 col-sm-12 col-sm-offset-0 col-xs-12 col-xs-offset-0">

<div class="collapse navbar-collapse" ng-if="!cache.get('projectView')">
<ul class="nav navbar-nav" du-spy-context>
Expand Down
2 changes: 1 addition & 1 deletion app/partials/project-description.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="content container-fluid">
<div class="content padding-bottom container-fluid">
<div class="row">
<div class="col-lg-8 col-lg-offset-4 col-md-8 col-md-offset-4 col-sm-12 col-sm-offset-0 col-xs-12 col-xs-offset-0">
<h2 class="section-heading">{{ project.description_headline }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion app/partials/project-hero.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="content container-fluid">
<div class="content padding-bottom container-fluid">

<div class="row">
<div class="col-lg-2 col-md-2 hidden-sm hidden-xs">
Expand Down

0 comments on commit 50eabbd

Please sign in to comment.