Skip to content

Commit

Permalink
fixed css styling
Browse files Browse the repository at this point in the history
  • Loading branch information
enchained committed May 25, 2014
1 parent 146fab8 commit f929d1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
width: 285px;
}

.thumbnail, p.caption {
margin-bottom : 0px !important;
}

.form-group input {
width:300px !important;
}

/*.pagination a {
width: 54px;
}*/
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
if (results.photos.photo.length === 0) {
$scope.showNav = false;
$scope.message = "По запросу «" + newSearchKeywords + "» ничего не найдено.";
$scope.pictureRows = [];
$scope.showMessage = true;
$scope.searchForm.$setPristine();
$scope.$apply();
Expand Down

0 comments on commit f929d1b

Please sign in to comment.