Skip to content

Commit

Permalink
fix image paths for example2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymarc committed Jun 3, 2014
1 parent 5e5c3c8 commit b9432e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file added examples/img/checkbox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/popover-arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/img/radio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions examples/jquery.formtag.example2.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
color: #c0cad7; }

.formTag-wrapper .formTag-checkbox {
background: white url(../bundles/rjcvsearch/images/checkbox.jpg) no-repeat 0 8px;
background: white url(img/checkbox.jpg) no-repeat 0 8px;
text-indent: 15px; }
.formTag-wrapper .formTag-checkbox.selected {
background-position: 0 -22px; }

.formTag-wrapper .formTag-radio {
background: white url(../bundles/rjcvsearch/images/radio.jpg) no-repeat 0 8px;
background: white url(img/radio.jpg) no-repeat 0 8px;
text-indent: 15px; }
.formTag-wrapper .formTag-radio.selected {
background-position: 0 -22px; }
Expand Down Expand Up @@ -89,7 +89,7 @@
margin: 6px 10px 0 10px;
width: 17px;
height: 17px;
background: #e68700 url(../bundles/rjcvsearch/images/close.png) no-repeat 6px 6px;
background: #e68700 url(img/close.png) no-repeat 6px 6px;
display: block;
font-size: 0; }
.formTag-wrapper .formTag-tag .formTag-close:hover {
Expand Down Expand Up @@ -137,7 +137,7 @@
position: absolute;
content: " ";
top: -14px;
background: url(../bundles/rjcvsearch/images/popover-arrow.png) no-repeat;
background: url(img/popover-arrow.png) no-repeat;
width: 26px;
height: 14px;
left: 42%; }
Expand Down Expand Up @@ -200,7 +200,7 @@
position: absolute;
content: " ";
top: -14px;
background: url(../bundles/rjcvsearch/images/popover-arrow.png) no-repeat;
background: url(img/popover-arrow.png) no-repeat;
width: 26px;
height: 14px;
left: 42%; }
Expand Down

0 comments on commit b9432e1

Please sign in to comment.