Sha256: cb82da603daeab7fa9c08234598e5bc62c1fa632ee03e6c7a468050589574aad

Contents?: true

Size: 792 Bytes

Versions: 3

Compression:

Stored size: 792 Bytes

Contents

footer {
  padding: 0;
}

body {
  height: auto;
}

.sub-nav {
  background: #f2f2f2;
  padding: 10px 10px 10px 0;
}

table {
  border-spacing: 2px;

  th .current {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center;
  }

  th .asc {
    background-image: asset-url('rails_db/up_arrow.gif');
  }

  th .desc {
    background-image: asset-url('rails_db/down_arrow.gif');
  }

  th, td {
    white-space: nowrap;
    vertical-align: top;
  }

  td.text {
    white-space: normal;
  }

}

.scrollable {
  overflow: auto;
  table {
    min-width: 99%;
  }
}

.main_nav {
  padding-top: 30px;
}

.panel.execute_panel {
  padding-bottom: 5px;
}

.sql_history_items {
  max-height: 450px;
}

.red {
  color: red;
}

.warning.label a {
  color: white;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_db-0.2.1 app/assets/stylesheets/rails_db/app.css.scss
rails_db-0.2 app/assets/stylesheets/rails_db/app.css.scss
rails_db-0.1 app/assets/stylesheets/rails_db/app.css.scss