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

Commit

Permalink
Merge pull request #149 from UW-Madison-DoIT/consistent-logos
Browse files Browse the repository at this point in the history
MUMUP-2362: Improve handling of logo
  • Loading branch information
jhanstra committed Feb 16, 2016
2 parents aea2de8 + a659763 commit 4121ec4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 13 deletions.
15 changes: 5 additions & 10 deletions uw-frame-components/css/buckyless/header.less
@@ -1,7 +1,6 @@
.bucky-nav-large li:first-of-type+li{
position:absolute;
width:40%;
left:120px;
}
.portlet-search-bar ul.dropdown-menu {
min-width: 90%;
Expand Down Expand Up @@ -210,27 +209,23 @@ portal-header li.username-menu {

.title {
font-size: 26px;
margin-left: 0px;
margin-left: 10px;
position: relative;
top: -8px;
top: 5px;
}

.header-inner {
height: 52px;
overflow: hidden;
img {
height:52px;
}
}

a:link, a:visited, a:hover,
a:focus, a:active {
text-decoration: none;
}

img {
height: 80px;
position: relative;
top: -18px;
left: -8px;
}
}

//----------------end--crest and title css -------------------------------------
Binary file added uw-frame-components/img/uw-madison-52.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uw-frame-components/img/uw-riverfalls-52.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added uw-frame-components/img/uw-system-52.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified uw-frame-components/img/uwcrest_web_sm.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed uw-frame-components/img/uwrf-logo.png
Binary file not shown.
6 changes: 3 additions & 3 deletions uw-frame-components/js/frame-config.js
Expand Up @@ -5,7 +5,7 @@ define(['angular'], function(angular) {
.constant('THEMES', [
{
"name" : "uw-madison",
"crest" : "img/uwcrest_web_sm.png",
"crest" : "img/uw-madison-52.png",
"title" : "MyUW",
"subtitle" : null,
"ariaLabelTitle" : "My U W",
Expand All @@ -14,7 +14,7 @@ define(['angular'], function(angular) {
},
{
"name" : "uw-river-falls",
"crest" : "img/uwrf-logo-65x105.png",
"crest" : "img/uw-riverfalls-52.png",
"title" : "MyUW",
"subtitle" : "beta",
"ariaLabelTitle" : "My U W",
Expand All @@ -23,7 +23,7 @@ define(['angular'], function(angular) {
},
{
"name" : "uw-system",
"crest" : "img/uwsystem.png",
"crest" : "img/uw-system-52.png",
"title" : "MyUW",
"subtitle" : "beta",
"ariaLabelTitle" : "My U W",
Expand Down

0 comments on commit 4121ec4

Please sign in to comment.