Sha256: 16db923c50f45a6881d70e602378d127718e07b3bcf8d343176b8eb03ef32429

Contents?: true

Size: 988 Bytes

Versions: 9

Compression:

Stored size: 988 Bytes

Contents

footer {
  padding: 0;
}

body {
  height: auto;
}

.clear {
  clear: both;
}

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

table {
  border-spacing: 2px;
}

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

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

table td.text {
  white-space: normal;
}

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

.main_nav {
  padding-top: 30px;
}

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

.sql_history_items {
  max-height: 450px;
}

.red {
  color: red;
}

.yellow {
  color: #ffba00;
}

.warning.label a {
  color: white;
}

.expanded .collapse {
  display: inline;
}

.expanded .expand {
  display: none;
}

.collapsed .collapse {
  display: none;
}
.collapsed .expand {
    display: inline;
}

.sql_exp_col {
  padding-top: 8px;
  padding-left: 26px;
}

.panel.no_bottom_padding {
  padding-bottom: 0;
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
rails_db-2.0.6 app/assets/stylesheets/rails_db/app.css
rails_db-2.0.5 app/assets/stylesheets/rails_db/app.css
rails_db-2.0.4 app/assets/stylesheets/rails_db/app.css
xplore-0.0.1.alpha app/assets/stylesheets/rails_db/app.css
rails_db-2.0.3 app/assets/stylesheets/rails_db/app.css
rails_db-2.0.2 app/assets/stylesheets/rails_db/app.css
rails_db-2.0.1 app/assets/stylesheets/rails_db/app.css
rails_db-2.0.0 app/assets/stylesheets/rails_db/app.css
rails_db-1.6.0 app/assets/stylesheets/rails_db/app.css