Skip to content

Commit

Permalink
Adding basic jquery-ui css and images
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Campos committed Dec 24, 2011
1 parent 7b534ad commit 381702f
Show file tree
Hide file tree
Showing 17 changed files with 359 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
357 changes: 357 additions & 0 deletions test_app/app/assets/stylesheets/jquery-ui-1.8.16.custom.css.erb

Large diffs are not rendered by default.

Expand Up @@ -40,7 +40,7 @@ textarea {
}
.best_in_place:hover, #user_account .do_hover {
padding-right: 1.5em;
background: url("/images/red_pen.png") no-repeat right;
background: url(<%= asset_path "red_pen.png" %>) no-repeat right;
background-color: #CCC;
}
.info_edit {
Expand Down
2 changes: 1 addition & 1 deletion test_app/app/views/layouts/application.html.erb
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Best In Place TEST APP</title>
<%= stylesheet_link_tag "scaffold", "style" %>
<%= stylesheet_link_tag "scaffold", "style", "jquery-ui-1.8.16.custom" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tag %>
</head>
Expand Down

0 comments on commit 381702f

Please sign in to comment.