Skip to content

Commit

Permalink
Freeze jquery to 1.6.4
Browse files Browse the repository at this point in the history
Waiting for http://bugs.jquery.com/ticket/10669 before jquery 1.7
[ci skip]
  • Loading branch information
bbenezech committed Nov 15, 2011
1 parent 92fa07b commit 321ced3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
6 changes: 6 additions & 0 deletions app/assets/javascripts/rails_admin/jquery-1.6.4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/javascripts/rails_admin/rails_admin.js.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%
theme = :default
require_asset 'jquery'
require_asset 'rails_admin/jquery-1.6.4.min'
require_asset 'jquery_ujs'
require_asset 'jquery.remotipart'
require_asset 'rails_admin/jquery-ui-1.8.16.custom.js'
Expand Down
20 changes: 1 addition & 19 deletions app/assets/stylesheets/rails_admin/base/theming.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,6 @@ input, textarea {
z-index:1;
}

/* sidebar hack (content is slipping beneath height of sidebar. There is a ticket, shouldn't stay long) */
.sidebar {
height:0;
}

/* Remove when TB-sass is updated >1.3.0 (regression) */
.container-fluid > .content {
margin-left: 240px;
float:none;
max-width:none;
min-width:none;
}

/* filtering select integration, shouldn't be needed soon with new inline forms (TB 1.4.0?) */
.input-append {
display:inline-block;
}

/* Modals dimensionning */
.modal {
width:700px;
Expand All @@ -53,7 +35,7 @@ input, textarea {
clear:left;
}

/* Table cells behaviour TODO: homogeinize classes a bit */
/* Table cells behaviour */
table.zebra-striped {
/* text-overflow when cell content > 150px */
td {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/rails_admin/imports.css.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
TODO :
- optionize the theme variable nicely, beware of
- optionize the theme variable nicely
- add plugin hooks: plugins.each{|p| @import rails_admin/plugins/p/*[variables|mixins|theming]}
- wiki pages for theming help
- update readme for users
Expand Down

0 comments on commit 321ced3

Please sign in to comment.