Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
cleanup: padding, search button color, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Hanstra committed Dec 21, 2015
1 parent c461389 commit a49c7db
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion uw-frame-components/css/angular.less
Expand Up @@ -4,11 +4,11 @@
.my-uw {
@import "buckyless/base.less";
@import "buckyless/helpers.less";
@import "buckyless/buttons.less";
@import "buckyless/header.less";
@import "buckyless/footer.less";
@import "buckyless/notifications.less";
@import "buckyless/general.less";
@import "buckyless/buttons.less";
@import "buckyless/app-header.less";
@import "buckyless/frame.less";
@import "buckyless/features.less";
Expand Down
3 changes: 3 additions & 0 deletions uw-frame-components/css/buckyless/general.less
Expand Up @@ -164,6 +164,9 @@ circle-button {
.no-image {
background-color:@uw-red-badger;
}
.popover-content ul {
margin-bottom:0px;
}

/*
* Base formatting for converting a block-list to an inline-list.
Expand Down
5 changes: 3 additions & 2 deletions uw-frame-components/css/buckyless/header.less
Expand Up @@ -149,11 +149,12 @@
portal-header li.username-menu {
color: @white;
line-height: 50px;
margin-right: 10px;
margin-right: 20px;

.gravatar {
border-radius: 2000px;
height: 40px;
height: 32px;
margin-right:5px;
}

.username-option:hover {
Expand Down
2 changes: 1 addition & 1 deletion uw-frame-components/portal/main/partials/body.html
Expand Up @@ -8,7 +8,7 @@

<!-- Body -->
<div class="row page-content">
<div role="main" id="region-main" class="col-xs-12">
<div role="main" id="region-main" class="col-xs-12 no-padding">
<div ng-class="routeClass" ng-view role="application" aria-labelledby="app-title"></div>
</div>
</div>
Expand Down

0 comments on commit a49c7db

Please sign in to comment.