Skip to content

Commit

Permalink
Adjusted min-width of legacy masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
martent committed Jun 30, 2013
1 parent 5396f49 commit 81cf8cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/masthead_content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion app/assets/stylesheets/autocomplete.css.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************
TEMP CODE USED BETWEEN HR MENU AND EMPLOYEE DB RELEASE
REMOVE AFTER EMPLOYEE DB RELEASE
TODO: REMOVE AFTER EMPLOYEE DB RELEASE
*******************************************************/

// Autocomplete list for user search
Expand All @@ -26,6 +26,12 @@ ul.ui-autocomplete.search_users {
}
}

body.user.edit .box.show {
a.btn {
float: right;
}
}

/*******************************************************
END
*******************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ body {

// Hard overrides for legacy Assets 2.0
body header#malmo-masthead {
min-width: 992px;
min-width: 980px;
position: absolute;
a {
font-family: $sansSerif !important;
Expand Down

0 comments on commit 81cf8cd

Please sign in to comment.