| author | Sidharth Singh | 2012-05-04 05:43:39 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-06-19 07:28:28 (EDT) |
| commit | d625ef4b2d4d9cf507ec192b64ee3ef69cbbd1d2 (patch) (side-by-side diff) | |
| tree | cd6dd3b16e3b404abccceb622c86693b7633b70a | |
| parent | 477e0ce557610b0e0282f0a48301ead6f9289ab2 (diff) | |
| download | org.eclipse.stardust.ui.web-d625ef4b2d4d9cf507ec192b64ee3ef69cbbd1d2.zip org.eclipse.stardust.ui.web-d625ef4b2d4d9cf507ec192b64ee3ef69cbbd1d2.tar.gz org.eclipse.stardust.ui.web-d625ef4b2d4d9cf507ec192b64ee3ef69cbbd1d2.tar.bz2 | |
Jira-ID: CRNT-24684
1)Changed the reference path of key.png in nirvanaPortal.css
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@56069 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css b/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css index b6de41f..6231210 100644 --- a/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css +++ b/portal-common/src/main/resources/META-INF/xhtml/css/nirvanaPortal.css @@ -1435,7 +1435,7 @@ select.icon-menu option { background-repeat: no-repeat;
padding: 2px 0 5px 20px;
vertical-align: middle;
- background-image:url(../images/key.png);
+ background-image:url(../images/icons/key.png);
}
/* ********* Session Control - Start ********** */
|

