Sha256: 2bad63a5fdda74aeadff223b73e03fc53d49e4290592865c54815329c47659a6

Contents?: true

Size: 1.82 KB

Versions: 2

Compression:

Stored size: 1.82 KB

Contents

/* index */
.pt_index {
  display: -moz-box;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
}

.pt_actions {
  margin: 5px;
}

.pt_actions .button_to {
  float: left;
  margin: 0 2px;
}

/* migration */
.pt_migration {
  display: -moz-box;
  display: -webkit-box;
}

.pt_migration .pt_current {
  width: 60px;
}

.pt_migration .pt_migration_file {
  margin-left: 5px;
}

.pt_migration .pt_name {
  font-size: large;
  font-weight: bold;
}

.pt_migration .pt_raw_content {
  background: whitesmoke;
  border-radius: 5px;
  display: none;
  padding: 5px;
}

.pt_migration .pt_raw_content pre {
  margin: 5px 0;
}

/* notice */
.pt_notice {
  display: -moz-box;
  display: -webkit-box;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px;
  background: limegreen;
  color: white;
}

.pt_notice_message {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}

/* errors */
.pt_new_errors ul {
  margin: 3px 0;
}

/* new */
.pt_new {
  display: -moz-box;
  display: -webkit-box;
  width: 1024px;
}

.pt_new .pt_schema {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}

.pt_new .pt_schema .pt_table {
  font-size: large;
  font-weight: bold;
  margin-top: 5px;
}

.pt_new .pt_schema .pt_new_table {
  margin-top: 5px;
}

.pt_new .pt_schema .pt_new_table_form {
  display: none;
  margin-top: 5px;
}

.pt_new .pt_columns {
  display: -moz-box;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  margin-left: 15px;
}

.pt_new .pt_columns .pt_column {
  display: -moz-box;
  display: -webkit-box;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
}

.pt_new .pt_columns .pt_column .pt_column_type {
  width: 100px;
}

.pt_new .pt_form_header {
  display: -moz-box;
  display: -webkit-box;
  width: 100%;
}

.pt_new .pt_form_header .pt_class_name {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ponytail-0.1.0 app/assets/stylesheets/ponytail/application.css
ponytail-0.0.5 app/assets/stylesheets/ponytail/application.css