Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-3207 fixing RF icons in import modal
Browse files Browse the repository at this point in the history
  • Loading branch information
vrockai authored and bdaw committed Jul 31, 2013
1 parent 38b2fc7 commit c7c7930
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions portlet/admin/redirect/src/main/webapp/resources/css/bootstrap.css
Expand Up @@ -2174,6 +2174,8 @@ a {
background-color: #c4e3f3;
}

.RedirectAdmin #modal-import-site .icon-download-alt:before,
.RedirectAdmin #modal-import-site .icon-remove:before,
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
Expand Down Expand Up @@ -2258,6 +2260,7 @@ a {
background-position: -288px 0;
}

.RedirectAdmin #modal-import-site .icon-remove:before,
.RedirectAdmin .icon-remove {
background-position: -312px 0;
}
Expand Down Expand Up @@ -2302,6 +2305,7 @@ a {
background-position: -72px -24px;
}

.RedirectAdmin #modal-import-site .icon-download-alt:before,
.RedirectAdmin .icon-download-alt {
background-position: -96px -24px;
}
Expand Down Expand Up @@ -5949,4 +5953,15 @@ a {

.RedirectAdmin .affix {
position: fixed;
}

/* RF fixes */

.RedirectAdmin #modal-import-site .icon-remove:before,
.RedirectAdmin #modal-import-site .icon-download-alt:before {
content: "";
vertical-align: top;
height: 14px;
margin-top: 0;
margin-right: -3px;
}

0 comments on commit c7c7930

Please sign in to comment.