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

Commit

Permalink
pf: fixing the relative paths to the images from patternfly-custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Aug 5, 2014
1 parent ca1a0fd commit 1431fac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

#patternFlyLogin .caps {
background-image: url(img/caps.png);
background-image: url(../img/caps.png);
background-position: right center;
background-repeat: no-repeat;
}
Expand All @@ -37,7 +37,7 @@
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 1em;
background-image: url(img/feedback-error-arrow-down.png);
background-image: url(../img/feedback-error-arrow-down.png);
position: absolute;
transition: opacity 0.33s ease-in-out;
-moz-transition: opacity 0.33s ease-in-out;
Expand All @@ -56,7 +56,7 @@
}

#patternFlyLogin #errorFeedback p {
background-image: url(img/feedback-error-sign.png);
background-image: url(../img/feedback-error-sign.png);
padding: 0.90909090909091em 3.63636363636364em;
border-color: #b91415;
border-style: solid;
Expand All @@ -73,7 +73,7 @@
/* navbar customizations */
.navbar-pf {
border-top: 3px solid #4e627a;
background-image: url(images/top-bar.png);
background-image: url(../img/top-bar.png);
}

.navbar-logo {
Expand Down
1 change: 1 addition & 0 deletions modules/enterprise/gui/coregui/src/main/webapp/login
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<!-- PatternFly -->
<script src="js/jquery-login-page-only-1.11.1.min.js"></script>
<link href="css/patternfly.min.css" rel="stylesheet" media="screen, print"/>
<link href="css/patternfly-custom.css" rel="stylesheet" media="screen, print"/>
<script src="js/bootstrap.min.js"></script>

<!--[if lt IE 9]><script src="js/respond.min.js"></script><![endif]-->
Expand Down

0 comments on commit 1431fac

Please sign in to comment.