app/assets/stylesheets/rails_db/app.css.scss in rails_db-0.9 vs app/assets/stylesheets/rails_db/app.css.scss in rails_db-0.9.9

- old
+ new

@@ -22,16 +22,18 @@ padding-right: 12px; background-repeat: no-repeat; background-position: right center; } - th .asc { - background-image: asset-url('rails_db/up_arrow.gif'); - } + &.custom_sorting { + th .asc { + background-image: asset-url('rails_db/up_arrow.gif'); + } - th .desc { - background-image: asset-url('rails_db/down_arrow.gif'); + th .desc { + background-image: asset-url('rails_db/down_arrow.gif'); + } } th, td { white-space: nowrap; vertical-align: top; @@ -94,5 +96,9 @@ .sql_exp_col { padding-top: 8px; padding-left: 26px; } + +.panel.no_bottom_padding { + padding-bottom: 0; +} \ No newline at end of file