Browse Source

minor fixes

pull/1/head
Nicolae Claudius 12 years ago
parent
commit
9ebbdc4878
  1. 2
      app/assets/javascripts/components/behaviors.js.coffee
  2. 4
      app/assets/stylesheets/pages/domains.css.scss
  3. 0
      app/mailers/users/permission_mailer.rb

2
app/assets/javascripts/components/behaviors.js.coffee

@ -1,6 +1,6 @@
$ ->
$(document).popover(selector: '[rel=popover]')
$(document).tooltip(selector: '[rel=tooltip]')
$(document).popover(selector: '[rel=popover]', trigger: 'hover')
# fix for Turbolinks with Bootstrap
# https://github.com/rails/turbolinks/issues/16

4
app/assets/stylesheets/pages/domains.css.scss

@ -1,5 +1,5 @@
#as_domains-active-scaffold,
#as_hosts-active-scaffold {
#as_users__domains-active-scaffold,
#as_users__hosts-active-scaffold {
.name-column {
font-weight: bold;
text-shadow: none;

0
app/mailers/permission_mailer.rb → app/mailers/users/permission_mailer.rb

Loading…
Cancel
Save